Name of the oracle instance

hello, iam using oracle10g express edition.....i have come to know that oracle10g is oracle server and in a server many database instances are running....Can anyone tell me how to know to which instance iam connected ?...While installing also it didnot asked for any SID name which happens in the case of oracle9i.....Please tell me how to know the oracle instance name.... and how to create new instance..

SQL> select sys_context('userenv','db_name') from dual;
SYS_CONTEXT('USERENV','DB_NAME')
Thanks for the reply Nocolas,.......when i typed this in SQL comand line prompt it is saying "not connected" tell me how to get connected....

Similar Messages

  • The user account in which the Oracle VSS Writer Service is running does not have the DBA privileges to log in to the Oracle instance.

    VSS-00011: Connection to database instance <instance_name> failed.  
    Cause : The user account in which the Oracle VSS Writer Service is running  does not have the DBA privileges to log in to the Oracle instance.  
    Action : Run the Oracle VSS Writer Service in a user account that can connect to the Oracle instance with DBA privileges.  
    I have assigned ora_dba group to the user that runs the Oracle VSS Writer Service which is the only Oracle solution but still getting
    the above error. Was advised to raise the issue here that it is an OS issue. Pls help

    The user account cannot access Oracle Database instance. And also how do you temporarily disable security software on the server.
    Have you checked what I already asked for? "Try using the user account and access the Database Instance.
    That will let you see if the problem is with the user account permissions or not."
    If this does not help then you can contact Oracle as suggested by Dave.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Unable to copy database with different name in the same instance

    I had a huge database and wanted to try some change optimization changes.
    So wanted to make a copy of the database along with data in the same instance.
    I have tried copy database wizard several times but always see the error as in attachment.
    Can someone let me know how to troubleshoot further?
    If this is not the correct way please suggest how do i copy a database with different name in the same instance along with data.

    Hi Nandu,
    From the screenshot, the error 1813 happens when corrupt database log is attempted to attach to the SQL Server. To work around this issue, please preform the following steps, for more details, please review this
    blog.
    1. Create a new database with same name which you want to recover. Make sure that the MDF file and LDF file have same name with previous database data and log file.
    2. Stop SQL Server. Move original MDF file from old location to new location by replacing just created MDF file. Delete the LDF file of new location just created.
    3. Start SQL Server. At this point, the database is in suspect status.
    4. Make sure that system tables of Master database allows to update the values. Please note that you will be performing this in query window.
    Use Master
    go
    sp_configure 'allow updates',1
    reconfigure with override
    go
    5. Change database mode to emergency mode.
    SELECT *
    FROM sysdatabases
    WHERE name = 'DatabaseName'
    BEGIN
    UPDATE sysdatabases
    SET status = 32768
    WHERE name = ' DatabaseName '
    COMMIT TRAN
    6. Restart SQL Server. Then execute the following DBCC command in query window to create new log file.
    DBCC TRACEON (3604)
    DBCC REBUILD_LOG(databasename,'c:\yourdatabasename_log.ldf')
    GO
    7. Reset the database status using following command.
    sp_RESETSTATUS yourdatabasename
    GO
    8. Turn off the update to system tables of Master database running following script.
    USE MASTER
    GO
    sp_CONFIGURE 'allow updates',0
    RECONFIGURE WITH OVERRIDE
    GO
    9. Reset the database status to previous status.
    BEGIN
    UPDATE sysdatabases
    SET status = (value retrieved in first query of step 5)
    WHERE name = 'DatabaseName‘
    COMMIT TRAN
    GO
    Make sure that you have done all the steps in order and restarted SQL Server where it is mentioned. Also run SQL Server Management Studio as administrator.(Right click-> Run as Administrator)
    Thanks,
    Lydia Zhang

  • Change the name of the bpel instance

    Hi All,I want to change the name of the project,and also want to change the name of the bpel instance.How can i change these names?Thanks in advance.

    Hi-
    Check the below post and let us know if it helps
    Best way to rename a SOA project

  • Is Program Global Area considered part of the Oracle Instance?

    Is the memory structure Program Global Area considered part of the Oracle Instance?

    Yes. A program global area (PGA) is a memory region that contains data and control information for a server process. It is a nonshared memory created by Oracle when a server process is started. Access to it is exclusive to that server process and is read and written only by Oracle code acting on behalf of it. The total PGA memory allocated by each server process attached to an Oracle instance is also referred to as the aggregated PGA memory allocated by the instance.
    More here...
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14220/memory.htm#i14490

  • Can we change the Oracle instance name after confoguration.

    Hi,
    Has anyone tried changing the Instance name in Oracle after all the EPM components are configured.
    I mean, after the system is up and running. Do I have to re-configure everything with new instance name?
    If yes, what happens to data that was already there in the schemas?
    Thanks in advance,
    PM

    Try the following
    "On the machine hosting Shared Services, launch EPM System Configurator with the enableRegTask option: Make EPM_ORACLE_HOME/common/config/version_number the current directory and then launch configtool.bat|.sh -enableRegTask."
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to change the name of the named instance in MS sql server 2008 R2

    Hi Gurus
    I have installed a  SAP ECC 6 ehp4 on MS sql server 2008 R2 with MS windows 2008 R2 OS.  While installing sql server i have selected  named instance from  window(default instance, named instance).   and given name  QAS.
    and installed ECC6 ehp4 ABAP engine successfully. now i want to change the name of mssql server's named instance name to DEV.
    kindly let me know
    which one is the best and easy solution
    1. changing the name of named istance at database level and SAP.
    2. or uninstalling  the existing SAP, DB and start from scratch.
    if first is the best, what would be the steps
    Thanks in advance
    balaji

    Hello,
    Please check this note:
    11692 - Renaming the system ID
    regards,
    John Feely

  • Can we get the label name of the particular oracle field using open script

    hi
    can we get the label name of the oracle fields like column name ORDER NUMBER instead of ORDER_ORDER_NUMBER_0 when recording using openscript.

    Good morning
    Do you develop functional or load test scripts?
    I don't think we can in both cases because this is really the name of the field + the index.
    The zero refers to first line normally (then 1 for second line and so on).
    "Order number" is maybe the display label which is not enough to recognize and interact with a field.
    May I ask why you want this, then it could help me (us) to give you a good solution/workaround.
    Cheers
    JB

  • Do we have a way to pull the license key from each Oracle Instance?

    Dear all Oracle Experts,
    I don't remember having to put the license key whenever I create the oracle instance. But is there away to pull it from the instance?

    The difference between oracle software and other software such as microsoft, is that you don't need a license key to use the software, it is already open and fully functional. Oracle assumes customers will use the software they are allowed to use according to the license agreement. Customers would not be happy to have a lawsuit on their desktops due to improperly using copyrighted material.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Need help on Analysing the oracle code.

    Hi,
    Here i try to frame question, pls understand and give the best way to solve this.
    We have running 20 to 30 unix scripts on daily basis. Each script has connected to oracle session and execute the corresponding packages & procedures. Some scripts are running at the same time. At this time oracle code in the script is not executed due to the table locking in other script. We have oracle trace files whenever the oracle code is not executed it shows the error and terminates the oracle session.
    Examples:
    Below the sample oracle execution log file. where we get the error and terminate the oracle session for your reference.
    ==================================================================================
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Dec 10 06:18:45 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    SQL> SQL>
    Session altered.
    SQL> 2 3 4 5 6 7 8 9 begin
    ERROR at line 1:
    ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
    ORA-06512: at "SIEB7P04.P_ARCHIVE_TBL", line 42
    ORA-06512: at line 4
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    goin into RunProcedures Function
    0
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Dec 10 06:19:19 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    SQL> SQL>
    Session altered.
    SQL> 2 3 4 5 6
    PL/SQL procedure successfully completed.
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    goin into Check error report Function
    Pkg_Tfm_If_Merge OK
    ==========================================================================
    When you observe the above code, in unix script we try to connect to the oracle instance 2 times,
    1st instance it was terminated with some error.
    2nd instance it was successfully executed the oracle code.
    By analysing the above log we found where the error was occured and the reson behind this also we know.
    Assume the script called the procedure 'P_ARCHIVE_TBL' 5 times and the procedure works on different parameter(we could say different table) each time it was called.
    Is it possible for us to know in which procedure call, it is errored out.
    For any information pls revert us or ping me to this mail [email protected],
    Regards,
    Mani.

    Hi,
    You would need to have an exception block in your pl/sql code. You should also save table name in a variable when this procedure is called for every table. You should return/print the error code from exception block alongwith the table name and then you will be able to know that during which call of this procedure, the error was returned.
    Salman

  • ORACLE instance terminated. Disconnection forced

    Hi,
    When I am trying to login , it is throwing "ORACLE instance terminated. Disconnection forced"
    Below is the message logged in ALERT Log
    Completed: ALTER ROLLBACK SEGMENT RBSL1 OFFLINE
    Sun Jun 23 00:42:35 2013
    Errors in file D:\HA_salesupp\Dump_files\ssdtCKPT.TRC:
    ORA-00206: Message 206 not found; No message file for product=RDBMS, facility=ORA; arguments: [3] [1]
    ORA-00202: Message 202 not found; No message file for product=RDBMS, facility=ORA; arguments: [D:\HA_SALESUPP\CONTROL_FILES\SSDT2.CON]
    ORA-27072: Message 27072 not found; No message file for product=RDBMS, facility=ORA
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because
    another process has locked a portion of the file.
    Sun Jun 23 00:42:36 2013
    Errors in file D:\HA_salesupp\Dump_files\ssdtCKPT.TRC:
    ORA-00221: Message 221 not found; No message file for product=RDBMS, facility=ORA
    ORA-00206: Message 206 not found; No message file for product=RDBMS, facility=ORA; arguments: [3] [1]
    ORA-00202: Message 202 not found; No message file for product=RDBMS, facility=ORA; arguments: [D:\HA_SALESUPP\CONTROL_FILES\SSDT2.CON]
    ORA-27072: Message 27072 not found; No message file for product=RDBMS, facility=ORA
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because
    another process has locked a portion of the file.
    Sun Jun 23 00:42:36 2013
    CKPT: terminating instance due to error 221
    Sun Jun 23 00:42:39 2013
    Errors in file D:\HA_salesupp\Dump_files\ssdtDBW0.TRC:
    ORA-00221: Message 221 not found; No message file for product=RDBMS, facility=ORA
    Sun Jun 23 00:42:39 2013
    Errors in file D:\HA_salesupp\Dump_files\ssdtPMON.TRC:
    ORA-00221: Message 221 not found; No message file for product=RDBMS, facility=ORA
    Instance terminated by CKPT, pid = 78
    Please let me know whether I can directly start the services  using "net start <myservicesName>" or any other steps need to be followed.

    I could see the Oracle Instance is running in the services.msc but when I am trying to connect it throwing "ORACLE instance terminated. Disconnection forced". As I am not able to connect, I was not able to query v$instance.
    Below are the log file CKPT.TRC and DBW0.TRC
    CKPT.TRC
    Dump file D:\HA_salesupp\Dump_files\ssdtCKPT.TRC
    Sun Jun 23 00:42:35 2013
    ORACLE V8.1.7.2.1 - Production vsnsta=0
    vsnsql=f vsnxtr=3
    Windows NT Version 4.0 Service Pack 6, CPU type 586
    Oracle8i Release 8.1.7.2.1 - Production
    JServer Release 8.1.7.2.1 - Production
    Windows NT Version 4.0 Service Pack 6, CPU type 586
    Instance name: ssdt
    Redo thread mounted by this instance: 1
    Oracle process number: 5
    Windows thread id: 78, image: ORACLE.EXE
    *** SESSION ID:(4.1) 2013-06-23 00:42:35.748
    *** 2013-06-23 00:42:35.748
    ksedmp: internal or fatal error
    ORA-00206: Message 206 not found; No message file for product=RDBMS, facility=ORA; arguments: [3] [1]
    ORA-00202: Message 202 not found; No message file for product=RDBMS, facility=ORA; arguments: [D:\HA_SALESUPP\CONTROL_FILES\SSDT2.CON]
    ORA-27072: Message 27072 not found; No message file for product=RDBMS, facility=ORA
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because
    another process has locked a portion of the file.
    ----- Call Stack Trace -----
    calling                          call     entry                            argument values in hex
    location                         type     point                            (? means dubious value)
    _ksedmp+a8                       CALLrel  _ksedst+0                       
                                                                               FBEBCC
    _kccwbp+369                      CALLrel  _ksedmp+0                        2
    _kccpcp+92                       CALLrel  _kccwbp+0                       
                                                                               0276BC
                                                                               E026600
                                                                               26 7
    _kctrcp+309                      CALLrel  _kccpcp+0                        1
                                                                               13BF770
    _kcvcca+182                      CALLrel  _kctrcp+0                       
    _ksbcti+88                       CALLreg  00000000                        
    _ksbabs+1af                      CALLrel  _ksbcti+0                       
                                                                               810E8
                                                                               DFBEF54
    _ksbrdp+1b6                      CALLreg  00000000                        
                                                                               3BF908
    _opirip+234                      CALLrel  _ksbrdp+0                       
    _opidrv+549                      CALLrel  _opirip+0                        32 0
                                                                               0
    _sou2o+19                        CALLrel  _opidrv+0                       
    _opimai+152                      CALLrel  _sou2o+0                        
                                                                               FBFE30
                                                                               32 0
                                                                               0
    _BackgroundThreadStart@4+127     CALLrel  _opimai+0                        3
                                                                               DFBFF7C
    77F04EDB                         CALLreg  00000000                        
    ----- Argument/Register Address Dump -----
    Argument/Register addr=dfbebcc. 
    ----- End of Call Stack Trace -----
    ===================================================
    Files currently opened by this process:
    ===================================================
    PROCESS STATE
    Process global information:
         process: 6a006c8, call: 6a2d51c, xact: 0, curses: 6a0e6f8, usrses: 6a0e6f8
      SO: 6a006c8, type: 1, owner: 0, pt: 0, flag: INIT/-/-/0x00
      (process) Oracle pid=5, calls cur/top: 6a2d51c/6a2d51c, flag: (2) SYSTEM
                int error: 0, call error: 0, sess error: 0, txn error 0
      (post info) last post received: 0 0 13
                  last post received-location: ksasnd
                  last process to post me: 6a01368 5 0
                  last post sent: 67 0 4
                  last post sent-location: kslpsr
                  last process posted by me: 6a01368 5 0
        (latch info) wait_event=0 bits=0
        Process Group: DEFAULT, pseudo proc: 6a094e4
        O/S info: user: SYSTEM, term: NTS4_005, ospid: 78
        OSD pid info: 78
        SO: 6a65ac4, type: 9, owner: 6a006c8, pt: 0, flag: INIT/-/-/0x00
        (broadcast handle) flag: (2) ACTIVE SUBSCRIBER, owner: 6a006c8,
                           event: 4, last message event: 9, messages read: 1
                           channel: (6a6608c) scumnt mount lock
                                    scope: 101, event: 9, last mesage event: 9,
                                    publishers/subscribers: 0/7,
                                    messages published: 1
        SO: 6a0e6f8, type: 3, owner: 6a006c8, pt: 0, flag: INIT/-/-/0x00
        (session) trans: 0, creator: 6a006c8, flag: (51) USR/- BSY/-/-/-/-/-
                  DID: 0001-0005-00000003, short-term DID: 0000-0000-00000000
                  txn branch: 0
                  oct: 0, prv: 0, user: 0/SYS
        last wait for 'control file parallel write' blocking sess=0x0 seq=11662 wait_time=1
                    files=2, blocks=2, requests=2
        SO: 6a65b3c, type: 9, owner: 6a006c8, pt: 0, flag: INIT/-/-/0x00
        (broadcast handle) flag: (2) ACTIVE SUBSCRIBER, owner: 6a006c8,
                           event: 5, last message event: 5, messages read: 0
                           channel: (6a65fac) system events broadcast channel
                                    scope: 101, event: 13, last mesage event: 0,
                                    publishers/subscribers: 0/7,
                                    messages published: 0
        SO: 6a2d51c, type: 2, owner: 6a006c8, pt: 0, flag: INIT/-/-/0x00
        (call) sess: cur 6a0e6f8, rec 0, usr 6a0e6f8; depth: 0
    ===================================================
    CURRENT SESSION'S INSTANTIATION STATE
    current session=6a0e6f8
    ********************   Cursor Dump   ************************
    Current cursor: 0, pgadep: 0
    Cursor Dump:
    End of cursor dump
    END OF PROCESS STATE
    error 221 detected in background process
    ORA-00221: Message 221 not found; No message file for product=RDBMS, facility=ORA
    ORA-00206: Message 206 not found; No message file for product=RDBMS, facility=ORA; arguments: [3] [1]
    ORA-00202: Message 202 not found; No message file for product=RDBMS, facility=ORA; arguments: [D:\HA_SALESUPP\CONTROL_FILES\SSDT2.CON]
    ORA-27072: Message 27072 not found; No message file for product=RDBMS, facility=ORA
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because
    another process has locked a portion of the file
    dbw0.trc
    Dump file D:\HA_salesupp\Dump_files\ssdtDBW0.TRC
    Sun Jun 23 00:42:39 2013
    ORACLE V8.1.7.2.1 - Production vsnsta=0
    vsnsql=f vsnxtr=3
    Windows NT Version 4.0 Service Pack 6, CPU type 586
    Oracle8i Release 8.1.7.2.1 - Production
    JServer Release 8.1.7.2.1 - Production
    Windows NT Version 4.0 Service Pack 6, CPU type 586
    Instance name: ssdt
    Redo thread mounted by this instance: 1
    Oracle process number: 3
    Windows thread id: 33, image: ORACLE.EXE
    *** 2013-06-23 00:42:39.404
    *** SESSION ID:(2.1) 2013-06-23 00:42:37.966
    error 221 detected in background process
    ORA-00221: Message 221 not found; No message file for product=RDBMS, facility=ORA

  • Communication from the Oracle Mngt service host to the agent host failed

    Hi There,
    I have installed Oracle 10.2.0.1 Grid software on a Solaris Zone. I plan to upgrade it to 10.2.0.5 very soon but would like to test the agent connection from a remote server first. I installed agent version 10.2.0.5 on the remote server. When I log into the oracle grid GUI I can see the host called "localhost" (this is not the correct name. It should be the server name) and the database instances on that server. However, when I select the localhost and press the configure button I get the following message:
    Communication from the Oracle Mngt service host to the agent host failed. Refer to help for details localhost:cn=servername
    The system administrators changed the /etc/hosts file to make sure the server was listed first fully qualified. For example: servername.domain.com instead of servername. However, this did no make a difference.
    Could the issue be any of the following:
    - Oracle 10.2.0.1 GRID does not work with 10.2.0.5 agents ?
    - Oracle GRID in general don't work on SOLARIS Zones?
    Please help.
    Thanks.

    OMS - -> Agent communication is not upward compatible
    Downward, so Agent 10.2.0.1 --> OMS 10.2.0.5, should not be a problem.
    In the last case however, you would not have access to any 10.2.0.5 Agent features.
    So you can choose from 2 working options:
    1 - Install the 10.2.0.1 Agent
    2 - Upgrade your OMS to 10.2.0.5 (preferable)
    Regards
    Rob
    For more info, tips and tricks on OEM GC, check http://oemgc.wordpress.com

  • Error in connecting to oracle instance

    failed to connect to the oracle instance with an error message
    ERROR
    ORA-09925 : Unable to create audit trial file
    Linux Error: 28: No space left on device
    Additional Information : 09925
    Anybody any suggestions ...

    Possible causes:
    1. You are trying to start the database with the OS user that do not have the correct OSDBA or ORA_DBA group privileges.
    Ensure that this user can start oracle
    2. The do not have permission to write in the AUDIT_FILE_DEST directory or the limit set for this OS destination has been reached
    check
    SQL> show parameters audit_file_dest
    NAME TYPE VALUE
    audit_file_dest string D:\ORACLE\ORA10G\RDBMS\AUDIT
    SQL>
    Ensure that this user starting the database has write permission to the above directory.

  • Oracle8i on Windows 2000 Server - Oracle Instance don't auto start

    I've installed the Oracle 8.1.7 on a Dell Pentium III server running Windows 2000 Server operational system. During the installation the Oracle Instance was started up, but after I reboot the computer, the Oracle Listener service and the Oracle service was started in automatic mode but the Oracle Instance do not started though.
    My Oracle DBA teacher ask me to run Oradim and edit the Oracle configuration startup parameters. I did, but it didn't solve the problem. The values on Windows registry of the ORA_<SID>_AUTOSTART key is "true". The Dba Studio also gets information form the Oracle server and all the fields seems to be correct with auto-start option, but it didn't work out.
    Can someone point me to any text I can read about installation troubles on Windows 2000 Server ?
    Thanks in advance.
    Jayme.

    Hi
    I don't have an 8i db to test on but I think it works the same as on 9i.
    Check the following parameters in your registry in the key HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0:
    ORA_<YOUR_SID>_AUTOSTART=TRUE
    ORA_<YOUR_SID>_PFILE=<full path and file name of your init file>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Oracle instance crashing when enabling use_indirect_data_buffers=true

    I have a Windows 2003 EE server (32bit) with 16GB of ram hosting a 10.2.0.2 Oracle server which is used to support a commercial software package (arcsight). I'm trying to get the Oracle backend to leverage the available system memory. I've read 50-60 different articles and posts regarding AWE and Oracle. I have successfully tuned the userva parameter in order to get the server to boot stable with the /3gb boot parameter. I've gotten to the point that the oracle instance will start up, but within about 30-60 seconds the instance will crash. Below is the information I believe that is relevant:
    *.......From computer Registry.........*
    AWE_MEMORY_WINDOW = 1288486912
    ORA_WORKINGSETMIN = 2
    *...........From init.ora.............*
    *.__dg_broker_service_names=';'
    arcsight.__java_pool_size=0
    arcsight.__large_pool_size=0
    arcsight.__shared_pool_size=314572800
    arcsight.__streams_pool_size=0
    *.audit_file_dest='E:\oracle10g\OraHome10g\admin\arcsight\adump'
    *.audit_sys_operations=true
    *.audit_trail='db'
    *.background_dump_dest='E:\oracle10g\OraHome10g\admin\arcsight\bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='E:\oracle10g\OraHome10g\oradata\arcsight\control01.ctl','f:\arcsight\control02.ctl','g:\arcsight\control03.ctl'
    *.core_dump_dest='E:\oracle10g\OraHome10g\admin\arcsight\cdump'
    *.cursor_sharing='FORCE'
    **.db_block_size=16384*
    **.db_block_buffers=235929*
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_files=2000
    *.db_name='arcsight'
    *.db_writer_processes=4
    *.dispatchers=''
    *.job_queue_processes=10
    *.log_archive_dest_1='LOCATION=H:'
    *.log_buffer=1048576
    *.open_cursors=2000
    *.parallel_max_servers=0
    *.pga_aggregate_target=314572800
    *.processes=300
    *.recyclebin='OFF'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=0
    *.undo_management='AUTO'
    *.undo_retention=43200
    *.undo_tablespace='ARC_UNDO'
    *.user_dump_dest='E:\oracle10g\OraHome10g\admin\arcsight\udump'
    *.java_pool_size=0
    *.large_pool_size=0
    *.shared_pool_size=314572800
    *.streams_pool_size=0
    **.use_indirect_data_buffers=true*
    *......From oradim.log.......*
    Sun Feb 22 18:37:33 2009
    E:\oracle10g\OraHome10g\bin\oradim.exe -shutdown -sid arcsight -usrpwd * -shutmode immediate -log oradim.log
    Sun Feb 22 18:37:34 2009
    ORA-01012: not logged on
    Sun Feb 22 18:37:45 2009
    E:\oracle10g\OraHome10g\bin\oradim.exe -startup -sid arcsight -usrpwd * -log oradim.log -nocheck 0
    Sun Feb 22 18:37:51 2009
    ORA-03113: end-of-file on communication channel
    *.......From alert_arcsight.log.........*
    Dump file e:\oracle10g\orahome10g\admin\arcsight\bdump\alert_arcsight.log
    Sun Feb 22 23:20:51 2009
    ORACLE V10.2.0.2.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU : 8 - type 586, 4 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:14554M/16215M, Ph+PgF:14862M/15967M, VA:1926M/2047M
    Sun Feb 22 23:20:51 2009
    Starting ORACLE instance (normal)
    Sun Feb 22 23:20:52 2009
    Window memory size 1288503296
    Sun Feb 22 23:20:52 2009
    Minimum working set window size : 4096
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =36
    LICENSE_MAX_USERS = 0
    SYS auditing is enabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.2.0.
    System parameters with non-default values:
    processes = 300
    use_indirect_data_buffers= TRUE
    __shared_pool_size = 318767104
    shared_pool_size = 318767104
    __large_pool_size = 0
    large_pool_size = 0
    __java_pool_size = 0
    java_pool_size = 0
    __streams_pool_size = 0
    streams_pool_size = 0
    sga_target = 0
    control_files = E:\ORACLE10G\ORAHOME10G\ORADATA\ARCSIGHT\CONTROL01.CTL, F:\ARCSIGHT\CONTROL02.CTL, G:\ARCSIGHT\CONTROL03.CTL
    db_block_buffers = 235932
    db_block_size = 16384
    db_writer_processes = 4
    compatible = 10.2.0.1.0
    log_archive_dest_1 = LOCATION=H:
    log_buffer = 2097152
    db_files = 2000
    db_file_multiblock_read_count= 16
    undo_management = AUTO
    undo_tablespace = ARC_UNDO
    undo_retention = 43200
    recyclebin = OFF
    remote_login_passwordfile= EXCLUSIVE
    audit_sys_operations = TRUE
    db_domain =
    __dg_broker_service_names= ;
    dispatchers =
    job_queue_processes = 10
    cursor_sharing = FORCE
    parallel_max_servers = 0
    audit_file_dest = E:\ORACLE10G\ORAHOME10G\ADMIN\ARCSIGHT\ADUMP
    background_dump_dest = E:\ORACLE10G\ORAHOME10G\ADMIN\ARCSIGHT\BDUMP
    user_dump_dest = E:\ORACLE10G\ORAHOME10G\ADMIN\ARCSIGHT\UDUMP
    core_dump_dest = E:\ORACLE10G\ORAHOME10G\ADMIN\ARCSIGHT\CDUMP
    audit_trail = DB
    db_name = arcsight
    open_cursors = 2000
    pga_aggregate_target = 314572800
    PMON started with pid=2, OS id=6676
    PSP0 started with pid=6, OS id=7544
    MMAN started with pid=10, OS id=7560
    DBW0 started with pid=14, OS id=6500
    DBW1 started with pid=18, OS id=6800
    DBW2 started with pid=22, OS id=6276
    DBW3 started with pid=26, OS id=520
    LGWR started with pid=30, OS id=6756
    CKPT started with pid=34, OS id=6380
    SMON started with pid=38, OS id=7472
    RECO started with pid=42, OS id=7696
    CJQ0 started with pid=46, OS id=7912
    MMON started with pid=50, OS id=7576
    MMNL started with pid=54, OS id=6852
    Sun Feb 22 23:20:53 2009
    alter database mount exclusive
    Sun Feb 22 23:20:57 2009
    Setting recovery target incarnation to 1
    Sun Feb 22 23:20:57 2009
    Successful mount of redo thread 1, with mount id 1799551061
    Sun Feb 22 23:20:57 2009
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Sun Feb 22 23:20:57 2009
    alter database open
    Sun Feb 22 23:20:58 2009
    Beginning crash recovery of 1 threads
    parallel recovery setup failed: using serial mode
    Sun Feb 22 23:20:58 2009
    Started redo scan
    Sun Feb 22 23:20:58 2009
    Completed redo scan
    0 redo blocks read, 0 data blocks need recovery
    Sun Feb 22 23:20:58 2009
    Started redo application at
    Thread 1: logseq 1137, block 3, scn 1707289029
    Sun Feb 22 23:20:58 2009
    Recovery of Online Redo Log: Thread 1 Group 5 Seq 1137 Reading mem 0
    Mem# 0: I:\ARCSIGHT\REDO\REDO5.LOG
    Mem# 1: I:\ARCSIGHT\REDO\REDO05B.LOG
    Sun Feb 22 23:20:58 2009
    Completed redo application
    Sun Feb 22 23:20:58 2009
    Completed crash recovery at
    Thread 1: logseq 1137, block 3, scn 1707309030
    0 data blocks read, 0 data blocks written, 0 redo blocks read
    Sun Feb 22 23:20:59 2009
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=62, OS id=6972
    Sun Feb 22 23:20:59 2009
    ARC0: Archival started
    ARC1 started with pid=66, OS id=6640
    Sun Feb 22 23:20:59 2009
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    Thread 1 advanced to log sequence 1138
    Thread 1 opened at log sequence 1138
    Current log# 4 seq# 1138 mem# 0: G:\ARCSIGHT\REDO\REDO4.LOG
    Current log# 4 seq# 1138 mem# 1: G:\ARCSIGHT\REDO\REDO04B.LOG
    Successful open of redo thread 1
    Sun Feb 22 23:21:00 2009
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sun Feb 22 23:21:00 2009
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Sun Feb 22 23:21:00 2009
    ARC1: Becoming the heartbeat ARCH
    Sun Feb 22 23:21:00 2009
    SMON: enabling cache recovery
    Sun Feb 22 23:21:02 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_pmon_6676.trc:
    ORA-27103: internal error
    OSD-00028: additional error information
    Sun Feb 22 23:21:02 2009
    PMON: terminating instance due to error 27103
    Sun Feb 22 23:21:02 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_reco_7696.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:02 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_smon_7472.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:02 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_ckpt_6380.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:02 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_lgwr_6756.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:03 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_dbw3_520.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:03 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_dbw2_6276.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:03 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_dbw1_6800.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:03 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_dbw0_6500.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:03 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_mman_7560.trc:
    ORA-27103: internal error
    Sun Feb 22 23:21:04 2009
    Errors in file e:\oracle10g\orahome10g\admin\arcsight\bdump\arcsight_psp0_7544.trc:
    ORA-27103: internal error
    Instance terminated by PMON, pid = 6676
    I appreciate any input on what to look at to further isolate this issue. I'd run into many other issues along the way (setting AWE_WINDOW_MEMORY to a proper size, setting db_block_buffers to a proper value, etc) that various forum searches helped resolve but I've not been able to find anything related to the errors I'm getting now. If I set use_indirect_data_buffers=false and tune back the db_block_buffers, the instance starts without any problems. Its just when I try and enable the use of AWE that I'm having a problem.
    Nick

    Just wanted to close out this tread in case anyone else runs into a similar problem. Turns out we ran into a bug documented in the below linked article (we're using AMD processors). Essentially needed to disable NUMA.
    http://blog.csdn.net/orapeasant/archive/2007/06/05/1639532.aspx
    excerpt ....
    But please be aware of Bug 4494543 - affecting 10g and fixed in Oracle 11.0 ......
    ORA-7445: CORE DUMP [ACCESS_VIOLATION] WITH USE_INDIRECT_DATA_BUFFERS=TRUE
    Rediscovery Information:
    1) Using 32-Bit Oracle on a 32-Bit Windows 2003 server running on an AMD Opteron 64-Bit chip.
    2) You have set use_indirect_data_buffers=true in init.ora
    Workaround: Basically disable NUMA feature on 32-Bit platform :-
    1) Set ENABLENUMA = FALSE in Windows registry for the Oracle Home.
    2) Set enableNUMA_optimizations = FALSE (init.ora)
    Thanks for the help. We'll see if access to the extra memory will be useful or not .....
    Nick

Maybe you are looking for

  • CSM - Stcky configurations

    What are the equivalent commands for CSM from CSS: advanced-balance ssl sticky-scrip-dstport I need to configure layer 4 or 5 stickiness on the CSM but I can not find the commands or examples. Any help I will appreciate. Thanks Loizos

  • K7n2 L - pci to pci bridge problem (unsolveable ressource-conflict)

    hallo. if i enable graphics-adapter(agp - hercules 4500), no pci-devices are shown. it's a e/a conflict between the "pci to pci bridge" and the "nvidianforce2 agp host to pci bridge". i tried to fix it by convert the acpi-pc into a standard-pc and as

  • Lightroom 5 with a 2 GHZ Intel Core 2 Duo processor?

    I just bought and installed LR5 and it is not importing or even opening folders of images on my hard drive.  I have a MacBook with a 2 GHz Intel Core 2 Duo processor and I see on the packaging that the software requires a Multicore Intel processor wi

  • Tool for Airport network statistics per connected device ?

    I'm in search of a tool that would help me identify network traffic load per connected device to my Airport network. My network is made of * WiFi infra: one main Airport Extreme base station connected thru Ethernet to my SP's cable-modem + 2 Airport

  • Slideshow controls - missing in 09?

    I have used the slideshow feature in past versions of iphoto and been very pleased with the process. Is was easy to create the slide show and you could extensively tweak things like indiidual time for each slide, transitions and you could even contro