Error msg like :ORACLE not started when login through SQL Tool

Hi All,
When i login through SQL TOOL (either sysdba/system/scott... any user) the error msg like ORACLE not started ....
so i check the services from controlpanel->administraive tools->services ->Oralceservice<dbname> service ... so in this service is in manual & starting but not started.....
This happen becoz i stated in manual first time & now i change it then it display as strating not started.....
pls. if u have any solution related to this service infrom me...
Thx

Make your instance service in the windows services as auto start. However, if it show starting not started, just stop and start again. Otherwsie, shutdown your windows and start it again.
Jaffar

Similar Messages

  • HT1476 when i plug my phone into the usb port with the apple charger that came with my phone i get an error msg say charging not supported by this device.   But when i use a gigaware (radioshack brand) usb charger, no error msg.  Why?

    when i plug my phone into the usb port with the apple charger that came with my phone i get an error msg say charging not supported by this device.   But when i use a gigaware (radioshack brand) usb charger, no error msg.  Why?

    - Try restoring the iPod, first from backup and then try to factory settings/new iPod to rule out a software problem.
    - Look at the dock connector on the iPod. Look for abnormalities like bent or corroded contacts, foreign material and broken or cracked plastic.
    - Could you have damaged something when you took the iPod apart and replaced the Home button?

  • Oracle not starting up throwing error

    My listener problem is solved but the DB dosent start up and throws this error, I also have a dump of the startup.log and the copy of init.ora file.
    [oracle@localhost ~]$ ./oracle.sh start
    Starting Oracle: Password:
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 24-DEC-2009 23:01:32
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    TNS-01106: Listener using listener name LISTENER has already been started
    Password:
    Failed to auto-start Oracle Net Listene using /ade/vikrkuma_new/oracle/bin/tnslsnr
    Processing Database instance "sales": log file /u01/app/oracle/oracle/product/10.2.0/db_1/startup.log
    OK
    startup.log
    /u01/app/oracle/oracle/product/10.2.0/db_1/bin/dbstart: Starting up database "sales"
    Thu Dec 24 23:02:00 IST 2009
    logger: Can't find init file for Database instance "sales".
    logger: Error: Database instance "sales" NOT started.
    init.ora
    # $Header: init.ora 06-aug-98.10:24:40 atsukerm Exp $
    # Copyright (c) 1991, 1997, 1998 by Oracle Corporation
    # NAME
    # init.ora
    # FUNCTION
    # NOTES
    # MODIFIED
    # atsukerm 08/06/98 - fix for 8.1.
    # hpiao 06/05/97 - fix for 803
    # glavash 05/12/97 - add oracle_trace_enable comment
    # hpiao 04/22/97 - remove ifile=, events=, etc.
    # alingelb 09/19/94 - remove vms-specific stuff
    # dpawson 07/07/93 - add more comments regarded archive start
    # maporter 10/29/92 - Add vms_sga_use_gblpagfile=TRUE
    # jloaiza 03/07/92 - change ALPHA to BETA
    # danderso 02/26/92 - change db_block_cache_protect to dbblock_cache_p
    # ghallmar 02/03/92 - db_directory -> db_domain
    # maporter 01/12/92 - merge changes from branch 1.8.308.1
    # maporter 12/21/91 - bug 76493: Add control_files parameter
    # wbridge 12/03/91 - use of %c in archive format is discouraged
    # ghallmar 12/02/91 - add global_names=true, db_directory=us.acme.com
    # thayes 11/27/91 - Change default for cache_clone
    # jloaiza 08/13/91 - merge changes from branch 1.7.100.1
    # jloaiza 07/31/91 - add debug stuff
    # rlim 04/29/91 - removal of char_is_varchar2
    # Bridge 03/12/91 - log_allocation no longer exists
    # Wijaya 02/05/91 - remove obsolete parameters
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, place
    # all instance-specific parameters in one file, and then have all
    # of these files point to a master file using the IFILE command.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback segments,
    # these must be specified in different files, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own. Then place an IFILE= line into each instance-specific
    # INIT file that points at this file.
    # NOTE: Parameter values suggested in this file are based on conservative
    # estimates for computer memory availability. You should adjust values upward
    # for modern machines.
    # You may also consider using Database Configuration Assistant tool (DBCA)
    # to create INIT file and to size your initial set of tablespaces based
    # on the user input.
    # replace DEFAULT with your database name
    db_name=sales
    db_files = 80 # SMALL
    # db_files = 400 # MEDIUM
    # db_files = 1500 # LARGE
    db_file_multiblock_read_count = 8 # SMALL
    # db_file_multiblock_read_count = 16 # MEDIUM
    # db_file_multiblock_read_count = 32 # LARGE
    db_block_buffers = 100 # SMALL
    # db_block_buffers = 550 # MEDIUM
    # db_block_buffers = 3200 # LARGE
    shared_pool_size = 3500000 # SMALL
    # shared_pool_size = 5000000 # MEDIUM
    # shared_pool_size = 9000000 # LARGE
    log_checkpoint_interval = 10000
    processes = 50 # SMALL
    # processes = 100 # MEDIUM
    # processes = 200 # LARGE
    parallel_max_servers = 5 # SMALL
    # parallel_max_servers = 4 x (number of CPUs) # MEDIUM
    # parallel_max_servers = 4 x (number of CPUs) # LARGE
    log_buffer = 32768 # SMALL
    # log_buffer = 32768 # MEDIUM
    # log_buffer = 163840 # LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest = disk$rdbms:[oracle.archive]
    # log_archive_format = "T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    # rollback_segments = (name1, name2)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/5 = 8:
    # transactions = 40
    # transactions_per_rollback_segment = 5
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com      # global database name is db_name.db_domain
    # FOR DEVELOPMENT ONLY, ALWAYS TRY TO USE SYSTEM BACKING STORE
    # vms_sga_use_gblpagfil = TRUE
    # FOR BETA RELEASE ONLY. Enable debugging modes. Note that these can
    # adversely affect performance. On some non-VMS ports the db_block_cache_*
    # debugging modes have a severe effect on performance.
    #_db_block_cache_protect = true # memory protect buffers
    #event = "10210 trace name context forever, level 2" # data block checking
    #event = "10211 trace name context forever, level 2" # index block checking
    #event = "10235 trace name context forever, level 1" # memory heap checking
    #event = "10049 trace name context forever, level 2" # memory protect cursors
    # define parallel server (multi-instance) parameters
    #ifile = ora_system:initps.ora
    # define two control files by default
    control_files = (ora_control1, ora_control2)
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # Uncomment the following line, if you want to use some of the new 8.1
    # features. Please remember that using them may require some downgrade
    # actions if you later decide to move back to 8.0.
    #compatible = 8.1.0

    starts up the instance and shuts down immediately.
    Here is the log
    /u01/app/oracle/oracle/product/10.2.0/db_1/bin/dbstart: Starting up database "sales"
    Thu Dec 24 23:26:47 IST 2009
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 24 23:26:47 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORA-00371: not enough shared pool memory, should be atleast 62198988 bytes
    SQL> Disconnected
    /u01/app/oracle/oracle/product/10.2.0/db_1/bin/dbstart: Database instance "sales" warm started.

  • Address Book entries disappear & apps not starting at login when set.

    On Friday, I created an address group for a class I'm teaching. After I finished creating the group, I left Address Book. Later, I was sending out email messages and email had lost its ability to complete the email addresses of people I correspond with, regularly. When it did this for several people, I went into Address Book and discovered that only the information for the new address group I created was in my Address Book. Furthermore, iChat, Calendar, and Mail are not starting when I login, as they are set to do. I rebooted my machine and they still didn't start. I disbled and re-enabled "start at login". That also didn't work. I disabled it, rebooted, logged in and re-enabled it, then rebooted again and that also didn't fix my problem. That these three programs are affected because all three of them read the Address Book data.
    Has anyone else experience this problem and how did your fix it.
    IUCeeJay
    G5 Mac OS X (10.4.9)
    G5   Mac OS X (10.4.9)  

    Nothing???

  • Oracle not started ORA-12560 error

    Hello,
    My Database version : 8.1.7.0.0
    OS : Windows 2000
    When I want to connect sqlplus using :
    C:\Documents and Settings\Administrator.TVCLKLB>sqlplus sys@tvclklb
    SQL*Plus: Release 8.1.7.0.0 - Production on Sun May 25 12:11:43 2008
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    And when I want to connect using sqlplus/nolog it shows :
    C:\Documents and Settings\Administrator.TVCLKLB>sqlplus/nolog
    SQL*Plus: Release 8.1.7.0.0 - Production on Sun May 25 12:13:06 2008
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    SQL> conn sys as sysdba
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Have any idea what is the problem and what is suggested solution. I already check the listner and service which is running smoothy.
    I shall wait for ur quick feedback.
    Thanks in advanced
    Aungshuman Paul

    For further details I put the sqlnet.log file :
    Fatal NI connect error 12640, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 8.1.7.0.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 8.1.7.0.0 - Production
    Time: 25-MAY-2008 12:20:35
    Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12640
    TNS-12640: Authentication adapter initialization failed
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Thanks
    Aungshu

  • Getting error msg: Session could not be started

    Since the update of itunes and ios i get an error msg saying could not sync iphone because a session could not be started.
    Have an iphone 4

    Take that last message back. I decided to try backing it up manually by right clicking on the Touch in the left sidebar of iTunes. That method worked - backup went off without a hitch. Don't ask me why.
    Mark

  • I'm getting an error message 'Apple Mobile Device service is not started' when trying to sync my ipad to my desktop computer

    I'm getting an error message 'Apple Mobile Device service is not started' when trying to sync my ipad to my desktop computer. This usually works fine, so I don't know what I did to keep it form working.

    Are you using Windows? This tells you how to restart the AMDS for Windows.
    http://support.apple.com/kb/ts1567

  • PC does not start when pressing the power button, After that starts automatically like a ghost!

    I have HP Pavilion a6030in, My pc does not start when i press ther power button, but it starts after sometime automatically after that it works fine.
    Again when i shutdown and leave it for sometime, and still the problem is unsolved.
    Please Help
    This question was solved.
    View Solution.

    he figured out you dont just shut the lid and walk away, you use Windows shutdown
    click Kudos to say thanks if I helped

  • You have encountered an unexpected PLSQL error. Please contact System Administrator: When login using SSO

    SSO Enabled Environment. When login using OAM page, Some of the users are getting this error.
    You have encountered an unexpected PLSQL error. Please contact System Administrator: When login using SSO
    Not sure why this is happening. Few users started complaining that they get this error. If they using direct login url to EBS (bypass link) - It works fine.
    Any idea ?

    please check Apache and application.log
    looks like you hit a bug
    Bug 14230537 : PLSQL ERROR OCCUR WHEN LOGIN EBS INTEGRATED WITH OAM(11.1.1.5.0 )
    AppsMasti
    Sharing is Caring

  • Urgent! Error: ORA-01034 Oracle not available for Oracle10gi

    I have used SQL*Plus for a while, but recently when I try to login there is this error message:
    Error:
    ORA-01034 ORACLE not available
    ORA-27101 shared memory realm does not exist
    I had search for the solution quite a while. I changed the "sqlnet.ora" from C:\OraHome_1\NETWORK\ADMIN
    I changed SQLNET.AUTHENTICATION_SERVICES=NT; to SQLNET.AUTHENTICATION_SERVICES=NONE and then reboot the machine.
    The weird thing is that sometimes it works after I reboot the machine, but recently this just doesn't work any more. The SQL*Plus generates the same error message as I wrote above.
    It seems like this kind of problem has troubled lots of oracle database users. IS this a bug that exists in the Oracle10gi?
    Or does Oracle10gi require to run on certain operating system platform like Windows XP Professional but does not support for Windows XP Home Edition?
    Can the Oracle company provide some error solution guide for the public for their own system?
    many thanks

    No this specific error message is not a result of an Oracle bug to my knowledge.
    In my experience it is a simple matter of not using Oracle correctly. Only it is not that simple from a pure end-user perspective as Oracle is not a mickey mouse little filing system that pretends to be a database (like MS Access).
    Which makes sense. After all, driving a bicycle does not mean one is able to get on a superbike. And if you respond "what!! why is it a superbike!?" then you need a bicycle in the first place.
    The cause of the error you list - the client is making a local IPC dedicated server connection to the Oracle instance. This fails as the dedicated server cannot find the Oracle SGA (shared memory area) to attached to. This is usually the result of
    a) the Oracle instance is down (and thus the SGA does not exist)
    b) the ORACLE_SID used by the client is incorrect (and thus it attempts to attach to a non-existant SGA)
    Reason (a) could be caused by some underlaying issue that results in the Oracle instance shutting down automatically or unintentionally.
    As for what Oracle 10G requires operating system wise. There are detailed platform certification matrixes on the Oracle web site. In addition, the INSTALLATION notes of Oracle also specifies what platforms are supported.
    You also fail to mention the exact Oracle product you're running. Oracle XE is different than Oracle Standard Edition which is different than Oracle Enterprise Edition.
    There is btw a dedicated support forum here for Oracle XE - and this one ain't it.

  • Oracle Not Starting Automatically

    I have a problem Oracle not starting up automatically. The Windows 2003 service is started and set to start up automatically. I don't see any errors in the event viewer. I have to login as sysdba and do a startup for the database to be available. Is this normal?

    Here's some detail about the error from sqlnet.log in the database folder. Any idea what the problem is?
    Fatal NI connect error 12560, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleoracle)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=oracle)(CID=(PROGRAM=C:\ora102\bin\oradim.exe)(HOST=WIN2003SERVER)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 01-APR-2008 08:50:23
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12560
    TNS-12560: TNS:protocol adapter error
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Protocol adapter error
    nt secondary err code: 2
    nt OS err code: 0

  • I have iphoto 6 and my pictures are no longer showing.  I have tried importing them but it just give me an error msg. (file format not recognized) I have tried rebuilding the iphoto library but that doesn't work either. Any suggestions?

    I have iphoto 6 and my pictures are no longer showing.  I have tried importing them but it just give me an error msg. (file format not recognized) I have tried rebuilding the iphoto library but that doesn't work either. Any suggestions?

    How did you rebuild?
    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library allowing it to overwrite the damaged file.
    2. Download <a href="http://www.fatcatsoftware.com/iplm/"><b><u>iPhoto Library Manager</b></u></a> and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 6* library:
    Note this will give you a working library with the same Rolls and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library on your desktop and find the Originals folder. From the Originals folder drag the individual Roll Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.

  • Web calendar interfase not started when starting http server

    Hi, I installed CS succesfully, the calendar server is working fine.
    My problem is that the web interfase is not started when starting the HTTP server.
    I checked the log files of the http server and I saw this:
    [Thu Jan  9 19:13:50 2003] [warn] [client 144.23.48.238] FastCGI request processing timed out
    [Thu Jan  9 19:15:19 2003] [notice] SIGHUP received. Attempting to restart
    [Thu Jan  9 19:15:23 2003] [error] (2)No such file or directory: FastCGI: access for server (uid -1, gid 501) failed: read not allowed by group
    [Thu Jan  9 19:15:23 2003] [notice] FastCGI: process manager initialized (pid 6897)
    [Thu Jan  9 19:15:23 2003] [warn] FastCGI: server "/u01/oracle/product/CS9.0.3/CSMT/Apache/Apache/fcgi-bin/owc/lexacal.fcgi" started (pid 6898)
    [Thu Jan  9 19:15:23 2003] [warn] FastCGI: server "/u01/oracle/product/CS9.0.3/CSMT/Apache/Apache/fcgi-bin/echo" started (pid 6899)
    [Thu Jan  9 19:15:24 2003] [notice] Oracle HTTP Server/1.3.22 (Unix) mod_plsql/9.0.2.0.0 DAV/1.0.2 (OraDAV enabled) mod_osso/9.0.2.0.0 mod_oc4j/3.0 mod_ossl/9.0.2.0.0 mod_fastcgi/2.2.12 mod_perl/1.26 configured -- resuming normal operations
    [Thu Jan  9 19:15:24 2003] [notice] Accept mutex: fcntl (Default: fcntl)
    [Thu Jan  9 19:15:34 2003] [warn] FastCGI: s[i]Long postings are being truncated to ~1 kB at this time.

    Hi Gonzalo,
    You will have to report this problem to the Oracle Support organization.
    They will most probably want to see your web configuration file, the httpd.conf, as well as the appropriate logs.
    thanks,
    Jean-Marc Robillard
    Product Management

  • Need help on this errors : ORA-01034: ORACLE not available  and ORA-27101

    Hi,
    I installed 11gR2 on win xp in vmware workstation.It was running without any problems.Few times I Closed the vmware application explicitly.
    Now when I tried to connect oracle It is showing the following message.
    Enter user-name: scott
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Process ID: 0
    Session ID: 0 Serial number: 0
    Please help me to resolve this .

    Thanks for your response.When I tried to start oracle results are:
    SQL> startup
    ORACLE instance started.
    Total System Global Area  535662592 bytes
    Fixed Size                  1375792 bytes
    Variable Size             381682128 bytes
    Database Buffers          146800640 bytes
    Redo Buffers                5804032 bytes
    ORA-03113: end-of-file on communication channel
    Process ID: 2884
    Session ID: 1 Serial number: 3
    When I checked in enterprise manager it is showing the following information.
    Agent Connection to Instance
    Status     Failed
    Details     ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach)
    Thanks for your help.

  • Oracle not started  (startdb)

    Hello
    when i startup my instance startdb not working 
    startdb.log :
    R3trans: connect check finished with return code: 12
    Database not available
    ------------------------------ Fri Jun 24 04:54:27 PDT 2011
    Shutdown database
    First trying to shutdown the database - May be,
    the database is in the nomount or mount state
    ------------------------------ Fri Jun 24 04:54:27 PDT 2011
    starting database
    SQL*Plus: Release 9.2.0.7.0 - Production on Fri Jun 24 04:54:27 2011
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    but i successfully started  db , listener (oracle 9.2) from sqlplus and started instance using startsap.
    After this i trying to connect from SAP GUI  and get an error: partner ip:sapdp02 not reached  
    use file  sapdba_role.sql does not give any results :
    @/path/sapdba_role.sql SID
    sapdba_role.log:
    Grant succeeded.
    old 12: Statement := 'grant SELECT on &User..RSNSPACE to sapdba';
    new 12: Statement := 'grant SELECT on SAPTRP.RSNSPACE to sapdba';
    old 21: Statement := 'grant SELECT on &User..RSPSPACE to sapdba';
    new 21: Statement := 'grant SELECT on SAPTRP.RSPSPACE to sapdba';
    PL/SQL procedure successfully completed.
    Edited by: Andrey Burakov on Jun 24, 2011 4:09 PM

    I started db in sqlplus and run R3trans -xd
    4 ETW000 R3trans version 6.13 (release 640 - 07.01.08 - 14:25:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 26.06.2011 - 21:49:29
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -xd
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Sun Jun 26 21:49:29 2011                             356  0.000356
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    56  0.000412
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             87  0.000499
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/TRP/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                             129  0.000628
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/TRP/SYS/exe/run/dboraslib.so), hdl 0
    4 ETW000                                                                          115258  0.115886
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/TRP/SYS/exe/run/dboraslib.so' loaded
    4 ETW000                                                                             100  0.115986
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/TRP/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              59  0.116045
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/TRP/SYS/exe/run/dboraslib.so' is "640.00", patchlevel (0.220)
    4 ETW000                                                                             553  0.116598
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/TRP/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              54  0.116652
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/TRP/SYS/exe/run/dboraslib.so
    4 ETW000                                                                             100  0.116752
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              76  0.116828
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255,
    con_opt = 255, occ = NO
    4 ETW000                                                                              67  0.116895
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         41  0.116936
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              49  0.116985
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255,
    con_opt = 255, occ = NO
    4 ETW000                                                                              56  0.117041
    4 ETW000  [dev trc     ,00000]  Got ORACLE_HOME=/oracle/TRP/920_64 from environment
    4 ETW000                                                                             435  0.117476
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                        157  0.117633
    4 ETW000  [dev trc     ,00000]  got NLS_LANG='AMERICAN_AMERICA.UTF8' from environment
    4 ETW000                                                                              53  0.117686
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8         17977  0.135663
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPTRP's password           61  0.135724
    4 ETW000  [dev trc     ,00000]  Connecting as /@TRP on connection 0 (nls_hdl 0) ... (dbsl 640 070208)
    4 ETW000                                                                              71  0.135795
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              62  0.135857
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0x1019f9290 0x101a0bcb0 0x101a0b648
    4 ETW000                                                                              63  0.135920
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       50  0.135970
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      36  0.136006
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server TRP (con_hdl=0,svchp=0x101a0b578,srvhp=0x101a0da18)
    4 ETW000                                                                              89  0.136095
    4 ETW000  [dev trc     ,00000]  Assigning server context 0x101a0da18 to service context 0x101a0b578
    4 ETW000                                                                           41173  0.177268
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        54  0.177322
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0x101a0b578,srvhp=0x101a0da18,usrhp=0x101a163f0)
    4 ETW000                                                                              70  0.177392
    4 ETW000  [dev trc     ,00000]  Assigning user session 0x101a163f0 to service context 0x101a0b578
    4 ETW000                                                                            9433  0.186825
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_MODULE (:A0, :A1); END;
    4 ETW000                                                                             129  0.186954
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_CLIENT_INFO (:A0); END;
    4 ETW000                                                                             263  0.187217
    4 ETW000  [dev trc     ,00000]         SELECT SID FROM V$MYSTAT WHERE ROWNUM<2
    4 ETW000                                                                            1219  0.188436
    4 ETW000  [dev trc     ,00000]  Connected to session 9.                              679  0.189115
    4 ETW000  [dev trc     ,00000]  Now '/@TRP' is connected: con_hdl=0, nls_hdl=0, session_id=9.
    4 ETW000                                                                              56  0.189171
    4 ETW000  [dev trc     ,00000]         ALTER SESSION SET NLS_SORT = BINARY
    4 ETW000                                                                              62  0.189233
    4 ETW000  [dev trc     ,00000]         SELECT USERID,PASSWD FROM SAPUSER WHERE USERID IN (:A0, :A1)
    4 ETW000                                                                             409  0.189642
    4 ETW000  [dev trc     ,00000]  Got SAPTRP's password from OPS$-user                 959  0.190601
    4 ETW000  [dev trc     ,00000]  Disconnecting from connection 0 ...                   38  0.190639
    4 ETW000  [dev trc     ,00000]  Rolling back transaction ...                          68  0.190707
    4 ETW000  [dev trc     ,00000]  Close user session (con_hdl=0,svchp=0x101a0b578,usrhp=0x101a163f0)
    4 ETW000                                                                             182  0.190889
    4 ETW000  [dev trc     ,00000]  Now I'm disconnected from ORACLE                     516  0.191405
    4 ETW000  [dev trc     ,00000]  Connecting as SAPTRP/<pwd>@TRP on connection 0 (nls_hdl 0) ... (dbsl 640 070208)
    4 ETW000                                                                              56  0.191461
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              54  0.191515
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0x1019f9290 0x101a0bcb0 0x101a0b648
    4 ETW000                                                                             119  0.191634
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 0x101a163f0        34  0.191668
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 0x101a163f0        38  0.191706
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0x101a0b578,srvhp=0x101a0da18,usrhp=0x101a163f0)
    4 ETW000                                                                              58  0.191764
    4 ETW000  [dev trc     ,00000]  Assigning user session 0x101a163f0 to service context 0x101a0b578
    4 ETW000                                                                            7319  0.199083
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_MODULE (:A0, :A1); END;
    4 ETW000                                                                              79  0.199162
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_CLIENT_INFO (:A0); END;
    4 ETW000                                                                             124  0.199286
    4 ETW000  [dev trc     ,00000]         SELECT SID FROM V$MYSTAT WHERE ROWNUM<2
    4 ETW000                                                                             577  0.199863
    4 ETW000  [dev trc     ,00000]  Connected to session 9.                              275  0.200138
    4 ETW000  [dev trc     ,00000]  Now 'SAPTRP/<pwd>@TRP' is connected: con_hdl=0, nls_hdl=0, session_id=9.
    4 ETW000                                                                              56  0.200194
    4 ETW000  [dev trc     ,00000]         ALTER SESSION SET NLS_SORT = BINARY
    4 ETW000                                                                              60  0.200254
    4 ETW000  [dev trc     ,00000]         SELECT VALUE FROM V$NLS_PARAMETERS WHERE PARAMETER IN ('NLS_LANGUAGE', 'NLS_TERRITORY', 'NLS_CHARACTERS
    ET') ORDER BY PARAM
    4 ETW000                                                                             402  0.200656
    4 ETW000  [dev trc     ,00000]         ETER
    4 ETW000                                                                              55  0.200711
    4 ETW000  [dev trc     ,00000]  Database NLS settings: AMERICAN_AMERICA.UTF8         497  0.201208
    4 ETW000  [dev trc     ,00000]         SELECT UPPER(INSTANCE_NAME),HOST_NAME,VERSION,TO_CHAR(STARTUP_TIME,'MON DD, YYYY, HH24:MI:SS') FROM V$I
    NSTANCE
    4 ETW000                                                                              74  0.201282
    4 ETW000  [dev trc     ,00000]  DB instance TRP is running on tbt with ORACLE version 9.2.0.7.0 since JUN 26, 2011, 21:46:37
    4 ETW000                                                                             490  0.201772
    4 ETW000  [dev trc     ,00000]         SELECT SUBSTR(NAME,1,3), TO_CHAR(CREATED,'YYYYMMDDHHMMSS') FROM V$DATABASE
    4 ETW000                                                                              64  0.201836
    4 ETW000  [dev trc     ,00000]  Connection 0 opened (DBSL handle 0)                 1129  0.202965
    4 ETW000  [dev trc     ,00000]         SELECT VERSION FROM SVERS
    4 ETW000                                                                            7010  0.209975
    4 ETW000 Connected to database.
    4 ETW000  [dev trc     ,00000]  Disconnecting from ALL connections:                  466  0.210441
    4 ETW000  [dev trc     ,00000]  Disconnecting from connection 0 ...                   48  0.210489
    4 ETW000  [dev trc     ,00000]  Rolling back transaction ...                          50  0.210539
    4 ETW000  [dev trc     ,00000]  Close user session (con_hdl=0,svchp=0x101a0b578,usrhp=0x101a163f0)
    4 ETW000                                                                             158  0.210697
    4 ETW000  [dev trc     ,00000]  Deallocating user session handle                     226  0.210923
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=0,svrhp=0x101a0da18)
    4 ETW000                                                                              54  0.210977
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x101a0b578,srvhp=0x101a0da18)
    4 ETW000                                                                              50  0.211027
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x101a0da18       385  0.211412
    4 ETW000  [dev trc     ,00000]  Deallocating service context 0x101a0b578              39  0.211451
    4 ETW000  [dev trc     ,00000]  Now I'm disconnected from ORACLE                      33  0.211484
    4 ETW000  [dev trc     ,00000]  Disconnected from connection 0                        31  0.211515
    4 ETW000  [dev trc     ,00000]  statistics db_con_commit (com_total=0, com_tx=0)
    4 ETW000                                                                              55  0.211570
    4 ETW000  [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)
    4 ETW000                                                                              46  0.211616
    4 ETW000 Disconnected from database.
    4 ETW000 End of Transport (0000).
    Edited by: Andrey Burakov on Jun 27, 2011 6:52 AM

Maybe you are looking for