Command to List Oracle Instances on Solaris 10

Hello
New to Oracle Solaris. I am looking for a command that will display all the installed instances of applications on Solaris 10. Can someone list the commands...Thanks

This is a surprisingly difficult question to answer. See Re: List of databases in Server (among many)
Edit Oh, I just noticed the "applications." That's different. What exactly do you mean by "applications?"
Edited by: jgarry on Sep 18, 2012 9:18 AM

Similar Messages

  • A Way to List Oracle Server Instances

    Hello:
    I'm trying to find if there is a way to enumerate the Oracle instances that exist on a given physical machine. I want to do this programatically (C++). Of course, this is easy with SQL Server since there is the SQLDMOServer2 COM interface through which you can call "ListInstalledInstances()".
    Is there anyway to do this for Oracle? I realize that there probably won't be any kind of interface built into Windows MDAC components...but is there any option at all? So far, all of the documentation I have seen gives plenty of examples of using "OraSession" and so on. But, you have to know what you are looking for / connecting to first. What I really need is a way to first enumerate the Oracle Instances that are available and then a way to enumerate the Databases in each.
    Any help would be appreciated.

    Fair enough. In the end, what I am after is a listing
    of all databases (meaning the names of the files that
    belong to each Oracle database). I am assuming
    (perhaps incorrectly...I'm new to Oracle) that each
    Oracle instance has certain databases associated with
    it (even though it can only mount one at a time).Your assumption is basically incorrect.
    An Oracle instance is simply the set of programs running per the directives in the initialization file provided at start time.
    The initialization file, in turn tells the instance a) what the initial memory requirements are, and b) where to find the control file - which in turn contains a list of all the data files in the database.
    An Oracle database can contain any number of schemas, or named collections of database objects (tables, views, etc.) Each Oracle database contains one master catalog, called the SYS Schema, and any number of application-related catalogs or schemas. All schemas (catalogs, or SQL Server 'databases') are available while the database is open.
    Ideally there is only one database instance on a server, and the database it accesses contains all the data for a large number of applications in several schemas. (However, idealism rarely works these days - many applications are not written with an understanding of Oracle architecture.)
    Each Oracle database is controlled by, but is independent of, the instance software.
    The software is stored in an ORACLE_HOME. An Oracle Home contains one set of software. An ORACLE_HOME is essentially the unit of software maintenance - you patch or upgrade the software in one ORACLE_HOME. Oracle supports the idea of several ORACLE_HOMEs on a single machine, allowing you to have several versions (full versions or simply patch versions) of Oracle on the same machine.
    An upgrade of an Oracle database, may, in some cases be as simple as starting the software in the new ORACLE_HOME referencing the existing initialization file (by complete path), and running the 'master catalog upgrade' script - usually catupg.sql ...
    A database is independent of the software and the instance.
    The database consists of a set of files:
    - initialization file (init???.ora or spfile???.ora) which points to
    - the log/core directories (that contain traces), and
    - the archive log directory (for backups of the redo log files), and
    - the control file which points to the redo log files and the data files.
    The very rough equivalent to SQL Server database files would be Oracle tablespace data files. A tablespace is a logical construct, in many ways resembling a disk LVM, to which you can map (add) physical files. The physical files may be placed anywhere, and may be entire raw devices or individual files on a file system.
    Tables, indexes, and other storage consuming things (generically called segments) are assigned to tablespaces, and therefore stored in the data files. However, a tablespace may contain any number of segments, so there is no simple map available unless enforced manually by the DBA.
    In answer to your question, you would need to:
    1) determine all the ORACLE_HOMEs on the machine (from the Windows registry or *nix oratab [assuming reliable DBA]);
    2) for each ORACLE_HOME, determine all the initialization (init???.ora and/or spfile???.ora) files;
    3) for each initialization file, determine the control file;
    4) for each control file, determine all the data files, redo log files and archive log files (if using rman)
    Note that, except for the init???.ora, all of the files referenced are 'binary' and must be opened carefully.
    I'd strongly encourage you become more familiar with the Oracle Architecture before attempting much more. It diverges a LOT more once you get into transactions, and a very large chunk of your existing SQL Server experience will lead you down a path of very poorly performing Oracle applications.

  • Instance not started with oracle 9i and solaris 9

    Hi!
    I installed oracle 9i for solaris 9 and when the database creates the system halt at 50% (créated and start oracle instance).
    Sorry, my english is bad
    thx
    laurent

    I suggest you use install_prep.sh to check if your server environment is fine to start oracle.
    See note 189256.1 on metalink and download file at http://metalink.oracle.com/cgi-bin/cr/getfile_cr.cgi?283805

  • SAP ECC6.0 SR3 on Oracl 10 g solaris 10 hangs during installation!!!

    Hi,
    I am installting SAP  ECC 6.0 SR3 with DB oracle 10g OS solaris 10 jdk version java version "1.4.2_16"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_16-b05, mixed mode)
    H/W : T6320 Blade server
    Memory : 16GB
    during installation at Import ABAP phase while importing last package SAPSSEXC it hung on me there were no error logs as such nor the FS was full...
    it resumed after couple of hrs..
    but hung again at IMport Java Dump phase
    and again no error logs...
    so, my concern here is that is there any bug in SR3 or i am not able to find the error logs
    the logs i check are:
    import_monitor.java.log:
    tail -100f import_monitor.java.log
    java version "1.4.2_16"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_16-b05, mixed mode)
    Import Monitor jobs: running 1, waiting 1, completed 26, failed 0, total 28.
    Loading of 'SAPSSEXC' import package: OK
    Import Monitor jobs: running 0, waiting 1, completed 27, failed 0, total 28.
    Import Monitor jobs: running 1, waiting 0, completed 27, failed 0, total 28.
    Loading of 'SAPVIEW' import package: OK
    Import Monitor jobs: running 0, waiting 0, completed 28, failed 0, total 28.
    jload.java.log>>while import java dump phase:
    tail -100f jload.java.log
    INFO: trying to create table CAF_RT_NUMRNG
    Sep 12, 2008 12:47:46 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_NUMRNG created
    Sep 12, 2008 12:47:46 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_NUMRNG loaded (0 rows)
    Sep 12, 2008 12:47:46 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_PERM_REL
    Sep 12, 2008 12:47:47 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_PERM_REL created
    Sep 12, 2008 12:47:47 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_PERM_REL loaded (0 rows)
    Sep 12, 2008 12:47:47 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_PK_GEN
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_PK_GEN created
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_PK_GEN loaded (0 rows)
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_SRVMODULE
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_SRVMODULE created
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_SRVMODULE loaded (0 rows)
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_SVCCFG
    Sep 12, 2008 12:47:49 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_SVCCFG created
    Sep 12, 2008 12:47:49 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_SVCCFG loaded (0 rows)
    Sep 12, 2008 12:47:49 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_SVCDEF
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_SVCDEF created
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_SVCDEF loaded (0 rows)
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_SVCLCK
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_SVCLCK created
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_SVCLCK loaded (0 rows)
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_SYSCFG
    Sep 12, 2008 12:47:52 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_SYSCFG created
    Sep 12, 2008 12:47:52 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_SYSCFG loaded (0 rows)
    Sep 12, 2008 12:47:52 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TREX_ATTR
    Sep 12, 2008 12:47:53 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TREX_ATTR created
    Sep 12, 2008 12:47:53 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TREX_ATTR loaded (0 rows)
    Sep 12, 2008 12:47:53 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TREX_FAILED
    Sep 12, 2008 12:47:54 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TREX_FAILED created
    Sep 12, 2008 12:47:54 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TREX_FAILED loaded (0 rows)
    Sep 12, 2008 12:47:54 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TREX_IDX
    Sep 12, 2008 12:47:55 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TREX_IDX created
    Sep 12, 2008 12:47:55 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TREX_IDX loaded (0 rows)
    Sep 12, 2008 12:47:55 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TREX_LINKS
    Sep 12, 2008 12:47:56 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TREX_LINKS created
    Sep 12, 2008 12:47:56 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TREX_LINKS loaded (0 rows)
    Sep 12, 2008 12:47:56 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TYPCEL
    Sep 12, 2008 12:47:57 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TYPCEL created
    Sep 12, 2008 12:47:57 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TYPCEL loaded (0 rows)
    Sep 12, 2008 12:47:57 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TYPCOT
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TYPCOT created
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TYPCOT loaded (0 rows)
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TYPELE
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TYPELE created
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TYPELE loaded (0 rows)
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TYPMES
    Sep 12, 2008 12:48:00 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TYPMES created
    Sep 12, 2008 12:48:00 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TYPMES loaded (0 rows)
    Sep 12, 2008 12:48:00 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TYPMMP
    Sep 12, 2008 12:48:00 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TYPMMP created
    Sep 12, 2008 12:48:00 PM com.sap.inst.jload.Jload dbImport
    jload.log>>while import java dump phase :
    tail -100f jload.log
    12.09.08 12:48:18 com.sap.inst.jload.Jload dbImport
    INFO: CAF_UM_RELGR_MEMBS loaded (0 rows)
    12.09.08 12:48:18 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_UM_RELGR_TEXTS
    12.09.08 12:48:19 com.sap.inst.jload.Jload dbImport
    INFO: table CAF_UM_RELGR_TEXTS created
    12.09.08 12:48:19 com.sap.inst.jload.Jload dbImport
    INFO: CAF_UM_RELGR_TEXTS loaded (0 rows)
    12.09.08 12:48:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_UM_RELGR_WORDS
    12.09.08 12:48:20 com.sap.inst.jload.Jload dbImport
    INFO: table CAF_UM_RELGR_WORDS created
    12.09.08 12:48:20 com.sap.inst.jload.Jload dbImport
    INFO: CAF_UM_RELGR_WORDS loaded (0 rows)
    12.09.08 12:48:20 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table J2EE_CONFIG
    12.09.08 12:48:21 com.sap.inst.jload.Jload dbImport
    INFO: table J2EE_CONFIG created
    12.09.08 12:48:49 com.sap.inst.jload.Jload dbImport
    INFO: J2EE_CONFIG loaded (9195 rows)
    12.09.08 12:48:49 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table J2EE_CONFIGENTRY
    12.09.08 12:48:50 com.sap.inst.jload.Jload dbImport
    INFO: table J2EE_CONFIGENTRY created
    12.09.08 13:44:02 com.sap.inst.jload.Jload dbImport
    INFO: J2EE_CONFIGENTRY loaded (20235 rows)
    12.09.08 13:44:02 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table J2EE_KEYSEQUENCE
    12.09.08 13:44:03 com.sap.inst.jload.Jload dbImport
    INFO: table J2EE_KEYSEQUENCE created
    12.09.08 13:44:03 com.sap.inst.jload.Jload dbImport
    INFO: J2EE_KEYSEQUENCE loaded (1 rows)
    12.09.08 13:44:03 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table SP_PLUG_IN_SAVES
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: table SP_PLUG_IN_SAVES created
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: SP_PLUG_IN_SAVES loaded (0 rows)
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table SP_RESULTS
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: table SP_RESULTS created
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: SP_RESULTS loaded (0 rows)
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table SP_STORAGE
    12.09.08 13:44:05 com.sap.inst.jload.Jload dbImport
    INFO: table SP_STORAGE created
    12.09.08 13:44:06 com.sap.inst.jload.Jload dbImport
    INFO: SP_STORAGE loaded (2 rows)
    12.09.08 13:44:06 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table TC_WDRR_FGUID
    12.09.08 13:44:07 com.sap.inst.jload.Jload dbImport
    INFO: table TC_WDRR_FGUID created
    12.09.08 13:44:07 com.sap.inst.jload.Jload dbImport
    INFO: TC_WDRR_FGUID loaded (0 rows)
    12.09.08 13:44:07 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table TC_WDRR_LAYERS
    12.09.08 13:44:08 com.sap.inst.jload.Jload dbImport
    INFO: table TC_WDRR_LAYERS created
    12.09.08 13:44:08 com.sap.inst.jload.Jload dbImport
    INFO: TC_WDRR_LAYERS loaded (2 rows)
    12.09.08 13:44:08 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table TC_WDRR_MRO_FILES
    12.09.08 13:44:09 com.sap.inst.jload.Jload dbImport
    INFO: table TC_WDRR_MRO_FILES created
    PLEASE HELP ASAP!!!!!!
    Regards,
    Sohal....

    Hi Ashok,
    Thanks for prompt response
    Yes Oracle is up....it bounced the Db once before performing Post Load activities...step
    now, it resumed the installation and currently updating the DB statistics.
    please chk the logs below:
    tail -200f sapinst.log:
    INFO 2008-09-12 14:12:05.250
    Execution of the command "/oracle/RGP/102_64/bin/lsnrctl status LISTENER" finished with return code 0. Output:
    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 12-SEP-2008 14:12:05
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=RGP.WORLD))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    Start Date                11-SEP-2008 20:28:39
    Uptime                    0 days 17 hr. 43 min. 25 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /oracle/RGP/102_64/network/admin/listener.ora
    Listener Log File         /oracle/RGP/102_64/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=RGP.WORLD)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=RGP)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=FLGPPSAP01)(PORT=1527)))
    Services Summary...
    Service "RGP" has 1 instance(s).
      Instance "RGP", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    INFO 2008-09-12 14:12:13.667
    Execute step createOracleStatisticsSynonyms of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|NW_Postload_ORA|ind|ind|ind|ind|0|0
    INFO 2008-09-12 14:12:14.023
    Account orargp already exists.
    INFO 2008-09-12 14:12:14.033
    Account 0 already exists.
    INFO 2008-09-12 14:12:14.049
    Account dba already exists.
    INFO 2008-09-12 14:12:14.058
    Account 104 already exists.
    INFO 2008-09-12 14:12:14.078
    Account 0 already exists.
    INFO 2008-09-12 14:12:14.096
    Account 105 already exists.
    INFO 2008-09-12 14:12:15.836
    Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/brconnect.log.
    INFO 2008-09-12 14:12:15.972
    Output of /usr/sap/RGP/SYS/exe/run/brconnect -u / -c -f crsyn -o SAPSR3 is written to the logfile brconnect.log.
    INFO 2008-09-12 14:12:18.817
    Execution of the command "/usr/sap/RGP/SYS/exe/run/brconnect -u / -c -f crsyn -o SAPSR3" finished with return code 0. Output:
    BR0801I BRCONNECT 7.00 (32)
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.17
    BR0833I Creating public synonyms for database log owner SAPSR3...
    BR0925I Public synonym SAP_SDBAH created successfully for table SAPSR3.SDBAH
    BR0925I Public synonym SAP_SDBAD created successfully for table SAPSR3.SDBAD
    BR0925I Public synonym SAP_MLICHECK created successfully for table SAPSR3.MLICHECK
    BR0925I Public synonym SAP_SAPLIKEY created successfully for table SAPSR3.SAPLIKEY
    BR0925I Public synonym SAP_DBAML created successfully for table SAPSR3.DBAML
    BR0925I Public synonym SAP_DBARCL created successfully for table SAPSR3.DBARCL
    BR0925I Public synonym SAP_DBAFID created successfully for table SAPSR3.DBAFID
    BR0925I Public synonym SAP_DBAEXTL created successfully for table SAPSR3.DBAEXTL
    BR0925I Public synonym SAP_DBAREOL created successfully for table SAPSR3.DBAREOL
    BR0925I Public synonym SAP_DBABARL created successfully for table SAPSR3.DBABARL
    BR0925I Public synonym SAP_DBADFL created successfully for table SAPSR3.DBADFL
    BR0925I Public synonym SAP_DBAOPTL created successfully for table SAPSR3.DBAOPTL
    BR0925I Public synonym SAP_DBASPAL created successfully for table SAPSR3.DBASPAL
    BR0925I Public synonym SAP_DBABD created successfully for table SAPSR3.DBABD
    BR0925I Public synonym SAP_DBABL created successfully for table SAPSR3.DBABL
    BR0925I Public synonym SAP_DBATL created successfully for table SAPSR3.DBATL
    BR0925I Public synonym SAP_DBAOBJL created successfully for table SAPSR3.DBAOBJL
    BR0925I Public synonym SAP_DBAPHAL created successfully for table SAPSR3.DBAPHAL
    BR0925I Public synonym SAP_DBAGRP created successfully for table SAPSR3.DBAGRP
    BR0925I Public synonym SAP_DBAERR created successfully for table SAPSR3.DBAERR
    BR0925I Public synonym SAP_DBATRIAL created successfully for table SAPSR3.DBATRIAL
    BR0925I Public synonym SAP_SVERS created successfully for table SAPSR3.SVERS
    BR0925I Public synonym SAP_TGORA created successfully for table SAPSR3.TGORA
    BR0925I Public synonym SAP_IGORA created successfully for table SAPSR3.IGORA
    BR0925I Public synonym SAP_TSORA created successfully for table SAPSR3.TSORA
    BR0925I Public synonym SAP_TAORA created successfully for table SAPSR3.TAORA
    BR0925I Public synonym SAP_IAORA created successfully for table SAPSR3.IAORA
    BR0925I Public synonym SAP_DD02L created successfully for table SAPSR3.DD02L
    BR0925I Public synonym SAP_DD09L created successfully for table SAPSR3.DD09L
    BR0925I Public synonym SAP_DDNTT created successfully for table SAPSR3.DDNTT
    BR0925I Public synonym SAP_DBCHK created successfully for table SAPSR3.DBCHK
    BR0925I Public synonym SAP_DBDIFF created successfully for table SAPSR3.DBDIFF
    BR0925I Public synonym SAP_DBSTATC created successfully for table SAPSR3.DBSTATC
    BR0925I Public synonym SAP_DBSTATTORA created successfully for table SAPSR3.DBSTATTORA
    BR0925I Public synonym SAP_DBSTATIORA created successfully for table SAPSR3.DBSTATIORA
    BR0925I Public synonym SAP_DBSTATHORA created successfully for table SAPSR3.DBSTATHORA
    BR0925I Public synonym SAP_DBSTAIHORA created successfully for table SAPSR3.DBSTAIHORA
    BR0925I Public synonym SAP_DBCHECKORA created successfully for table SAPSR3.DBCHECKORA
    BR0925I Public synonym SAP_DBMSGORA created successfully for table SAPSR3.DBMSGORA
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.18
    BR0834I Public synonyms for database log owner SAPSR3 created successfully
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.18
    BR0802I BRCONNECT completed successfully
    INFO 2008-09-12 14:12:23.841
    Execute step setOraclePasswords of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|NW_Postload_ORA|ind|ind|ind|ind|0|0
    INFO 2008-09-12 14:12:25.190
    Account orargp already exists.
    INFO 2008-09-12 14:12:25.194
    Account dba already exists.
    INFO 2008-09-12 14:12:25.198
    Account orargp already exists.
    INFO 2008-09-12 14:12:25.202
    Account dba already exists.
    INFO 2008-09-12 14:12:25.251
    Removing file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/ora_query3_tmp0_1.sql.
    INFO 2008-09-12 14:12:25.260
    Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/ora_query3_tmp0_1.sql.
    INFO 2008-09-12 14:12:28.279
    Account orargp already exists.
    INFO 2008-09-12 14:12:28.290
    Account 0 already exists.
    INFO 2008-09-12 14:12:28.305
    Account dba already exists.
    INFO 2008-09-12 14:12:28.315
    Account 104 already exists.
    INFO 2008-09-12 14:12:28.335
    Account 0 already exists.
    INFO 2008-09-12 14:12:28.353
    Account 105 already exists.
    INFO 2008-09-12 14:12:30.123
    Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/brconnect.log.
    INFO 2008-09-12 14:12:30.269
    Output of /usr/sap/RGP/SYS/exe/run/brconnect -u / -c -f chpass -o SAPSR3 -p XXXXXX is written to the logfile brconnect.log.
    INFO 2008-09-12 14:12:31.006
    Execution of the command "/usr/sap/RGP/SYS/exe/run/brconnect -u / -c -f chpass -o SAPSR3 -p XXXXXX" finished with return code 0. Output:
    BR0801I BRCONNECT 7.00 (32)
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.30
    BR0828I Changing password for database user SAPSR3
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.30
    BR0829I Password changed successfully in database for user SAPSR3
    BR0830I Password inserted successfully into table OPS$RGPADM.SAPUSER for user SAPSR3
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.30
    BR0802I BRCONNECT completed successfully
    INFO 2008-09-12 14:12:31.574
    Account orargp already exists.
    INFO 2008-09-12 14:12:31.578
    Account dba already exists.
    INFO 2008-09-12 14:12:31.583
    Account orargp already exists.
    INFO 2008-09-12 14:12:31.587
    Account dba already exists.
    INFO 2008-09-12 14:12:31.641
    Removing file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/ora_query3_tmp1_1.sql.
    INFO 2008-09-12 14:12:31.649
    Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/ora_query3_tmp1_1.sql.
    INFO 2008-09-12 14:12:33.918
    Account orargp already exists.
    INFO 2008-09-12 14:12:33.928
    Account 0 already exists.
    INFO 2008-09-12 14:12:33.944
    Account dba already exists.
    INFO 2008-09-12 14:12:33.953
    Account 104 already exists.
    INFO 2008-09-12 14:12:33.973
    Account 0 already exists.
    INFO 2008-09-12 14:12:33.991

  • Error in Insallation of Oracle 10g in Solaris 5.9

    Hi,
    I am Installing oracle 10g in solaris OS.After completed the pre installation steps.I run the ./runInstaller command.But its showing error like this
    bash-2.05# ./runInstaller
    /export/home3/oracle10/install/.oui: syntax error at line 1: `(' unexpected
    I open the Script file also ...
    bash-2.05# cat runInstaller
    #!/usr/bin/sh
    # The environment variable $SRCHOME cannot be set during the installation
    unset SRCHOME
    AWK=/bin/awk
    BUNDLE=db
    OCR_LOC=/var/opt/oracle/ocr.loc
    LOCALONLY=local_only
    LOCAL=TRUE
    CMDDIR=`dirname $0`
    if [ "$CMDDIR" = "." ]; then
    CMDDIR=`pwd`;
    fi
    # Replace relative path with fully qualified path.
    if [ ! "`echo $CMDDIR|grep '^/'`" ]; then
    CMDDIR=`pwd`/$CMDDIR;
    fi
    if [ x${PATH} != x ]; then
    PATH=$CMDDIR/install:/usr/bin:/usr/ccs/bin:$PATH
    export PATH
    else
    PATH=$CMDDIR/install:/usr/bin:/usr/ccs/bin
    export PATH
    fi
    if [ x${LD_LIBRARY_PATH} != x ]; then
    LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    else
    LD_LIBRARY_PATH=/usr/lib
    export LD_LIBRARY_PATH
    fi
    # Determine whether there is an existing CRS or not.
    # Local is value of local_only in ocr.loc.
    # False means there is an existing CRS installation on the system.
    if [ -r $OCR_LOC ]; then
    LOCAL=`$AWK -F= /$LOCALONLY/'{print $2}' $OCR_LOC`
    fi
    case "$BUNDLE" in
    db)
    # One-click: only if there is no cmd line argument and it's not on CRS node
    if [ $# -gt 0 -o "$LOCAL" = "FALSE" -o \
    ! -r $CMDDIR/install/oneclick.properties ]; then
    $CMDDIR/install/.oui $*
    else
    $CMDDIR/install/.oui -oneclick
    fi
    crs)
    $CMDDIR/install/.oui $* -formCluster
    $CMDDIR/install/.oui $*
    esac
    Please tell me the solution asap.

    bash-2.05# ./runInstallerDon't install as root user.
    Did you install all important packages (listed in installation prerequisities)?

  • Oracle 10g in Solaris Problem

    Hi Guys , i was wondering how to start oracle database in correct way in Solaris
    Because i had a problem with it..
    i start the Oracle 10 in Solaris ,
    the database is up. then after few hours, it shut down / the database is down for no reason then i have to start again
    I was wondering whether there is a timeout? if there is how do i check it?
    below as my step to start the database.
    1. go to Oracle_HOME/bin
    2. type lsnrctl start
    3. sqlplus /nolog
    4. connect username/password as sysdba
    5. startup
    any better way to start it??
    after step 5, it shows no error and the database is ready.
    i can connect using sql plus and toad from other computer.
    But after few hours , it shutdown for no reason again..
    anyone can help me?
    is there any better way to start the database??
    can i use nohup command in solaris to start oracle? how to do that?
    Because of that , after my database starts , my web applicaton always hit
    java.sql.SQLException ioException Broken Pipe then i have to restart my app server...
    i heard broken pipe happens because the database is down without telling the app server is it??
    Thanks...

    All Seems okay...
    do u know the keyword is there is an exception..
    Below is my alert_SID.log
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    sga_max_size = 2097152000
    __shared_pool_size = 134217728
    __large_pool_size = 16777216
    __java_pool_size = 16777216
    __streams_pool_size = 0
    sga_target = 620756992
    control_files = /oracle/product/10.2.0/oradata/ILSDB/control01.ctl, /oracle/product/10.2.0/oradata/ILSDB/control02.ctl, /oracle/product/10.2.0/o
    radata/ILSDB/control03.ctl
    db_block_size = 8192
    __db_cache_size = 436207616
    compatible = 10.2.0.1.0
    db_file_multiblock_read_count= 16
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=ILSDBXDB)
    job_queue_processes = 10
    background_dump_dest = /oracle/product/10.2.0/admin/ILSDB/bdump
    user_dump_dest = /oracle/product/10.2.0/admin/ILSDB/udump
    core_dump_dest = /oracle/product/10.2.0/admin/ILSDB/cdump
    audit_file_dest = /oracle/product/10.2.0/admin/ILSDB/adump
    db_name = ILSDB
    open_cursors = 300
    pga_aggregate_target = 203423744
    awrflush_threshold_metrics= TRUE
    PMON started with pid=2, OS id=755
    PSP0 started with pid=3, OS id=758
    MMAN started with pid=4, OS id=760
    DBW0 started with pid=5, OS id=762
    LGWR started with pid=6, OS id=764
    CKPT started with pid=7, OS id=766
    SMON started with pid=8, OS id=768
    RECO started with pid=9, OS id=770
    CJQ0 started with pid=10, OS id=772
    MMON started with pid=11, OS id=774
    MMNL started with pid=12, OS id=776
    Thu Jul 20 15:46:26 2006
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    Thu Jul 20 15:46:26 2006
    DISM started, OS id=783
    Thu Jul 20 15:46:27 2006
    ALTER DATABASE MOUNT
    Thu Jul 20 15:46:33 2006
    Setting recovery target incarnation to 2
    Thu Jul 20 15:46:33 2006
    Successful mount of redo thread 1, with mount id 1643325139
    Thu Jul 20 15:46:33 2006
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Thu Jul 20 15:46:33 2006
    ALTER DATABASE OPEN
    Thu Jul 20 15:46:34 2006
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Thu Jul 20 15:46:34 2006
    Started redo scan
    Thu Jul 20 15:46:35 2006
    Completed redo scan
    273 redo blocks read, 87 data blocks need recovery
    Thu Jul 20 15:46:35 2006
    Started redo application at
    Thread 1: logseq 258, block 6373
    Thu Jul 20 15:46:35 2006
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 258 Reading mem 0
    Mem# 0 errs 0: /oracle/product/10.2.0/oradata/ILSDB/redo02.log
    Thu Jul 20 15:46:35 2006
    Completed redo application
    Thu Jul 20 15:46:37 2006
    Completed crash recovery at
    Thread 1: logseq 258, block 6646, scn 66574356
    87 data blocks read, 87 data blocks written, 273 redo blocks read
    Thu Jul 20 15:46:38 2006
    Thread 1 advanced to log sequence 259
    Thread 1 opened at log sequence 259
    Current log# 3 seq# 259 mem# 0: /oracle/product/10.2.0/oradata/ILSDB/redo03.log
    Successful open of redo thread 1
    Thu Jul 20 15:46:39 2006
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Thu Jul 20 15:46:39 2006
    SMON: enabling cache recovery
    Thu Jul 20 15:46:40 2006
    Successfully onlined Undo Tablespace 1.
    Thu Jul 20 15:46:40 2006
    SMON: enabling tx recovery
    Thu Jul 20 15:46:40 2006
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=1108
    Thu Jul 20 15:46:46 2006
    Completed: ALTER DATABASE OPEN
    Thu Jul 20 15:53:52 2006
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2171K exceeds notification threshold (2048K)
    KGL object name :select object_name from all_objects where object_name='TOAD_PROFILER' and object_type='PACKAGE'
    Thu Jul 20 17:45:24 2006
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as /oracle/product/10.2.0/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Could it be possible because my tablespace running out of space
    because i just check that the tablespace is fully utilized...
    If i delete large data from the table and commit.
    Will the tablespace free the memory??
    If not , how do it free up the tablespace memory rather than increasing it??

  • While startup ora -01092: ORACLE instance terminated. Disconnection forced

    Hi all,
    I'm using Enterprise Linux Red hat 5 (OS), oracle 10g Release 2 (10.2.0.1.0)
    while startup the database I'm getting below error message.
    SQL> startup pfile='/opt/oracle/admin/ssharp/pfile/init.ora.33201013513' mount;
    ORACLE instance started.
    Total System Global Area 2147483648 bytes
    Fixed Size 1220432 bytes
    Variable Size 486539440 bytes
    Database Buffers 1644167168 bytes
    Redo Buffers 15556608 bytes
    Database mounted.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    In alert log file having message, Redo log file s corrupted.
    I try to recover the redo log,using
    allow_resetlogs_corruption=True parameter in pfile.
    and start the DB in mount stage,and
    restore database;
    alter database open resetlogs;
    Using this method i got the same error ora - 01092
    and tried to rman incomplete recovery i cant solve issue
    *RMAN> run
    2> {
    3> set until sequence 2284 thread 1;
    4> restore database;
    5> recover database;
    6> alter database open resetlogs;
    7> }
    executing command: SET until clause
    using target database control file instead of recovery catalog
    Starting restore at 25-APR-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=761 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=760 devtype=DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid=758 devtype=DISK
    creating datafile fno=20 name=/northeast/oradata/ssharp/main/main03.dbf
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 04/25/2011 13:42:35
    ORA-01119: error in creating database file '/northeast/oradata/ssharp/main/main03.dbf'
    ORA-27038: created file already exists
    Additional information: 1
    RMAN> shut immediate
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "identifier": expecting one of: "allocate, alter, backup, beginline, blockrecover, catalog, change, connect, copy, convert, create, crosscheck, configure, duplicate, debug, delete, drop, exit, endinline, flashback, host, {, library, list, mount, open, print, quit, recover, register, release, replace, report, renormalize, reset, restore, resync, rman, run, rpctest, set, setlimit, sql, switch, spool, startup, shutdown, send, show, test, transport, upgrade, unregister, validate"
    RMAN-01008: the bad identifier was: shut
    RMAN-01007: at line 1 column 1 file: standard input*
    and also i cleared that redolog content,after that also i tried to up the database with resetlog option.but i can't solve...
    can any one guide me
    Thanks in advance

    Hi user;
    Please see below note which could be helpful on your issue:
    database not starting up with errors ORA-01092 ORA-24324 ORA-01041 [ID 779356.1]
    Regard
    Helios

  • Unable to execute QEMU command 'qom-list': The command qom-list has not been found

    I have been trying to get openstack working on the 2 Node Architecture -  Controller (OL6.6) and Compute(OL.6.6). I am following the Oracle Openstack Installation Document but I keep getting the following error -
    2015-03-26 20:32:13.662 8067 INFO nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Attempting to build 1 instance(s) uuids: [u'9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c']
    2015-03-26 20:32:13.676 8067 INFO nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Choosing host WeighedHost [host: kvm4A.com, weight: 1.0] for instance 9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c
    2015-03-26 20:32:33.586 8067 INFO nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Attempting to build 1 instance(s) uuids: [u'9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c']
    2015-03-26 20:32:33.588 8067 ERROR nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] [instance: 9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c] Error from last host: kvm4A.com (node kvm4A.com): [u'Traceback (most recent call last):\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1328, in _build_instance\n    set_access_ip=set_access_ip)\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 393, in decorated_function\n    return function(self, context, *args, **kwargs)\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1740, in _spawn\n    LOG.exception(_(\'Instance failed to spawn\'), instance=instance)\n', u'  File "/usr/lib/python2.6/site-packages/nova/openstack/common/excutils.py", line 68, in __exit__\n    six.reraise(self.type_, self.value, self.tb)\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1737, in _spawn\n    block_device_info)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 2297, in spawn\n    block_device_info)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 3704, in _create_domain_and_network\n    power_on=power_on)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 3605, in _create_domain\n    domain.XMLDesc(0))\n', u'  File "/usr/lib/python2.6/site-packages/nova/openstack/common/excutils.py", line 68, in __exit__\n    six.reraise(self.type_, self.value, self.tb)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 3600, in _create_domain\n    domain.createWithFlags(launch_flags)\n', u'  File "/usr/lib/python2.6/site-packages/eventlet/tpool.py", line 179, in doit\n    result = proxy_call(self._autowrap, f, *args, **kwargs)\n', u'  File "/usr/lib/python2.6/site-packages/eventlet/tpool.py", line 139, in proxy_call\n    rv = execute(f,*args,**kwargs)\n', u'  File "/usr/lib/python2.6/site-packages/eventlet/tpool.py", line 77, in tworker\n    rv = meth(*args,**kwargs)\n', u'  File "/usr/lib64/python2.6/site-packages/libvirt.py", line 738, in createWithFlags\n    if ret == -1: raise libvirtError (\'virDomainCreateWithFlags() failed\', dom=self)\n', u"libvirtError: internal error: unable to execute QEMU command 'qom-list': The command qom-list has not been found\n"]
    2015-03-26 20:32:33.592 8067 INFO nova.filters [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Filter RetryFilter returned 0 hosts
    2015-03-26 20:32:33.592 8067 WARNING nova.scheduler.driver [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] [instance: 9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c] Setting instance to ERROR state.
    Any suggestions?
    Thanks

    Hi Avi,
    The guide is for OL6 (see excerpt from page 5)
    "A compute node is a system running Oracle Linux using KVM, or Oracle VM Server Release 3.3. You can download
    installation ISOs of the latest version of Oracle Linux 6, or Oracle VM Server Release 3.3, from the Oracle Software
    Delivery Cloud at:"
    And although 1.0 release says OL6.5 and later I cannot find the OL7 pacakges on the public yum server. The only ones I can find are http://public-yum.oracle.com/public-yum-openstack-ol6.repo  which is clearly OL6. I tried them on OL7 and the install fails.
    [ol6_openstack10]
    name=OpenStack 1.0 packages for Oracle Linux 6 (x86_64)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/openstack10/x86_64/
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
    gpgcheck=1
    enabled=1
    [ol6_latest]
    name=Oracle Linux $releasever Latest ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
    gpgcheck=1
    enabled=1
    If you have an Oracle Openstack install running I'd love to hear how you did it and what you did to accomplish it.
    Right now I'm running OL6.6 with a RDO icehouse packstack install and I'm running into problems mounting volumes.
    Openstack will be awesome once I get it running
    Thank you for any assistance.
    Dave

  • Instantaneous application instances on Solaris

    Hi,
    I have a java application running on a Solaris 9 machine
    with Java 1.5.0_07.
    I can see the instance of the application in the process list by ps command however once in a while it displays both the original and another instance but a child one this time with the same jvm arguments I assigned for the original one.
    When I run immediately ps command again this child instance vanishes.
    What can be the reason for this kind of behavior? Is there possibility that thread creation are displayed as actual processes.
    Thanks in advanced

    Hi,
    I have a java application running on a Solaris 9
    machine
    with Java 1.5.0_07.
    I can see the instance of the application in the
    process list by ps command however once in a while it
    displays both the original and another instance but a
    child one this time with the same jvm arguments I
    assigned for the original one.
    When I run immediately ps command again this child
    instance vanishes.Can you post "ps" command and results?
    You can try to send "kill -3" to the process periodically and look for a non-expected-thread on thread dumps.
    >
    What can be the reason for this kind of behavior? Is
    there possibility that thread creation are displayed
    as actual processes. Depending on your system configuration you will see lightweight processes for each thread instead of kernel processes.
    >
    Thanks in advanced

  • Error while installing Oracle 10g on Solaris 10.

    Hi all,
    I am trying to install Oracle 10g on Solaris 10 (x86). I did every thing that is given in the Installation manual
    created user,group and directories. set all the env variables.
    executing the runinstaller it throws error
    error in writing to directory /tmp/OraInstall2009-04-06_07-14-09PM.please ensure that this directory is writable and has atleast 69MB of disk space.Installation Cannot continue.+
    *:Error 0*
    I have given recursive a+rwx permission to /tmp folder and /tmp has 3.2 GB free space. am i missing some thing??
    I am very new to Solaris and Oracle;Please help me with this.
    Thanks.
    Regards
    Akhilesh Bhale

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I got error when I export database ORACLE 9i from solaris 9.

    I want to export full database ORACLE 9i from SOLARIS 9 to import full database on ORACLE 9i on windows.
    I set oracle environment and NSL_LANG with command:
    bash-3.00$ export ORACLE_SID=TIS
    bash-3.00$ export NLS_LANG=AMERICAN_AMERICA.TH8TISASCII
    and then run command to export:
    bash-3.00$ exp system/manager@TIS full=y file= /u03/dmp/TISfull.dmp log=/u03/dmp/exp_TIS.log
    I got error message as:
    Export: Release 9.2.0.1.0 - Production on Thu Oct 8 17:57:32 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export done in TH8TISASCII character set and UTF8 NCHAR character set
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    . exporting system procedural objects and actions
    . exporting pre-schema procedural objects and actions
    EXP-00008: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_AW", line 42
    ORA-06512: at "SYS.DBMS_AW", line 105
    ORA-06512: at "SYS.DBMS_AW", line 221
    ORA-06512: at "SYS.DBMS_AW_EXP", line 264
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_AW_EXP.schema_info_exp
    . exporting cluster definitions
    EXP-00056: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_LOB", line 424
    ORA-06512: at "SYS.DBMS_METADATA", line 1140
    ORA-06512: at line 1
    EXP-00056: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_LOB", line 424
    ORA-06512: at "SYS.DBMS_METADATA", line 1140
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    How can I solve this problem?
    Any suggestion?

    #### HOW to solve it.
    ## To check the default temporary tablespace of the database:
    SQL> select property_name, property_value from database_properties;
    ## check DEFAULT_TEMP_TABLESPACE, if it use wrong temporary tablespace, run:
    SQL> alter database default temporary tablespace temp;
    ## check user with temporary tablespace, run command:
    SQL> select username, temporary_tablespace, account_status from dba_users;
    ## change temporary tablespace:
    SQL> create temporary tablespace temp1 tempfile '/data/u01/app/oracle/oradata/TIS/temp_b.dbf' size 100m;
    SQL> alter database default temporary tablespace temp1;
    SQL> drop tablespace temp including contents and datafiles;
    SQL> create temporary tablespace temp tempfile '/data/u01/app/oracle/oradata/TIS/temp01.dbf' size 100m autoextend off extent management local uniform size 1m;
    SQL> alter database default temporary tablespace temp;
    SQL> drop tablespace temp1 including contents and datafiles;
    Thanks

  • Complexities of Migrating Oracle 10g from Solaris to HP-UX Itanium

    Can anyone share their experiences with regards to migrating Oracle 10g from Solaris on a Sun platform to HP-UX 11i v3 (Itanium) on HP Integrity servers. We are trying to consider all the risks associated with such a move. How much time delay did you experience in resolving unexpected issues along the way? How complex is the process? If you had to do it all over again, would you?
    In addtion, we will also be migrating Oracle eBusiness Suite 11i (11.5.10.2).
    We appreciate your helpful feedback.
    Thank you.

    Here is more information:
    - the database size is currently about 500GB
    - our ASP allows us to be down as much as we want however the company's own needs can only allow a downtime window of two days (over the weekend)
    - i presume further that RMAN might be an option to use to backup the database and instance to some transportable media
    - it would take about four days to get that media from the ASP to our facility so durign that time the instance at the ASP would have to be used
    - after we get the backup media and load everything into our in-house site, our last step would be to find a way to migrate all changes over the WAN. I am told that unless the platforms are the same on both ends, mirroring will be extremely difficult or impossible. If we have a platform that is different from the ASP platform, then the migration of all changes will require conversion and other mechanisms. I am told that HP-UX has so much complexities that this will be a daunting task to accomplish.
    Do you have any opinions and recommnedations?

  • Establish SSL connection to Oracle Instance w/JDBC Thin Client

    Hello all,
    I am writing a monitoring utility that will allow me to establish connections to both Oracle instances and LDAP repositories and query them to determine that they are up and running. My utility consists of a number of objects that handle connections to the LDAP and Oracle instances. I need to be able to do SSL and non-SSL connections to said instances.
    My issue is this: I am able to do SSL and non-SSL to LDAP, and non-SSL to an Oracle instance. I am having problems, though, establishing an SSL connection to an Oracle instance (I am using the thin client). Whenever I try, a SQLException is thrown that states: "Encountered a problem with the secret store. Check the wallet location for the presense of an <b>open</b> wallet (cwallet.sso) and ensure that the wallet contains the correct credentials..."
    Ok, a little background for those who may need it. Oracle uses a wallet to hold certs that allow SSL connections. I have a wallet on my box, and, from the command line, I am able to sqlplus into and tnsping the appropriate Oracle instances, so I know it is setup properly. The inability to connect only occurs in my code. My code looks like this:
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Security.addProvider(new oracle.security.pki.OraclePKIProvider());
    /*Setup connection properties*/
    String connectionString = "testbox01:1000:ssl_instances_name";
    String userName = "userName";
    String pwd = "password";
    Properties props = new Properties();
    props.put("oracle.net.ssl_version", 3.0");
    props.put("oracle.net.wallet_location", "SOURCE=(METHOD=file)(METHOD_DATA=(DIRECTORY=c:\\wallet)))");
    props.put("oracle.net.ssl_cipher_suites", "ssl cipher suites");
    props.put("oracle.net.ssl_server_dn_match", "FALSE");
    props.put("oracle.net.ssl_client_authentication", "true");
    /*Do connection and return connection object
    OracleDataSource ods = new OracleDataSource();
    ods.setUser(userName);
    ods.setPassword(pwd);
    ods.setUrl("jdbc:oracle:thin:@" + connectionString);
    ods.setConnectionProperties(props);
    Connection conn = ods.getConnection(); <---This is where code errors out with SQLException described above.
    return conn;
    And that's pretty much it. Anyone have any ideas?

    Ok, that looked horrible. Let's try this again:<br>
    <br>
    I am writing a monitoring utility that will allow me to establish connections to both Oracle instances and LDAP repositories and query them to determine that they are up and running. My utility consists of a number of objects that handle connections to the LDAP and Oracle instances. I need to be able to do SSL and non-SSL connections to said instances.<br>
    <br>
    My issue is this: I am able to do SSL and non-SSL to LDAP, and non-SSL to an Oracle instance. I am having problems, though, establishing an SSL connection to an Oracle instance. Whenever I try, a SQLException is thrown that states: "Encountered a problem with the secret store. Check the wallet location for the presense of an <b>open</b> wallet (cwallet.sso) and ensure that the wallet contains the correct credentials..."<br>
    <br>
    Ok, a little background for those who may need it. Oracle uses a wallet to hold certs that allow SSL connections. I have a wallet on my box, and, from the command line, I am able to sqlplus into and tnsping the appropriate Oracle instances, so I know it is setup properly. The inability to connect only occurs in my code. My code looks like this:<br>
    <br>
    *****<br>
    <br>
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());<br>
    Security.addProvider(new oracle.security.pki.OraclePKIProvider());<br>
    <br>
    /*Setup connection properties*/<br>
    <br>
    String connectionString = "testbox01:1000:ssl_instances_name";<br>
    String userName = "userName";<br>
    String pwd = "password";<br>
    <br>
    Properties props = new Properties();<br>
    props.put("oracle.net.ssl_version", 3.0");<br>
    props.put("oracle.net.wallet_location", "SOURCE=(METHOD=file)(METHOD_DATA=(DIRECTORY=c:\\wallet)))");<br>
    props.put("oracle.net.ssl_cipher_suites", "ssl cipher suites");<br>
    props.put("oracle.net.ssl_server_dn_match", "FALSE");<br>
    props.put("oracle.net.ssl_client_authentication", "true");<br>
    <br>
    /*Do connection and return connection object*/<br>
    OracleDataSource ods = new OracleDataSource();<br>
    ods.setUser(userName);<br>
    ods.setPassword(pwd);<br>
    ods.setUrl("jdbc:oracle:thin:@" + connectionString);<br>
    ods.setConnectionProperties(props);<br>
    <br>
    Connection conn = ods.getConnection(); <---This is where code errors out with SQLException described above.<br>
    <br>
    return conn;<br>
    <br>
    *****<br>
    <br>
    And that's pretty much it. Anyone have any ideas?<br>

  • LRM -00109:could not open parameter file Oracle 10g in Solaris 10

    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Thanks

    4joey1 wrote:
    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    By default, oracle will look first for a spfile named "spfile<ORACLE_SID>.ora". Lacking that, it will try to find "init<ORACLE_SID>).ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Once you have started the db (I believe a startup nomount will be sufficient) you can issue CREATE SPFILE ... Details are in the fine SQL Reference manual found at tahiti.oracle.com
    BTW, "open" is the default behavior of "startup", so no need to specify it. A simple "startup" does the same thing.
    Thanks

  • Oracle User in Solaris

    Hi,
    I created oracle user in solaris . If I switch from root to oracle it's not asking the oracle user password and direcly going to $ prompt
    when I type the command who in $ promot its showing root , Why?
    $ who am i
    root ->here its should be show the oracle username
    If i switch the user again i.e su - oracle now its asking password and still shoing root for who am i command
    $su - oracle
    password:
    $ who am i
    root
    Can any one tell why its behaving like this?
    Thanks.

    Hi This is my .profile for oracle user
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/9.2.0
    ORACLE_SID=TYP2
    ORACLE_TERM=xterm
    NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/openwin/lib
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/dt/lib:/usr/ucblib:/usr/local/lib
    export LD_LIBRARY_PATH
    # Set up the search paths:
    PATH=/bin:/usr/bin:/usr/sbin:/opt/bin:/usr/ccs/bin:/opt/local/GNU/bin
    PATH=$PATH:/opt/local/bin:/opt/NSCPnav/bin:$ORACLE_HOME/bin
    PATH=$PATH:/usr/local/samba/bin:/usr/ucb:.
    export PATH

Maybe you are looking for