Trace file not Generated.

Hey Guys,
I am using oracle 10g and trying to generate a trace file.
Using sql_Plus I can see that timed_statistics is set to true, max_dump_file_size is set to unlimited, and user_dump_dest is set to C:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\DUMP.
In Oracle SQL Developer I am running the script:
alter session set sql_trace = true;
... PL/SQL block that I want to trace...
alter session set sql_trace = false;
After this sql runs without error there is no file on my computer at the user_dump_dest. In fact the path under user_dump_dest does not even exist. Do I have to create the path first? Am I looking in the wrong location? Am I doing something wrong when setting sql_trace?
Thanks,
Ian

In fact the path under user_dump_dest does not even exist.Perhaps this is the source of the mystery.
If Oracle has no place to actually write the file, how should it proceed?
as a proof of concept do the following
ALTER SESSION SET SQL_TRACE=TRUE;
show parameter dump
SELECT SYSDATE FROM DUAL;
ALTER SESSION SET SQL_TRACE=FALSE;
now find the trace file
post results from session above
Edited by: sb92075 on Jun 1, 2010 4:45 PM

Similar Messages

  • Session trace files not generated

    Hai all,
    Am tracing a session as follows :
    EXEC DBMS_SUPPORT.start_trace_in_session(sid=>2166, serial=>30629, waits=>TRUE, binds=>FALSE);
    EXEC DBMS_SUPPORT.stop_trace_in_session(sid=>2166, serial=>30629);
    but,no trace files are getting generated ?.. in udump dir..
    Any idea ?
    Kai

    Likely a version and/or platform specific bug.
    However, according to you this information is not important, or too much cumbersome to type, so no one can help you, even if you were told to include this several time.
    If you want free support from volunteers, at least provide information to work in.
    Or consider not posting at all.
    Sybrand Bakker
    Senior Oracle DBA

  • Trace file getting generated

    Hi,
    We have PI 7.1 installed in landscape. Some trace files getting generated at
    server\sapmnt\SID\DVEBMGS01\j2ee\cluster\server0\jrfc07500_06148.trc and utilizing more disk space aroung 1 GB.
    Could you please let me know from where trace can be disabled
    thanks

    Hi Yash,
    Please find the details on this link:
    http://help.sap.com/saphelp_nw04/Helpdata/EN/f6/daea401675752ae10000000a155106/content.htm
    name
    jrfc*.trc
    location
    directory j2ee/cluster/server* or defined path
    how to switch on and off set JVM options for the server via the Config Tool and restart server: -Djrfc.trace=0/1, -Djco.trace_path=[defined_path]
    Kindly let us know if this resolves the problem.
    Thanks.
    Regards,
    Shweta

  • Numerous trace files are generating every minute causing space issue

    Hi All,
    numerous trace files are generating every minute <SID>_<PID>_APPSPERF01.trc  format.
    entry in trace file will be like..
    EXEC #10:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,plh=1734896627,tim=1339571764486430
    WAIT #10: nam='SQL*Net message to client' ela= 6 driver id=1952673792 #bytes=1 p3=0 obj#=34562 tim=1339571764491273
    FETCH #10:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=0,og=1,plh=1734896627,tim=1339571764486430
    WAIT #10: nam='SQL*Net message from client' ela= 277 driver id=1952673792 #bytes=1 p3=0 obj#=34562 tim=1339571764491806
    EXEC #11:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,plh=2638510909,tim=1339571764486430
    FETCH #11:c=0,e=0,p=0,cr=9,cu=0,mis=0,r=0,dep=0,og=1,plh=2638510909,tim=1339571764486430
    WAIT #11: nam='SQL*Net message to client' ela= 6 driver id=1952673792 #bytes=1 p3=0 obj#=34562 tim=1339571764493265
    *** 2012-06-13 03:16:14.496
    WAIT #11: nam='SQL*Net message from client' ela= 10003326 driver id=1952673792 #bytes=1 p3=0 obj#=34562 tim=1339571774496705
    BINDS #10:
    Bind#0
    oacdty=01 mxl=32(21) mxlc=00 mal=00 scl=00 pre=00
    oacflg=00 fl2=1000001 frm=01 csi=871 siz=2064 off=0
    kxsbbbfp=2b8ec799df38 bln=32 avl=03 flg=05
    value="535"
    Bind#1
    oacdty=01 mxl=32(21) mxlc=00 mal=00 scl=00 pre=00
    oacflg=00 fl2=1000001 frm=01 csi=871 siz=0 off=32
    kxsbbbfp=2b8ec799df58 bln=32 avl=04 flg=01
    value="1003"
    SQL> show parameter trace
    NAME TYPE VALUE
    tracefiles_public boolean TRUE
    log_archive_trace integer 0
    sec_protocol_error_trace_action string TRACE
    sql_trace boolean FALSE
    trace_enabled boolean TRUE
    tracefile_identifier string
    Profile options like "FND:Debug Log Enabled" and "Utilities:SQL Trace" are set to No
    Can some one help me to stop these trace generation.
    is there any way to find the cause for these trace?
    Thanks in adv...

    Hi;
    Please check who enable trace. Please see:
    How to audit users who enabled traces?
    check concurrent programs first
    *from the screen
    *F11, then select the trace, then Ctrl+F11
    Concurrent > program > define
    open the form, press F11 (query mode), select the trace, then (ctrl + f11) this should return all concurrent programs which have trace enabled
    Regard
    Helios

  • Trace file not found

    using linux 5.7 (32bit) and oracle 11g relase 2
    SQL> select name,value from v$diag_info;
    NAME
    VALUE
    Diag Enabled
    TRUE
    ADR Base
    /home/oracle/u01/app/oracle
    ADR Home
    /home/oracle/u01/app/oracle/diag/rdbms/looking4/looking4
    NAME
    VALUE
    Diag Trace
    /home/oracle/u01/app/oracle/diag/rdbms/looking4/looking4/trace
    Diag Alert
    /home/oracle/u01/app/oracle/diag/rdbms/looking4/looking4/alert
    Diag Incident
    /home/oracle/u01/app/oracle/diag/rdbms/looking4/looking4/incident
    NAME
    VALUE
    Diag Cdump
    /home/oracle/u01/app/oracle/diag/rdbms/looking4/looking4/cdump
    Health Monitor
    /home/oracle/u01/app/oracle/diag/rdbms/looking4/looking4/hm
    Default Trace File
    /home/oracle/u01/app/oracle/diag/rdbms/looking4/looking4/trace/looking4_ora_4327
    .trc
    NAME
    VALUE
    Active Problem Count
    0
    Active Incident Count
    0
    11 rows selected.
    now when i check
    ls -al looking4_ora_43*
    -rwxrwxr-x 1 oracle oinstall 2960 Aug 22 09:59 looking4_ora_4300.trc
    -rwxrwxr-x 1 oracle oinstall 182 Aug 22 09:59 looking4_ora_4300.trm
    -rwxrwxr-x 1 oracle oinstall 2957 Aug 17 10:29 looking4_ora_4306.trc
    -rwxrwxr-x 1 oracle oinstall 180 Aug 17 10:29 looking4_ora_4306.trm
    -rw-r----- 1 oracle oinstall 2957 Aug 30 10:38 looking4_ora_4325.trc
    -rw-r----- 1 oracle oinstall 181 Aug 30 10:38 looking4_ora_4325.trm
    -rw-r----- 1 oracle oinstall 2956 Aug 24 15:56 looking4_ora_4380.trc
    -rw-r----- 1 oracle oinstall 181 Aug 24 15:56 looking4_ora_4380.trm
    -rwxrwxr-x 1 oracle oinstall 2942 Aug 14 10:18 looking4_ora_4394.trc
    -rwxrwxr-x 1 oracle oinstall 178 Aug 14 10:18 looking4_ora_4394.trm
    [oracle@unknown485b39d0b515 trace]$ pwd
    /home/oracle/u01/app/oracle/diag/rdbms/looking4/looking4/trace
    so where is
    looking4_ora_4327??
    thanks in advance

    There is no trace file at your /home/oracle/u01/app/oracle/diag/rdbms/looking4/looking4/trace/looking4_ora_4327, because your current user's session is not being under tracing. See example below :
    I logged in as scott user and below is the output :
    SQL> column value for a50;
    SQL> /
    NAME                                                             VALUE
    Diag Enabled                                                     TRUE
    ADR Base                                                         e:\app\serverroom
    ADR Home                                                         e:\app\serverroom\diag\rdbms\orcl\orcl
    Diag Trace                                                       e:\app\serverroom\diag\rdbms\orcl\orcl\trace
    Diag Alert                                                       e:\app\serverroom\diag\rdbms\orcl\orcl\alert
    Diag Incident                                                    e:\app\serverroom\diag\rdbms\orcl\orcl\incident
    Diag Cdump                                                       e:\app\serverroom\diag\rdbms\orcl\orcl\cdump
    Health Monitor                                                   e:\app\serverroom\diag\rdbms\orcl\orcl\hm
    Default Trace File                                               e:\app\serverroom\diag\rdbms\orcl\orcl\trace\orcl_
                                                                     ora_8056.trcIt means, if my session is being trace, then I have to check e:\app\serverroom\diag\rdbms\orcl\orcl\trace\orcl_ora_8056.trc file for this session right? Ok, what if I log out and re-connect :
    NAME                                                             VALUE
    Diag Enabled                                                     TRUE
    ADR Base                                                         e:\app\serverroom
    ADR Home                                                         e:\app\serverroom\diag\rdbms\orcl\orcl
    Diag Trace                                                       e:\app\serverroom\diag\rdbms\orcl\orcl\trace
    Diag Alert                                                       e:\app\serverroom\diag\rdbms\orcl\orcl\alert
    Diag Incident                                                    e:\app\serverroom\diag\rdbms\orcl\orcl\incident
    Diag Cdump                                                       e:\app\serverroom\diag\rdbms\orcl\orcl\cdump
    Health Monitor                                                   e:\app\serverroom\diag\rdbms\orcl\orcl\hm
    Default Trace File                                               e:\app\serverroom\diag\rdbms\orcl\orcl\trace\orcl_
                                                                     ora_8752.trcIt means, now I shall look into e:\app\serverroom\diag\rdbms\orcl\orcl\trace\orcl_ora_8752.trc for any tracing info; only if it is being trace see :
    SQL> host dir e:\app\serverroom\diag\rdbms\orcl\orcl\trace\orcl_ora_8752.trc;
    Volume in drive E is HCL_DISK3
    Volume Serial Number is A62A-F491
    Directory of e:\app\serverroom\diag\rdbms\orcl\orcl\trace
    File Not Found
    SQL> alter session set events '10046 trace name context forever,level 12';
    Session altered.
    SQL> host dir e:\app\serverroom\diag\rdbms\orcl\orcl\trace\orcl_ora_8752.trc;
    Volume in drive E is HCL_DISK3
    Volume Serial Number is A62A-F491
    Directory of e:\app\serverroom\diag\rdbms\orcl\orcl\trace
    30-08-2012  13:39                 0 orcl_ora_8752.trc
                   1 File(s)              0 bytes
                   0 Dir(s)  121,181,003,776 bytes free
    SQL> alter session set events '10046 trace name context off';
    Session altered.
    SQL> host dir e:\app\serverroom\diag\rdbms\orcl\orcl\trace\orcl_ora_8752.trc;
    Volume in drive E is HCL_DISK3
    Volume Serial Number is A62A-F491
    Directory of e:\app\serverroom\diag\rdbms\orcl\orcl\trace
    30-08-2012  13:39                 0 orcl_ora_8752.trc
                   1 File(s)              0 bytes
                   0 Dir(s)  121,181,003,776 bytes free
    SQL>So, in short, you will only get the trace file, if the current session is under tracing.
    Regards
    Girish Sharma

  • Connection has no password, -jdbc.xml file not generated for connection

    Hi,
    I'm migrating a jdev 10g web application (with EJB) to 11g, i did the automatic migration tool offred by 11g, i'm using the integrated weblogic server but it seems there is a *-jdbc.xml file missed, and it must be generated, this is the log file of the start of server :
    IntegratedWebLogicServer started.
    [Running application SAB_ADMIN on Server Instance IntegratedWebLogicServer...]
    [09:14:15 AM] ---- Deployment started. ----
    [09:14:15 AM] Target platform is (Weblogic 10.3).
    [09:14:18 AM] Retrieving existing application information
    [09:14:19 AM] Running dependency analysis...
    [09:14:19 AM] Deploying 4 profiles...
    [09:14:21 AM] Wrote Web Application Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ViewControllerWebApp.war
    [09:14:21 AM] Wrote Web Application Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ModelWebApp.war
    [09:14:25 AM] Wrote EJB Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ModelEJB.jar
    [09:14:25 AM] WARNING: Connection DBConnectionSAB has no password. DBConnectionSAB-jdbc.xml file not generated for connection DBConnectionSAB.
    [09:14:26 AM] Wrote Enterprise Application Module to C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN
    [09:14:26 AM] Deploying Application...
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.065--ServerSession(40464643)--property eclipselink.jdbc.user is deprecated, property javax.persistence.jdbc.user should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.299--ServerSession(40464643)--property eclipselink.jdbc.driver is deprecated, property javax.persistence.jdbc.driver should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.299--ServerSession(40464643)--property eclipselink.jdbc.url is deprecated, property javax.persistence.jdbc.url should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:28.299--ServerSession(40464643)--property eclipselink.jdbc.password is deprecated, property javax.persistence.jdbc.password should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.user.Session_user.mergeEntity(java.lang.Object)' in EJB 'SessionEJB' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'SessionEJB' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.user.Session_user.persistEntity(java.lang.Object)' in EJB 'SessionEJB' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'SessionEJB' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.bouton.Session_bouton.mergeEntity(java.lang.Object)' in EJB 'Session_bouton' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_bouton' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.bouton.Session_bouton.persistEntity(java.lang.Object)' in EJB 'Session_bouton' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_bouton' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.operation.Session_operation.mergeEntity(java.lang.Object)' in EJB 'Session_operation' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_operation' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.lang.Object oracle.operation.Session_operation.persistEntity(java.lang.Object)' in EJB 'Session_operation' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'Session_operation' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.user is deprecated, property javax.persistence.jdbc.user should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.driver is deprecated, property javax.persistence.jdbc.driver should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.url is deprecated, property javax.persistence.jdbc.url should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Notice> <EclipseLink> <BEA-2005000> <2010-10-14 09:14:29.656--ServerSession(42285779)--property eclipselink.jdbc.password is deprecated, property javax.persistence.jdbc.password should be used instead.>
    <14 oct. 2010 09 h 14 GMT+01:00> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\Users\Moshe\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SAB_ADMIN\ModelWebApp.war. Please make sure that the annotations are valid. The error is oracle.adf.view.faces.webapp.ResourceServlet>
    <14 oct. 2010 09 h 14 GMT+01:00> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1287044066833' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'SAB_CRUD-Model-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'SAB_CRUD-Model-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:404)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:508)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.view.faces.webapp.ResourceServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace

    This is the content of my web.xml file where i found the markup <servlet> and i tried to run without the first one but the error still like it was :
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>org.apache.myfaces.trinidad.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet>
    <description>Web Service MyConnexionServiceSoapHttpPort</description>
    <display-name>Web Service MyConnexionServiceSoapHttpPort</display-name>
    <servlet-name>MyConnexionServiceSoapHttpPort</servlet-name>
    <servlet-class>oracle.controll.ConnexionBaseDeDonnees</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ResultatRequetePort</servlet-name>
    <servlet-class>oracle.controll.ResultatRequete</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>MyConnexionServiceSoapHttpPort</servlet-name>
    <url-pattern>MyConnexionServiceSoapHttpPort</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ResultatRequetePort</servlet-name>
    <url-pattern>/ResultatRequetePort</url-pattern>
    </servlet-mapping>
    Thanks...

  • Migration from windows to Linux - JAR files not generating under JAVA_TOP

    Hi DBA's
    Jar files not generating under JAVA_TOP after migration from windows to linux.
    I followed workaround but same in result.
    Workaround
    Run this command. It will give the missing file
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive $JAVA_TOP -sync -reportfile javatopfiles.lst
    Then run this command
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive JAVA_TOP -sync -mode APPLY
    I have checked in google.
    Best Regards,
    Suresh Gelda

    Suresh,
    I can find the following error in the log file:
    JarSigner error output:
    Exception in thread "main" java.lang.NoClassDefFoundError: sun/security/tools/JarSigner
    Caused by: java.lang.ClassNotFoundException: sun.security.tools.JarSigner
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: sun.security.tools.JarSigner.  Program will exit.Please review the following notes for suggested solutions:
    Note: 393306.1 - Generate Jar File causes NoClassDefFoundError sun/security/tools/JarSigner
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393306.1
    Note: 269054.1 - Running adadmin to Force Regenerate of the Java Files Fails
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=269054.1

  • Trace file not being generated

    Hi,
    I am using Oracle 10g Rel2.
    I am trying to generate trace file for a session using DBMS_SYSTEM.
    Firstly I used DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION procedure to generate trace file for a session, but this was generating trace files in udump directory. Then i checked on net & found that we can not generate trace file this way for active sessions.
    Then I tried using DBMS_SYSTEM.SET_ENV procedure, same results. This is also not generating trace files?
    Any idea why this is happening? Moreover for around how much duration I should enable trace?
    Thanks in advance.

    Firstly I used DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION procedure to generate trace file for a session, but this was generating trace files in udump directory.
    As is the normal behavior, so nothing wrong.
    Then i checked on net & found that we can not generate trace file this way for active sessions.
    Which is, of course, nonsense.
    Then I tried using DBMS_SYSTEM.SET_ENV procedure, same results. This is also not generating trace files?
    This is again nonsense.
    As you didn't consider it necessary to post your exact commands, and nobody is looking over your shoulder, an adequate response is impossible.
    Sybrand Bakker
    Senior Oracle DBA

  • EDI  X12 scenario,deq.bat file not generating any trace file.

    hello,
    i have worked on the EDI X12 over internet(AS2) Transaction,everything is working fine until the creation and deployment of configurations on both Acme and GlobalChips servers.But During the Verification of Purchase Order Transactions when i am running deq.bat file on both Acme and GlobalChips servers the dq script is not generating any t1.trc trace file.
    There is no problem with the Trading Partners on both servers they are on upstate,can anyone help me with this issue please,its very urgent.
    note: where will be the web.xml file for transportServlet located,can anyone provide me with the file path.
    thnx
    sunny

    Hello Sinkar,
    Thanks for your reply,Finally i have managed resolve the issue(deq.bat file is generating t1.trc file) successfully.But there are certain other issues regarding this topic in which i need your help.
    When i am running the deq.bat file in command prompt on both acme and globalchips servers it is showing the following status
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;deq.bat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPDeq
    ueue ipdequeue.properties
    IPDequeue start...
    Dequeue from IP_IN_QUEUE
    and it also generated a t1.trc file on both servers,but the prompt in which i have run deq.bat is not giving any further message
    i.e some thing like IPDequeue end.
    and not even coming back to the original path i.e
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;
    and even if close the prompt it is not showing anything in t1.trc file and if i am running the enq_850.bat in acme server it is showing following stat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;enq_850.bat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPEnq
    ueue enq_850.properties
    IPEnqueue start...
    IPEnqueue end.
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;
    and its didn't showing anything in the t1.trc file generated on the globalchips server and same thing is happening when i am running enq_855.bat file on the globalchips server its not showing up anything in the trace file generated on the acme server.
    I have tried one thing that u have suggested for such kind of issue(t1.trc empty) in your forums
    1.) I have applied the patch #6673231 and it is showing the Document Routing Id Field in the B2B UI,but when i am completing all the process in B2B UI and running deq.bat file the result is still the same,the IPDequeue is not ending
    But a certain change has taken place after applying the pat
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPEnq+
    ueue enq_850.properties+
    IPEnqueue start...+
    Action Name = null
    IPEnqueue end.+
    D:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;+
    C:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;enq_855.bat+
    C:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;java oracle.tip.adapter.b2b.data.IPEnq+
    ueue enq_855.properties+
    IPEnqueue start...+
    Action Name = null
    IPEnqueue end.+
    C:\oracle\OraJ2EE\ip\tutorial\X12\runtime&gt;+
    I Think that no action is taking place in both the cases
    bcoz its showing this Action Name = null+
    if that is the case what is the problem here
    I have also set oracle.tip.adapter.b2b.DocumentRouting=true.
    but the situation is still the same,please read the above problem carefully and suggest a solution which would be fruitful for my further progress.
    thanks
    sunny
    Edited by: user10470973 on Dec 16, 2008 10:43 AM
    Edited by: user10470973 on Dec 16, 2008 10:44 AM

  • How to proceed further once the explain plan and trace files are generated?

    Hi Friends,
    I need to improve the performance of on of the views that i am working on.
    As suggested in the thread - http://forums.oracle.com/forums/thread.jspa?threadID=863295&tstart=0 , i gave generated the explain plan and the trace file.
    From the explain plan, we can see the expensive operations for the query.
    Can any one please tell, how to proceed further from here on i.e. how to make this expensive operations less expensive?
    For ex: FULL TABLE SCAN might be an expensive operation when the table has indexes.In such cases, how can we avoid such operations to make query faster?
    Regards,
    Sreekanth Munagala.

    Hi Veena,
    An earlier post by you regarding P45 is as below
    Starter report P45(3) / P46 efiling for UK
    from my understanding though i have not worked on GB Payroll you have said that you deleted IT 65 details of leaver,however there must be clusters generated in system from where the earlier data needs to be deleted and may be that is why you are facing the issue.
    In Indian payroll when we execute text file for efiling of tax after challan mapping all the data compiles and sits in PCL cluster and therefore we are unable to generate form 16 with proper output,here we delete the clusters and rerun again the mappings and then check form 16.
    Hope this might help you,Experts have suggested you earlier also,they may correct me for this.
    Salil

  • Huge user trace files being generated under udump

    last few days one of my database is generating huge number of user trace files under udump. I tried to investigate in alert.log file. But as I am not very expert to analyze the alert.log file I could not find the cause behind it. Only the ORA-00600: internal error code is found there. But it is a generic error . Please help.

    Thank you again. I got the clue from your reply.
    The error message is pasted below in short.
    ORA-00600: internal error code, arguments: [12333], [0], [0], [0], [], [], [], []
    Current SQL statement for this session:
    BEGIN :1 := TESTDBA.LOCAL_SYSDATE_SFT_FNC( 1,:2,:3 ); END;
    And it is obvious that the function had some problem recently. We need to investigate on that. Now my request is
    Please guide me how to check in metalink with the value '12333' which came as argument of ORA-00600 error. Here my job was easy as I got the problem function name . By I want to know the art of analysing the error message in alert.log file.
    Also tell me which places I should check regularly as a responsibility of a DBA ?
    What are the common errors in Alert log file? Where I should be cautioned ? Where I should ignore. Give me some tips please. Do not restrict your discussion on Alret.log only . Also please cover all important areas. If you think I am taking much of your time then please send me some link or source of PDF etc.

  • Problem-Starting InDesign Server for use with CORBA / Java and IOR file not generated

    I'm trying to start Indesign Server cs3 for use with Corba, as per the document the server should generate the start-up message like this..
    InDesignServer -iorfile c:\ior.txt -pluginpath Server\Corba
    [server] Writing IOR to ... and it should generate the IOR file
    but I'm getting the usual start-up message and the IOR file is not generated, I hope IOR file is required for Java component interaction with IDS, kindly help me to solve this.
    Thanks in advance.

    [From Susan Doan, who is having trouble posting to the forum today}:
    It looks like the example command line in the "Intro to InDesign Server" pdf is using curly quotes instead of straight quotes. If you copy the command from the pdf and paste it in your command shell, it won't work because of the curly quotes.
    You can run the command without the quotes as Rich has said, but, as will all command lines, if your path contains a space, you will need to put quotes (straight ones!) around the path.
    Thanks,
    Ole

  • Index file not generating

    Hi
    I am using the RoboHTML trial 9.0 version and imported a previous 8.0 help project file.  Everything seems fine except indexing.  The project shows having my index file from the previous project but my index file is not generating.  How can I use my existing index file and not have to create a new index file?
    Please help.
    thanks
    Caryn Drovie

    Have you tried ending the session with Control C ?

  • Dbc file not generating

    Hi all,
    Oracle application log in screen is not displaying .i checked in backend . after that i did not change any thing.
    After that i have run autoconfig.after that i have seen again
    DBC file is not generating when i was running autoconfig?

    I am unable to paste the log file.can u give me u r mail id .i am uploading the log file.to u r id.
    E:\oracle\viscomn\admin\scripts\VIS_vanwin23>call "e:\oracle\visappl\APPSORA.cmd"
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:35 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Error returned while running mwamscasvc.cmd
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\cn\11.5.0\admin\driver\cntmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CN_TOP
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cnadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cnadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cnadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cnadmprf.cmd
    setting permissions: 700
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cncmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cncmprf.sql
    instantiate file:
    source : e:\oracle\visappl\cn\11.5.0\admin\template\cncmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cncmprf.cmd
    AutoConfig Profile Phase
    Running Profile Process 1 of 2 for CN_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\cnadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:36 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running cnadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Profile Phase
    Running Profile Process 2 of 2 for CN_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\cncmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    " CN_TOP : e:\oracle\visappl\cn\11.5.0"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:36 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running cncmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\csi\11.5.0\admin\driver\csitmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSI_TOP
    instantiate file:
    source : e:\oracle\visappl\csi\11.5.0\admin\template\csiadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csiadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\csi\11.5.0\admin\template\csiadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csiadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSI_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\csiadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:37 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running csiadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\wip\11.5.0\admin\driver\wiptmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for WIP_TOP
    instantiate file:
    source : e:\oracle\visappl\wip\11.5.0\admin\template\wipadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\wipadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\wip\11.5.0\admin\template\wipadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\wipadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for WIP_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\wipadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:37 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running wipadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\cse\11.5.0\admin\driver\csetmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSE_TOP
    instantiate file:
    source : e:\oracle\visappl\cse\11.5.0\admin\template\cseadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cseadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\cse\11.5.0\admin\template\cseadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cseadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSE_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\cseadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:38 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running cseadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\eam\11.5.0\admin\driver\eamtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for EAM_TOP
    instantiate file:
    source : e:\oracle\visappl\eam\11.5.0\admin\template\eamadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\eamadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\eam\11.5.0\admin\template\eamadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\eamadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for EAM_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\eamadmprf.cmd
    script returned:
    E:\oracle\viscomn\admin\scripts\VIS_vanwin23>echo off
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:39 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running eamadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\imt\11.5.0\admin\driver\imttmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IMT_TOP
    Processing DriverFile = e:\oracle\visappl\fte\11.5.0\admin\driver\ftetmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for FTE_TOP
    instantiate file:
    source : e:\oracle\visappl\fte\11.5.0\admin\template\fteadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\fteadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\fte\11.5.0\admin\template\fteadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\fteadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for FTE_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\fteadmprf.cmd
    script returned:
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:39 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running fteadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    The process tried to write to a nonexistent pipe.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ont\11.5.0\admin\driver\onttmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for ONT_TOP
    instantiate file:
    source : e:\oracle\visappl\ont\11.5.0\admin\template\ontadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ontadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ont\11.5.0\admin\template\ontadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ontadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for ONT_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\ontadmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:40 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running ontadmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ar\11.5.0\admin\driver\artmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AR_TOP
    instantiate file:
    source : e:\oracle\visappl\ar\11.5.0\admin\template\aradmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\aradmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ar\11.5.0\admin\template\aradmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\aradmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AR_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\aradmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:40 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running aradmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ahl\11.5.0\admin\driver\ahltmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AHL_TOP
    instantiate file:
    source : e:\oracle\visappl\ahl\11.5.0\admin\template\ahladmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ahladmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ahl\11.5.0\admin\template\ahladmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ahladmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AHL_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\ahladmprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:41 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running ahladmprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ozf\11.5.0\admin\driver\ozftmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for OZF_TOP
    instantiate file:
    source : e:\oracle\visappl\ozf\11.5.0\admin\template\ozfadprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ozfadprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\ozf\11.5.0\admin\template\ozfadprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\ozfadprf.cmd
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for OZF_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\ozfadprf.cmd
    script returned:
    Sun 09/06/2009
    11:22 AM
    ECHO is off.
    ECHO is off.
    Sun 09/06/2009 11:22 AM
    ECHO is off.
    ECHO is off.
    Setting environment for using Microsoft Visual C++ tools.
    APPSORA.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : e:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\VC6\msdev98\BIN;C:\VC98\BIN;C:\VC6\TOOLS\WINNT;C:\VC6\TOOLS;e:\oracle\visappl\au\11.5.0\bin;e:\oracle\visappl\fnd\11.5.0\bin;e:\oracle\visappl\ad\11.5.0\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;e:\oracle\visora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\viscomn\util\unzip\unzip;e:\oracle\visora\8.0.6\bin;e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\mksnt;C:\WINDOWS;C:\WINDOWS\system32"
    " LD_LIBRARY_PATH : e:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\lib;e:\oracle\visora\8.0.6\lib;e:\oracle\visappl\cz\11.5.0\bin;e:\oracle\visora\8.0.6\lib"
    "Running SQL script "
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Sep 6 11:22:41 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    "Error returned while running ozfadprf.cmd"
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Processing DriverFile = e:\oracle\visappl\ies\11.5.0\admin\driver\iestmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IES_TOP
    instantiate file:
    source : e:\oracle\visappl\ies\11.5.0\admin\template\cooper.cmd
    dest : e:\oracle\visappl\ies\11.5.0\admin\install\VIS_vanwin23\cooper.cmd
    backup : e:\oracle\visappl\ies\11.5.0\admin\install\VIS_vanwin23\cooper.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\cooper.cmd
    Processing DriverFile = e:\oracle\visappl\csd\11.5.0\admin\driver\csdtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSD_TOP
    instantiate file:
    source : e:\oracle\visappl\csd\11.5.0\admin\template\csdadmprf.sql
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.sql
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.sql to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csdadmprf.sql
    setting permissions: 600
    instantiate file:
    source : e:\oracle\visappl\csd\11.5.0\admin\template\csdadmprf.cmd
    dest : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.cmd
    backup : e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.cmd to e:\oracle\visappl\admin\VIS_vanwin23\out\09061121\csdadmprf.cmd
    setting permissions: 700
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSD_TOP
    Executing script in InstantiateFile:
    e:\oracle\viscomn\admin\install\VIS_vanwin23\csdadmprf.cmd

  • Sqlnet.ora trace files getting generated even after turning off tracing

    Hi,
    I have recently added the following parameters to the sqlnet.ora file.
    TRACE_LEVEL_SERVER=16
    TRACE_FILE_SERVER=SERVER
    TRACE_DIRECTORY_SERVER=/ftpland/trace
    TRACE_TIMESTAMP_SERVER=on
    Even after removing these enteries from the sqlnet.ora I still see the trave files being generated.
    #####enable tracing###################
    #Trace_level_server=0
    #Trace_filelen_server=1000
    #Trace_fileno_server=1
    #Trace_timestamp_server=on
    #Trace_directory_server=/opt/oracle/product/10.2.0/network/trace
    #Diag_adr_enabled=off
    AUTOMATIC_IPC = ON
    TRACE_LEVEL_CLIENT = OFF
    SQLNET.EXPIRE_TIME = 10
    NAMES.DEFAULT_DOMAIN = bsca.eds.com
    NAME.DEFAULT_ZONE = bsca.eds.com
    SQLNET.CRYPTO_SEED = "232166927-1713903352"
    NAMES.DIRECTORY_PATH = (ONAMES,TNSNAMES)
    NAMES.PREFERRED_SERVERS =
          (ADDRESS_LIST =
            (ADDRESS =
              (COMMUNITY = TCP.bsca.eds.com)
              (PROTOCOL = TCP)
              (Host = oraclenames1.bsca.eds.com)
              (Port = 1575)
            (ADDRESS =
              (COMMUNITY = TCP.bsca.eds.com)
              (PROTOCOL = TCP)
              (Host = oraclenames2.bsca.eds.com)
              (Port = 1575)
    NAME.PREFERRED_SERVERS =
          (ADDRESS_LIST =
            (ADDRESS =
              (COMMUNITY = TCP.bsca.eds.com)
              (PROTOCOL = TCP)
              (Host = oraclenames1.bsca.eds.com)
              (Port = 1575)
    (ADDRESS =
              (COMMUNITY = TCP.bsca.eds.com)
              (PROTOCOL = TCP)
              (Host = oraclenames2.bsca.eds.com)
              (Port = 1575)
    BEQUEATH_DETACH=YES
    Regards,
    VN

    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME =ROSDMP.bsca.eds.com)
          (ORACLE_HOME = /opt/oracle/product/10.2.0)
          (SID_NAME = ROSDMP)
    TRACE_LEVEL_LISTENER=16
    I believe, this is the reason, you are seeing trace files even after disabling it in sqlnet.ora

Maybe you are looking for

  • HP Deskjet 3550 cannot print using Airport Extreme via USB connection on Windows 7 64 bits

    Product Name and Number: HP Deskjet 3550 Inkjet Printer Operating System installed: Windows 7 Home Premium 64 bits Error message: None Any changes made to your system before the issue occurred: Setting up HP printer using Airport Utility to add a new

  • How to install the oracle lite mobile server?

    hi,every one! I follow the wizard of the oracle lite mobile server,then pop the window let me input the "host name""port"and "net server name",I have install oracle 9i,and establish a database named "oradb",establish an server named"oradb",the servic

  • BO XI 3.1 Desktop client with XI 2 app server

    We're planning to implement XI 3.1 Desktop Intelligence to a set of users.  However, we realize some of them are already using XI 2.0 client to access another application that is supported out of another IT area.  We'd like to know if we upgrade thei

  • Passing DBCS through URL

    I need to pass double byte character such as Japanese as value in the name value pair through URL to another page. Are there a way to encode the double byte characters in the URL , then decode in the following page. You help is highly appreciated. He

  • J2me sdk 3.0  problems in System.out.print

    Hi I can not use println to print Chinese . First I just use System.out.print("test") to print some debug information , and I surprised to find it print nothing. Then I try System.out.println("test") and it worked well. But there still problem when p