Problem with Datapump in 11g

os windows server 2008
db 11.1.0.7.0
i have created an user with following rigths
GRANT EXP_FULL_DATABASE
GRANT CREATE JOB
GRANT CREATE PROCEDURE
GRANT CREATE VIEW
GRANT CREATE TABLE
GRANT CREATE SESSION
GRANT READ ON DIRECTORY data_pump_dir
GRANT WRITE ON DIRECTORY data_pump_dir
when i run
declare
dp_handle1 number;
begin
dp_handle1 := DBMS_DATAPUMP.open(
operation=>'EXPORT',
job_mode=>'FULL',
remote_link=>NULL,
job_name=> 'my_test_job',
version=>'COMPATIBLE');
end;
i get
ORA-31626: Job ist nicht vorhanden
ORA-06512: in "SYS.DBMS_SYS_ERROR", Zeile 79
ORA-06512: in "SYS.DBMS_DATAPUMP", Zeile 902
ORA-06512: in "SYS.DBMS_DATAPUMP", Zeile 4758
when i run the same snippet as sys
everything is ok
any ideas why it won't work for my user?

From the documentation:
If the OPEN fails, call GET_STATUS with a null handle to retrieve additional information about the failure.Have you tried this?

Similar Messages

  • Problem with refcursor in 11g

    Hello,
    I have a problem with refcursor in a project migrated from 10 to 11g.
    I found this thread from a few years ago that talks about the same problem.
    It has no final answer - is it ok to comment the st.close(); in callStoredFunction in the AMImpl.
    Re: TP4 - View Object with REF CURSOR - SQLException
    Please tell me if the suggested solution on that thread is fine, or ot will cause many unclosed statetements?
    Thank you, Nina

    Hello All,
    I got the solution to the problem.
    I was trying to surround the region component using the Structure pane. But instead drag and drop the strechable components on to the region.
    Ex: Region got expanded 100% if I surround it with PanelStrechLayout with width and height set to 100%. But I didnit find this Panel StrechLayout when I try to surround it using Structure Pane.
    Refer to this: http://www.oracle.com/technology/products/adf/patterns/layoutBestPractices.html
    Thanks,
    Melissa.

  • Problems with Template JDeveloper 11g

    Hi! I have problems with template in Jdeveloper 11g.
    I had created jspx page from templeate:
    <?xml version='1.0' encoding='windows-1257'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1257"/>
    <f:view>
    <af:document>
    <af:form>
    <af:pageTemplate viewId="/augiTemplate.jspx">
    <f:facet name="mainArea"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    THERE are error:
    JSF page template at path /augiTemplate.jspx requires a model binding!!!
    Why it is so an what it means? Pleas help!
    Best regards!

    Hi,
    it means that your template has an ADF binding (PageDef) reference. When you create a page in the JSF page dialog and assign the template then the binding reference is created for you. You should see a bulb in the page source editor. Press it an it should create the missing binding for you
    Frank

  • Problem with ADF BC 11G and datasource : javax.naming.NameNotFoundException

    Hi,
    My application works with ADF BC 10G but does not work with ADF BC 11g. In both cases I use the same data source.
    My application uses only the BC4J from ADF.
    The setting of the datasource in my EAR is only in the web.xml and weblogic.xml, as in 10g version.
    What have I forgotten?
    Thanks.
    ## Detail 0 ##
    javax.naming.NameNotFoundException: DataSourceContext could not locate a DataSource for the name: jdbc/datasource
         at oracle.jbo.server.DataSourceContext.lookup(DataSourceContext.java:109)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1404)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:309)
    The setting is :
    web.xml
         <resource-ref>
              <description>JDBC connection</description>
              <res-ref-name>jdbc/datasource</res-ref-name>
              <res-type>javax.sql.DataSource</res-type>
              <res-auth>Container</res-auth>
         </resource-ref>
    weblogic.xml
    <weblogic-web-app>
         <description>Web Application</description>
         <weblogic-version></weblogic-version>
         <reference-descriptor>
              <resource-description>
                   <res-ref-name>jdbc/datasource</res-ref-name>
                   <jndi-name>jdbc/datasource</jndi-name>
              </resource-description>
         </reference-descriptor>
    </weblogic-web-app>
    this code finds the datasource :
    InitialContext initialContextForDatasource = new InitialContext();
    javax.sql.DataSource ds = (javax.sql.DataSource) initialContextForDatasource.lookup("java:comp/env/jdbc/datasource");
    There is no error in the logs about data source
    Edited by: jdev user on Nov 24, 2010 11:16 AM
    Edited by: jdev user on Nov 25, 2010 10:59 AM

    A change in the problem :
    This code finds the datasource :
    InitialContext initialContextForDatasource = new InitialContext();
    javax.sql.DataSource ds = (javax.sql.DataSource) initialContextForDatasource.lookup("java:comp/env/jdbc/datasource");
    There is no error in the log about data source :
    <BEA-001124> <Created Connection Pool named DS .>
    <BEA-001174> <Creating Data Source named DS , JNDI Name = jdbc/datasource.>
    <BEA-001512> <Data Source DS has been successfully created.>
    but the applicationModule don't find the data source :
    ## Detail 0 ##
    javax.naming.NameNotFoundException: DataSourceContext could not locate a DataSource for the name: jdbc/datasource
         at oracle.jbo.server.DataSourceContext.lookup(DataSourceContext.java:109)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1404)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:309)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:329)
    Edited by: jdev user on Nov 25, 2010 1:40 PM

  • ORA-12952 and Oracle 10g XE problem with migration to 11g XE

    Hi, all
    My DB (Oracle 10g XE) reach storage limit. I have tried to migrate to 11g XE version but unsuccessful.
    For migration I used next manual: http://download.oracle.com/docs/cd/E17781_01/install.112/e18803/toc.htm#XEINW136
    expdp returned next error:
    Processing object type DATABASE_EXPORT/SCHEMA/CLUSTER/INDEX
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.CREATE_OBJECT_ROWS while calling FORALL [TABLE]
    ORA-12952: The request exceeds the maximum allowed database size of 4 GB
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 116
    ORA-06512: at "SYS.KUPW$WORKER", line 6248
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    2D6F0304 14916 package body SYS.KUPW$WORKER
    2D6F0304 6300 package body SYS.KUPW$WORKER
    2D6F0304 5638 package body SYS.KUPW$WORKER
    2D6F0304 2145 package body SYS.KUPW$WORKER
    2D6F0304 6861 package body SYS.KUPW$WORKER
    2D6F0304 1262 package body SYS.KUPW$WORKER
    285BD50C 2 anonymous block
    Next I have tried to garbage some information from DB but I got some as "UNDO cannot get next block" error.
    What else can I do to migrate the data from 10g with limitation problem to 11g?
    Thank You in advance.

    There is output from SQL:
    "OWNER"; "TABLESPACE_NAME"; "COUNT(*)"; "SIZE_MB"
    "A1"; "USERS"; "899"; "3995,9375"
    "SYS"; "SYSTEM"; "980"; "323,1875"
    "FLOWS_020100";"SYSAUX"; "658"; "297,625"
    "SYS"; "SYSAUX"; "626"; "151,125"
    "XDB"; "SYSAUX"; "753"; "84,5"
    "SYSTEM";"SYSTEM"; "259"; "31,75"
    "SYS"; "UNDO"; "10"; "20,25"
    "MDSYS"; "SYSTEM"; "96"; "12,25"
    "SYSTEM";"SYSAUX"; "109"; "6,8125"
    "CTXSYS";"SYSAUX"; "74"; "4,625"
    "D1"; "USERS"; "14"; "3,5625"
    "DBSNMP";"SYSAUX"; "25"; "1,5625"
    "HR"; "USERS"; "25"; "1,5625"
    "FLOWS_FILES";"SYSAUX"; "7"; ",5"
    "OUTLN"; "SYSTEM"; "8"; ",5"
    "TSMSYS";"SYSAUX"; "4"; ",25"
    1. When I tried to delete some old data from USERS dataspase by some PROCEDURE I got the next error:
    ERROR at line 1:
    ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDO'
    This problem I solved. PROCEDURE generate huge buffer for transaction. Therefore I deleted the old data by small pieces.
    After I have deleted the old data the Application start to comunicate with database without ORA-12952 error.
    2. I've reduced the size of SYSAUX (http://remidian.com/oracle/purging-sysaux-tablespace-purging-awr-reports.html) down to 94%
    3. I has SYSTEM tablespace 100% full. When I've tried to resize the SYSTEM table up I got the ORA-12952. Then I've increased the SYSTEM table size by 1M. In such way I got additional 9Mb for the SYSTEM tablespace (from 360Mb to 369Mb 98%). Is any other way to reduce of the SYSTEM tablespace filling?
    4. Next (http://wiki.oracle.com/page/Data+Pump+Export+%28expdp%29+and+Data+Pump+Import%28impdp%29)
    on the step: $ expdp system/<password> DIRECTORY=expdp_dir DUMPFILE=expfull.dmp FULL=y LOGFILE=expfull.og
    i got the error:
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.CREATE_OBJECT_ROWS while calling FORALL [TABLE]
    ORA-12952: The request exceeds the maximum allowed database size of 4 GB
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 116
    ORA-06512: at "SYS.KUPW$WORKER", line 6248
    There is my last state of the tablespace filling:
    "Tablespace"; "Size (MB)"; "Free (MB)"; "% Free"; "% Used"
    "UNDO"; "500"; "411,6875"; "82"; "18"
    "SYSAUX"; "570"; "31,5"; "6"; "94"
    "USERS"; "4180"; "178,875"; "4"; "96"
    "SYSTEM"; "369"; "1,25"; "0"; "100"
    "TEMP"; "291"; "0"; "0"; "100"

  • Problems with HTML in 11g

    Got 11g up and running without too much difficulty (Win2003) but I'm having trouble getting HTML content to render. For example, create a simple analysis, add a narrative view, check the "Contains HTML Markup" button, and put HTML in there, but it comes out escaped anyway?
    I couldn't find much mention of this in the docs, other than the usual about XSS hardening. I verified that I have the "Save Actions containing embedded HTML" and "Save Content with HTML Markup" privileges - just to make sure, I even granted them to AuthenticatedUsers.
    Any ideas?

    Hi All,
    It seems like this problem is specific to the "Narrative View". If I try the following in the "Static View" it works like expected;
    <hr size="15" width="100%" shade align="right">
    In the "Narrative View" I did not get it to work yet.
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

  • Start up problem with Oracle RAC 11g

    Hi all,
    After a power failure I can not start a oracle database it give me the ORA-01031: insufficient privileges error
    [oracle@hostname ~]$ sqlplus /nolog
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Jul 23 19:06:41 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    SQL> show sga
    Total System Global Area  283930624 bytes
    Fixed Size            2212656 bytes
    Variable Size          256552144 bytes
    ASM Cache           25165824 bytes
    SQL> disconnect
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Real Application Clusters and Automatic Storage Management options
    SQL> connect as sysdba
    Enter user-name: system
    Enter password:
    Connected.
    SQL> startup
    ORA-01031: insufficient privileges
    SQL> quit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Real Application Clusters and Automatic Storage Management options
    [oracle@hostname ~]$ lsb_release -a
    LSB Version:    :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch
    Distributor ID:    EnterpriseEnterpriseServer
    Description:    Enterprise Linux Enterprise Linux Server release 5.7 (Carthage)
    Release:    5.7
    Codename:    Carthage
    [oracle@hostname ~]$
    [oracle@hostname ~]$ crs_stat -t
    Name           Type           Target    State     Host       
    ora.DATA.dg    ora....up.type ONLINE    ONLINE    sil-rac1   
    ora....ER.lsnr ora....er.type ONLINE    ONLINE    sil-rac1   
    ora....N1.lsnr ora....er.type ONLINE    ONLINE    sil-rac2   
    ora....N2.lsnr ora....er.type ONLINE    ONLINE    sil-rac1   
    ora....N3.lsnr ora....er.type ONLINE    ONLINE    sil-rac1   
    ora.asm        ora.asm.type   ONLINE    ONLINE    sil-rac1   
    ora.eons       ora.eons.type  ONLINE    ONLINE    sil-rac1   
    ora.gsd        ora.gsd.type   OFFLINE   OFFLINE              
    ora....network ora....rk.type ONLINE    ONLINE    sil-rac1   
    ora.oc4j       ora.oc4j.type  ONLINE    ONLINE    sil-rac2   
    ora.ons        ora.ons.type   ONLINE    ONLINE    sil-rac1   
    ora.orcl.db    ora....se.type ONLINE    ONLINE    sil-rac1   
    ora.scan1.vip  ora....ip.type ONLINE    ONLINE    sil-rac2   
    ora.scan2.vip  ora....ip.type ONLINE    ONLINE    sil-rac1   
    ora.scan3.vip  ora....ip.type ONLINE    ONLINE    sil-rac1   
    ora....SM1.asm application    ONLINE    ONLINE    sil-rac1   
    ora....C1.lsnr application    ONLINE    ONLINE    sil-rac1   
    ora....ac1.gsd application    OFFLINE   OFFLINE              
    ora....ac1.ons application    ONLINE    ONLINE    sil-rac1   
    ora....ac1.vip ora....t1.type ONLINE    ONLINE    sil-rac1   
    ora....SM2.asm application    ONLINE    ONLINE    sil-rac2   
    ora....C2.lsnr application    ONLINE    ONLINE    sil-rac2   
    ora....ac2.gsd application    OFFLINE   OFFLINE              
    ora....ac2.ons application    ONLINE    ONLINE    sil-rac2   
    ora....ac2.vip ora....t1.type ONLINE    ONLINE    sil-rac2   
    [oracle@hostname ~]$
    [oracle@hostname ~]$ crsctl check crs
    CRS-4638: Oracle High Availability Services is online
    CRS-4537: Cluster Ready Services is online
    CRS-4529: Cluster Synchronization Services is online
    CRS-4533: Event Manager is online
    [oracle@hostname ~]$
    Does anyone know what can be the problem?
    Thanks,
    Andre Gil

    Thanks for your answer
    The OS user I'm log is ORACLE that own the filesystem, Before you ask ORACLE is part of OINSTALL and DBA group
    Any other suggestion
    [oracle@sil-rac1 ~]$ id
    uid=1100(oracle) gid=1200(dba) groups=4(adm),100(users),1000(oinstall),1200(dba)
    [oracle@sil-rac1 ~]$ env | sort
    BASE_PATH=/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin
    _=/bin/env
    CLASSPATH=/u01/app/11.2.0/grid/JRE:/u01/app/11.2.0/grid/jlib:/u01/app/11.2.0/grid/rdbms/jlib
    DB_HOME=/u01/app/oracle/product/11.2.0/db_1
    G_BROKEN_FILENAMES=1
    GRID_HOME=/u01/app/11.2.0/grid
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=sil-rac1
    INPUTRC=/etc/inputrc
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/u01/app/11.2.0/grid/lib:/lib:/usr/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/11.2.0/grid
    ORACLE_HOSTNAME=sil-rac1.silanis.com
    ORACLE_SID=+ASM1
    ORACLE_TERM=xterm
    ORACLE_UNQNAME=RAC
    PATH=/u01/app/11.2.0/grid/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin
    PWD=/home/oracle
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    TERM=xterm
    TMPDIR=/tmp
    TMP=/tmp
    USER=oracle
    [oracle@sil-rac1 ~]$

  • Problem with Region in 11g

    Hi All,
    I am working in ADF11g. I have a .jspx with page template(which has one navigation pane) and a region below.
    When I remove the page template the region is expanding properly otherwise it is not..eventhough I set width and height to 100%.
    I tried keeping my region in strechable layout components(show detail item), but it didnot worked?
    Is there any way to strech my region with Page Tamplate above.
    Pls help me.
    Thanks,
    Melissa
    Edited by: user10942366 on Apr 2, 2009 11:50 AM

    Hello All,
    I got the solution to the problem.
    I was trying to surround the region component using the Structure pane. But instead drag and drop the strechable components on to the region.
    Ex: Region got expanded 100% if I surround it with PanelStrechLayout with width and height set to 100%. But I didnit find this Panel StrechLayout when I try to surround it using Structure Pane.
    Refer to this: http://www.oracle.com/technology/products/adf/patterns/layoutBestPractices.html
    Thanks,
    Melissa.

  • Problem with OEM  in 11g R2 Production database

    Hi,
    Oracle Version : 11.2.0.1(standard edition)
    Operating system : RHEL-5
    We are getting the below problem when trying to start the DBCONSOLE but when i check the status it is showing as running as shown below.
    [oracle@prc4s3 ~]$ emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    https://prc4s3.localdomain:1158/em/console/aboutApplication
    EM Daemon is not running.
    Logs are generated in directory /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/log
    [oracle@prc4s3 ~]$ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    https://prc4s3.localdomain:1158/em/console/aboutApplication
    - An instance of Oracle Enterprise Manager 11g Database Control is already running.I the morning when i try to start the DBCONSOLE it takes around 4hr and final it was failed.
    Please help me how to solve this problem.
    Thanks & Regards,
    Poorna Prasad.S

    Hi CKPT,
    Here is the output from the emagent.log file
    2012-02-14 00:00:01,634 Thread-1111628096 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:00:01,932 Thread-3193961856 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:00:01,932 Thread-3193961856 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 00:00:01,980 Thread-3193961856 EMAgent started successfully (00702)
    2012-02-14 00:00:02,994 Thread-1108478272 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1303, Size of upload data: 383.912426MB, Pct(%) of Disk used: 18.85%, Disabling collections (00852)
    2012-02-14 00:00:02,994 Thread-1108478272 Disable collector (00406)
    2012-02-14 00:04:01,543 Thread-1117927744 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:04:01,775 Thread-1117927744 enable collector (00407)
    2012-02-14 00:04:01,776 Thread-1117927744 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:04:02,839 Thread-1108478272 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1308, Size of upload data: 392.171088MB, Pct(%) of Disk used: 18.86%, Disabling collections (00852)
    2012-02-14 00:04:02,839 Thread-1108478272 Disable collector (00406)
    2012-02-14 00:08:01,399 Thread-1114777920 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:08:01,631 Thread-1114777920 enable collector (00407)
    2012-02-14 00:08:01,632 Thread-1114777920 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:08:02,687 Thread-1108478272 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1313, Size of upload data: 400.328720MB, Pct(%) of Disk used: 18.87%, Disabling collections (00852)
    2012-02-14 00:08:02,687 Thread-1108478272 Disable collector (00406)
    2012-02-14 00:08:40,597 Thread-2760670592 Starting Agent 10.2.0.4.2 from /u01/app/oracle/product/11.2.0/db_1 (00701)
    2012-02-14 00:11:49,732 Thread-2760670592 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:11:49,868 Thread-2760670592 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:13:49,894 Thread-1117755712 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:13:50,189 Thread-2760670592 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:13:50,189 Thread-2760670592 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 00:13:50,225 Thread-2760670592 EMAgent started successfully (00702)
    2012-02-14 00:13:51,238 Thread-1114605888 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1321, Size of upload data: 407.807080MB, Pct(%) of Disk used: 18.88%, Disabling collections (00852)
    2012-02-14 00:13:51,238 Thread-1114605888 Disable collector (00406)
    2012-02-14 00:17:49,828 Thread-1130355008 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:17:50,053 Thread-1130355008 enable collector (00407)
    2012-02-14 00:17:50,054 Thread-1130355008 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:17:51,114 Thread-1114605888 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1326, Size of upload data: 416.065742MB, Pct(%) of Disk used: 18.88%, Disabling collections (00852)
    2012-02-14 00:17:51,114 Thread-1114605888 Disable collector (00406)
    2012-02-14 00:21:49,620 Thread-1120905536 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:21:49,846 Thread-1120905536 enable collector (00407)
    2012-02-14 00:21:49,847 Thread-1120905536 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:21:50,902 Thread-1114605888 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1331, Size of upload data: 424.223374MB, Pct(%) of Disk used: 18.89%, Disabling collections (00852)
    2012-02-14 00:21:50,902 Thread-1114605888 Disable collector (00406)
    2012-02-14 00:22:29,261 Thread-2434018688 Starting Agent 10.2.0.4.2 from /u01/app/oracle/product/11.2.0/db_1 (00701)
    2012-02-14 00:25:38,394 Thread-2434018688 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:25:38,528 Thread-2434018688 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:27:38,554 Thread-1116543296 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:27:38,863 Thread-2434018688 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:27:38,863 Thread-2434018688 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 00:27:38,898 Thread-2434018688 EMAgent started successfully (00702)
    2012-02-14 00:27:39,910 Thread-1099831616 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1339, Size of upload data: 431.701735MB, Pct(%) of Disk used: 18.81%, Disabling collections (00852)
    2012-02-14 00:27:39,911 Thread-1099831616 Disable collector (00406)
    2012-02-14 00:31:38,362 Thread-1129142592 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:31:38,591 Thread-1129142592 enable collector (00407)
    2012-02-14 00:31:38,592 Thread-1129142592 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:31:39,653 Thread-1099831616 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1344, Size of upload data: 439.960397MB, Pct(%) of Disk used: 18.82%, Disabling collections (00852)
    2012-02-14 00:31:39,653 Thread-1099831616 Disable collector (00406)
    2012-02-14 00:35:38,145 Thread-1119693120 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:35:38,370 Thread-1119693120 enable collector (00407)
    2012-02-14 00:35:38,372 Thread-1119693120 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:35:39,424 Thread-1099831616 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1349, Size of upload data: 448.118029MB, Pct(%) of Disk used: 18.82%, Disabling collections (00852)
    2012-02-14 00:35:39,424 Thread-1099831616 Disable collector (00406)
    2012-02-14 00:36:17,517 Thread-1053834624 Starting Agent 10.2.0.4.2 from /u01/app/oracle/product/11.2.0/db_1 (00701)
    2012-02-14 00:39:26,672 Thread-1053834624 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:39:26,812 Thread-1053834624 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:41:26,838 Thread-1119476032 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:41:27,152 Thread-1053834624 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:41:27,152 Thread-1053834624 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 00:41:27,188 Thread-1053834624 EMAgent started successfully (00702)
    2012-02-14 00:41:28,200 Thread-1116326208 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1357, Size of upload data: 455.596389MB, Pct(%) of Disk used: 18.91%, Disabling collections (00852)
    2012-02-14 00:41:28,200 Thread-1116326208 Disable collector (00406)
    2012-02-14 00:45:26,642 Thread-1092802880 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:45:26,870 Thread-1092802880 enable collector (00407)
    2012-02-14 00:45:26,871 Thread-1092802880 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:45:27,929 Thread-1116326208 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1362, Size of upload data: 463.855051MB, Pct(%) of Disk used: 18.91%, Disabling collections (00852)
    2012-02-14 00:45:27,931 Thread-1116326208 Disable collector (00406)
    2012-02-14 00:49:26,423 Thread-1122625856 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:49:26,650 Thread-1122625856 enable collector (00407)
    2012-02-14 00:49:26,651 Thread-1122625856 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:49:27,705 Thread-1116326208 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1367, Size of upload data: 472.012683MB, Pct(%) of Disk used: 18.92%, Disabling collections (00852)
    2012-02-14 00:49:27,705 Thread-1116326208 Disable collector (00406)
    2012-02-14 00:50:05,825 Thread-4041629056 Starting Agent 10.2.0.4.2 from /u01/app/oracle/product/11.2.0/db_1 (00701)
    2012-02-14 00:53:14,979 Thread-4041629056 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:53:15,120 Thread-4041629056 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:55:15,146 Thread-1114765632 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:55:15,443 Thread-4041629056 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:55:15,443 Thread-4041629056 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 00:55:15,479 Thread-4041629056 EMAgent started successfully (00702)
    2012-02-14 00:55:16,492 Thread-1088280896 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1375, Size of upload data: 479.491043MB, Pct(%) of Disk used: 18.85%, Disabling collections (00852)
    2012-02-14 00:55:16,492 Thread-1088280896 Disable collector (00406)
    2012-02-14 00:59:15,987 Thread-1127364928 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:59:16,212 Thread-1127364928 enable collector (00407)
    2012-02-14 00:59:16,214 Thread-1127364928 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:59:17,274 Thread-1088280896 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1380, Size of upload data: 487.749705MB, Pct(%) of Disk used: 18.85%, Disabling collections (00852)
    2012-02-14 00:59:17,274 Thread-1088280896 Disable collector (00406)
    2012-02-14 01:03:15,728 Thread-1117915456 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 01:03:15,952 Thread-1117915456 enable collector (00407)
    2012-02-14 01:03:15,953 Thread-1117915456 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 01:03:17,004 Thread-1130514752 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1385, Size of upload data: 495.907337MB, Pct(%) of Disk used: 18.86%, Disabling collections (00852)
    2012-02-14 01:03:17,004 Thread-1130514752 Disable collector (00406)
    2012-02-14 01:03:54,838 Thread-3528908160 Starting Agent 10.2.0.4.2 from /u01/app/oracle/product/11.2.0/db_1 (00701)
    2012-02-14 01:07:03,996 Thread-3528908160 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)
    2012-02-14 01:07:04,138 Thread-3528908160 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2012-02-14 01:09:04,163 Thread-1111787840 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 01:09:04,470 Thread-3528908160 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 01:09:04,470 Thread-3528908160 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 01:09:04,507 Thread-3528908160 EMAgent started successfully (00702)
    2012-02-14 01:09:05,520 Thread-1108638016 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1393, Size of upload data: 503.385697MB, Pct(%) of Disk used: 18.95%, Disabling collections (00852)
    2012-02-14 01:09:05,520 Thread-1108638016 Disable collector (00406)
    2012-02-14 01:13:04,124 Thread-1101977920 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 01:13:04,353 Thread-1101977920 enable collector (00407)
    2012-02-14 01:13:04,354 Thread-1101977920 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 01:13:05,415 Thread-1108638016 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1398, Size of upload data: 511.644360MB, Pct(%) of Disk used: 18.95%, Disabling collections (00852)and when i execute emctl status agent it is hanging here is the output.
    [oracle@prc4s3 scripts]$ emctl status agent
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    Error connecting to https://prc4s3.localdomain:3938/emd/maineven when i execute emctl status dbconsole it is hanging here
    [oracle@prc4s3 ~]$ emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    https://prc4s3.localdomain:1158/em/console/aboutApplication
    EM Daemon is not running.
    Logs are generated in directory /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/loghere after pressing CTRL+c it is showing *"EM Daemon is not running."*
    Thanks & Regards,
    Poorna Prasad.S
    Edited by: SIDDABATHUNI on Feb 14, 2012 4:54 PM

  • Problems with navbuilder in 11g

    Hi,
    I use 11g PS3.
    I want to add a link next to my "New Checkin" and "Search" links. I created the following code and the code is being executed without throwing errors. I checked it with Firebug. But I don't see the new link.
    <@dynamichtml custom_finish_layout_init@>
         <$include super.custom_finish_layout_init$>
         navBuilder.addChildNodeTo('NAVTREE', 'collection', 'id==MyScreens', 'label==My Screens');
         if (navBuilder.menuB)
              navBuilder.menuB.addTopLevelNode("MyScreens");
         else if (navBuilder.trayA)
              navBuilder.trayA.addTopLevelNode("MyScreens");
         navBuilder.addChildNodeTo('MyScreens', 'item', 'id==link1', 'label==Link 1', 'url==http://www.google.com');
    <@end@>I copied this code from a blog. Can someone help me please.
    Thanks
    Bodhy

    Hi,
    thanks for your reply.
    I tried it with menuA, but that didn't work either. I would say, that the 'addTopLevelNode' functionality isn't working anymore in 11g. If anyone knows better please contact me.
    I took a look at the ucm core to find out how oracle created menus and did it the same way.
    // first define the item
    <@dynamicdata CoreMenuItems@>
    id, label, linkType, linkData
    SHOW_HIDE_TRAY, wwKzvhShowNavigation, javascript, toggleLeftNavigationMenu()
    <@end@>
    // second add the item to MENU_A
    <@dynamicdata CoreMenuItemRelationships@>
    <?commatable mergeKey="primaryKey"?>
    parentId, id, loadOrder
    MENU_A, SHOW_HIDE_TRAY, 5040
    <@end@>
    // 3rd define a flag that the item will only be shown if the user is in tray mode
    <@dynamicdata CoreMenuItemsFlags@>
    <?commatable indexedColumns="id"?>
    id,                                flags
    SHOW_HIDE_TRAY,                     isTraysOnly
    <@end@> Greetings
    Bodhy

  • Problem with oracle webcenter 11g installation and configuration

    I have installed weblogic and webcenter successfully.After that I have configured the webcenter by creating new domain using configuration wizard . Three managed servers created for spaces, services and portlets and able to bring up. The problem is webcenter and other service related applications are in failed state. In server stage no ear or war files related to these applications. So unable to access webcenter spaces. Only weblogic console and webcenter enterprise manager can be accessed.No clue from installation document.
    Is anything to do to make it to active state?
    Edited by: user10303069 on Oct 7, 2009 12:18 AM

    Problem solved. Simply two more steps required. First, In the nodemanager.properties Edit as StartScriptEnabled=true and start the node manager and then Admin server. Second step is start the WLS_Spaces managed server from webcenter Enterprise Manager. Now spaces is accessible.

  • Problem with installing Forms 11g on clients

    Hi all,
    I have successfuly installed weblogic server and Oracle Forms 11g on a server and everything works fine. I need to install Forms 11g on different clients for developers. My question is that do i need to install Weblogic on every single client or i can use the one that i have installed on my server. If i can use the one that i have installed, please explain how i can do this because i have tried a lot and the installer does not go to next page after asking for email address.
    Thanks in forward,
    Shademani
    p.s. The clients are Win Xp

    Two recommendations:
    1. Read this:
    http://blogs.oracle.com/shay/2007/03/02
    2. If you are new to the product and/or product version, you should probably read the documentation before starting to install. Here is the url to the installation guide. This is a good starting place.
    http://download.oracle.com/docs/cd/E17904_01/install.1111/e10421/toc.htm
    The installation guide explains what is needed and how to install.

  • Download problem with EM 11g Grid Control Release 1 (11.1.0.1.0)

    Hi all,
    I have problem with Enterprise Manager 11g Grid Control Release 1 (11.1.0.1.0) for Linux x86-64 (64-bit) downloaded archives.
    Actually with GridControl_11.1.0.1.0_Linux_x86-64_2of3.zip (1,589,671,704 bytes) (cksum - 535544209)
    I successfully downloaded all archives but cksum for this file (...2of3...) is invalid.
    Even it is invalid I tried to install. Installation starts ok, but it breaks after few moments.
    Regards

    Here is cksum from file that I downloaded 3966614633 and on download page is 535544209.
    It's obvious that something is wrong!
    Oracle personal should fix this issue.
    Anyhow, there is another way... Download from different location. See this thread:
    Re: Invalid Software Download from OTN for Grid Control 11g on Linux x86_64
    Regards

  • Problem with character set - Reports 11.1.1.4

    Hi!
    I have a problem with Oracle Reports 11g regarding character set configuration. The default character set WE8ISO8859P1 works, so PDF reports have a regular display except for Eastern European (EE) letters which are replaced by "¿" sign.
    So, when I set any other character set in reports.sh, which would be a normal step to get EE letters, I'm always getting Greek Alphabet in PDF reports. Why Greek Alphabet?
    The character sets I tried to use are: EE8ISO8859P2, UTF8 and AL32UTF8.
    I changed uifont.ali and included PDF Subset with all four Arial font variants and, of course, I placed all fonts in fonts folder which is pointed by REPORTS_FONT_DIRECTORY.
    In Reports Builder everything works fine, but when I have to deploy the report to the Reports Services, the problem occurs.
    Also, when I've tried to execute PDF report using In-Process Reports Server (rep_wls_reports_hostnameasinst1) instead of AS Instance Reports Server (RptSvr_hostnameasinst1, which is a regular server), I'm getting Greek Alphabet in PDF reports even if the default character set is WE8ISO8859P1 in reports.sh. What is wrong with it? Where is Greek Alphabet configured?
    The production environment is 64-bit Oracle Linux 5.6 with Weblogic 10.3.4 and Forms&Reports 11.1.1.4. Forms works fine with character set EE8ISO8859P2 defined in default.env file.
    Thanks in advance!
    Regards,
    Dejan

    Thank you, Denis!
    Doc 300416.1 was very useful but Note 356221.1 - A Practical Methodology on Porting Reports from Windows to Unix with Different Font is actually crucial for configuring Reports on Linux.
    Also, there is a bug in 11.1.1.3 and 11.1.1.4, which can be fixed using the patch ( Note 1138405.1 - PDF Reports With Font Subsetting Raises Error "Bad /Bbox" on 64-Bit Linux ).
    Kind regards!

  • After Migrating from 10g to 11g Geeting problems with Guided navigations.

    After Migrating from 10g to 11g Geeting problems with Guided navigations and section navigations not working.
    And we are getting the following error <<odbc driver returned an error (SQLExecDirectW)>> where we have used navigations.
    In 10G we have Guided navigation Reports to display the Reports links and intermediate reports for conditionally displaying the Dashboard section(Reports) but after migrating to 11g Guided navigation reports and conditional reports are not working..
    We know that in 11g section navigation replaced with conditions and Guided navigation replaced with action link.. but
    do we need to recreate those reports in actions and condition or is there any work around avoid reworking.

    Hi Both,
    Thanks for the reply ...
    For Guided navigation we are getting like below error:
    Odbc driver returned an error (SQLExecDirectW).
    For Conditional dashboard section we are getting like below error:
    "saw.aViewsToRefresh = [];saw.aViewsToRefresh['d:dashboard~p:1egt6il5utl0uu8n~s:3jsmgfs3c1r4tn7c~n:condition'] = true;saw.aViewsToRefresh['d:dashboard~p:1egt6il5utl0uu8n~s:nos5q43jvjmi643b~n:condition'] = true;"

Maybe you are looking for

  • User should not be able to cancel Proforma invoice if Excise Invoice Exist

    Dear All ,                  I have a requirement that i have a performa invoice for which a excise invoice is created and then when i go to VF02 and check on Complete the i want to check whether the exicise invoice is cancelled or not . Can Anybody h

  • How can I know which library to include in jdev. if I know method of it

    Hi, Say I have a interface statement 'CallableStatement' in my java program and I want to know which library I need to include in jdeveloper project so that I can use this in my program. Actually If I include all the libraries then it works but I don

  • Having problems with a pop up window when downloading

    Hi all, i developed a site in asp.net, everytime i click to download a file on the site, it opens a *blank window* and leaves it open, it only happens with safari, it works fine with the other popular browsers, with the others, it opens the download

  • Does adobe reader for ios support interactive pdfs?

    I have a few i teractive pdfs, but there is no good app to play these on my ipad. Will these interactive pdfs work with this app?

  • How to unlock systems

    Dear professionals, sorry to bother You again. I was working in the Portal system landscape configuration to change the address of a CRM-machine when I lost connection to the portal server. I re-established the connection, logged in again, but now th