Slow startup of oracle database instance

Hi,
It take about 7 minutes to start an oracle database on a vmware linux machine.
On the host system, the same database take less than one minute to startup.
Hardware : hp proliant dl380 g4 (1 intel Xion 3.2), 6 gb of memory (3.9 for vritual machine)
OS : Redhat linux AS 3.0 (both on host machine and vmware machine)
vmware : 3.2 GSX
Oracle : 10.1.0.3 (both on host and vm machine)
Is this startup time normal or is there something that I could change?
On the host machine a copy of the database takes less than a one minute to startup.
Andre

On the host machine a copy of the database takes less than a one minute to startup.Well if you have (as Andre) "same" databases on guest and on host, I can just repeat:
Reconfigure vmware settings, search in help everything about let's say "performance of guest OS"!
It's also exists vmware-Forum with bunch of usefull information.
This is not Oracle related question.
Cheers!

Similar Messages

  • How to STARTUP multiple Oracle Databases, using sqlplus

    Hi guys,
    I am pretty new at solaris and oracle, right now i have oracle 11gr2 installed in my Solaris 10 machine.
    I managed to create 2 databases with 2 different ORACLE_SID, (e.g. A & B)
    my question is, is it possible to have both of this Databases mounted and opened??
    here is the step i have done so far:
    - go to /ORACLE_HOME/bin
    - I started my one and only LISTENER - ./lsnrctl start LISTENER
    - ORACLE_SID=A
    - ./sqlplus / as sysdba
    - SQL>STARTUP
    Everything went well, until i set another ORACLE_SID (in another terminal) to ORACLE_SID=B, and when i tried to start it up using SQLPLUS, i get this "Segmentation Fault - core dumped".
    It seems like i start the 2nd database wrongly, is there proper way to do this?
    i need the 2 databases (SID A & SID B) to be running concurrently.
    thanks

    $ ORACLE_SID=AM
    $ export ORACLE_SID
    $ ./lsnrctl start LISTENER
    LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 04-NOV-2010 14:38:45
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...
    TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/unknown/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.10.77)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.10.77)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    Start Date 04-NOV-2010 14:38:49
    Uptime 0 days 0 hr. 0 min. 5 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/unknown/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.10.77)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    $ ./sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Nov 4 14:39:52 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> STARTUP
    ORACLE instance started.
    Total System Global Area 855982080 bytes
    Fixed Size 2215824 bytes
    Variable Size 562036848 bytes
    Database Buffers 285212672 bytes
    Redo Buffers 6516736 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    $ ORACLE_SID=SDB3
    $ export ORACLE_SID
    $ ./sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Nov 4 15:11:22 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> STARTUP
    Segmentation Fault - core dumped
    So first of all , I set the oracle SID to AM -> Start a Listener -> start sqlplus as sysdba -> STARTUP
    2ndly, I set the oracle SID to SDB 3 -> start sqlplus as sysdba -> do another STARTUP , Segmentation Fault - core dumped
    Hope you can help with this, been stuck here for almost 3 days, =p thanks!
    Edited by: 807471 on Nov 4, 2010 12:47 AM

  • Problem installing Oracle Database Instance IN ERP04

    Hi,
    I'm installing SAP Web AS 6.40 ABAP on Linux (SLES 9) with Unicode Oracle. The Central Instance setup was successful, but the install of the Database Instance failed. It stopped at task "Database Load".
    The Log Browser shows the following message:
    /sapmnt/QR3/exe/R3load: START OF LOG: 20051025113720
    /sapmnt/QR3/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#10 $ SAP
    /sapmnt/QR3/exe/R3load: version R6.40/V1.4 [UNICODE]
    Compiled Jun 11 2005 01:16:38
    /sapmnt/QR3/exe/R3load -dbcodepage 4103 -i /tmp/sapinst_instdir/ECC04SR1/WEBAS_ABAP_ORA_UC/DB/SAPSLOAD.cmd -l /tmp/sapinst_instdir/ECC04SR1/WEBAS_ABAP_ORA_UC/DB/SAPSLOAD.log -stop_on_error
    DbSl Trace: OCI-call 'OCIInitialize' failed: rc = -1
    DbSl Trace: OCI-call 'OCIErrorGet' failed: rc = -2
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCIInitialize' failed: rc = -1
    DbSl Trace: OCI-call 'OCIErrorGet' failed: rc = -2
    (DB) ERROR: DbSlErrorMsg rc = 99
    /sapmnt/QR3/exe/R3load: job finished with 1 error(s)
    /sapmnt/QR3/exe/R3load: END OF LOG: 20051025113720
    /sapmnt/QR3/exe/R3load: START OF LOG: 20051025115353
    /sapmnt/QR3/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#10 $ SAP
    /sapmnt/QR3/exe/R3load: version R6.40/V1.4 [UNICODE]
    Compiled Jun 11 2005 01:16:38
    /sapmnt/QR3/exe/R3load -dbcodepage 4103 -i /tmp/sapinst_instdir/ECC04SR1/WEBAS_ABAP_ORA_UC/DB/SAPSLOAD.cmd -l /tmp/sapinst_instdir/ECC04SR1/WEBAS_ABAP_ORA_UC/DB/SAPSLOAD.log -stop_on_error
    DbSl Trace: OCI-call 'OCIInitialize' failed: rc = -1
    DbSl Trace: OCI-call 'OCIErrorGet' failed: rc = -2
    (DB) ERROR: db_connect rc = 256
    Has anybody an idea? Thank you very much.
    Robinson

    Hi Robinson,
    The error seems to be db connect error, so please try to check
    1. set the environment variable dbs_ora_schema=SAP<SID>
    dbs_ora_tnsname=SID
    EG :
    dbms_type=ORA
    dbs_ora_tnsname=HX1
    dbs_ora_schema=SAPHX1
    ORACLE_PSRV=HX1
    ORACLE_SID=HX1
    DB_SID=HX1
    ORACLE_HOME=/oracle/HX1/920_64
    ORACLE_BASE=/oracle
    ORA_NLS33=/oracle/client/92x_64/ocommon/nls/admin/data
    Where HX1 is the SID for instance.
    2. start the database and then try running the installation.try also starting instance and listener
    Let me know if this helps.
    Regards,
    Vineet

  • Problem installing Oracle Database Instance

    Hi,
    I'm installing SAP Web AS 6.40 ABAP on Linux (SLES 9) with Unicode Oracle. The Central Instance setup was successful, but the install of the Database Instance failed. It stopped at task "Database Load".
    The Log Browser shows the following message:
    ERROR 2005-07-27 15:07:28
    MSC-01015  Process finished with error(s), check log file /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPSDIC.log
    The content of the SAPSDIC.log file:
    DbSl Trace: OCI-call 'OCIInitialize' failed: rc = -1
    DbSl Trace: OCI-call 'OCIErrorGet' failed: rc = -2
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCIInitialize' failed: rc = -1
    DbSl Trace: OCI-call 'OCIErrorGet' failed: rc = -2
    (DB) ERROR: DbSlErrorMsg rc = 99
    The console output of sapinst:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR      2005-07-27 15:33:48 [iaxxbdbld.cpp:936]
               CR3ldStep::startR3ldProcesses lib=iamodload module=CR3ldStep
    MSC-01015  Process finished with error(s), check log file /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPSDIC.log
    The SAPSYSTEMNAME was already defined in the profile.
    The oracle listener status:
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "WNW" has 2 instance(s).
      Instance "WNW", status UNKNOWN, has 1 handler(s) for this service...
      Instance "WNW", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Has anybody an idea? Thank you very much.
    Stephan

    I have tried the R3load command separately but the result always is:
    sapparam: sapargv(argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    Thanks for you help!
    Stephan

  • Oradim error while initializing oracle database instance

    I am trying to install the Oracle 91 personal edition for windows 98 on a windows Me PC. After all the files for the database are copied, I get an error for the file "Oradim" and then a prompt to close all programs and restart my PC. Restarting the PC does not help me either.
    Thanks in advance for any help.
    regards
    Partha

    user8484066 wrote:
    when installing oracle database 11gR2 on windows 7 64-bit following error is occuring.
    G:\app\DELL\product\11.2.0\dbhome_3\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    Error? What error? I don't see an error. I just see the name of a file.
    Fortunately we've all seen that file name enough to know what your error is anyway
    I have downloaded this file from
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Can anyone help me in this.You failed to follow the download/install instructions at two different points.
    The first was on the very page you cited as the source of your download, where it says
    *"- Make sure to download and unzip both files to the same directory. "*
    I'm willing to bet you a cold one that you either downloaded only one file, or you downloaded both files but unzipped them into separate directories.
    The second point you missed was in the Installation Guide where it lists the acceptable Operating Systems under "Database Software Requirements". It lists all the various versions of Windows, including this line:
    Windows 7 - Professional, Enterprise, and Ultimate editions
    Notice the absence of any "home" editions . . .

  • Multiple oracle database instances with different characterset on  the same server

    Hello,
    Is it possible to have 2 database instances running with different charactersets,one with AL32UTF8 and the other with WE8MSWIN1252.?
    Are there any setup requirements to be performed prior to setting up the database instances?
    The 3rd party utility that we want to use does not support AL32UTF8 and insists on using a database with character set WE8MSWIN1252.
    Kindly help.
    Thanks,
    Ram.

    Hello Zhe,
    I guess I posted my question in a wrong forum.  I tried my best to find a suitable forum and thought this was the best and closest I found.  Apparently not.  Can you please let me know the right forum for my question?
    The below is the breif of what we are currently facing:
    We are in the process of finalizing plans to install Automic for our Retail applications to schedule jobs.  In the process came to know that Automic does not support AL32UTF8.
    Right now we have RMS and UC4 (now called Automic) run on the database server as UC4 supports AL32UTF8 and schema for UC4 is inside the RMS database.
    Going forward it is recommended to have a separate database instance on the same server as that of RMS database and with a different characterset which is WE8MSWIN1252.
    Please let me know what forum to post in, I will repost the question.
    Thanks,
    Ram.

  • Oracle database instance shutdown without logging in log file

    OS - Windows 2003 R2
    Oracle - 10.2.0.1
    Platform - HP DL380
    아무런 오류없이 오라클 자체가 내려가버립니다.
    Alert Log에 아무런 메세지도 없습니다. 특별한 작업도 하지 않는 상태에서도
    내려가 버립니다. 한달에 두번이상 내려가버리고 Windows Service에서는
    시작되어 있다고 나오나 정작 오라클은 내려가 있습니다.
    (수동으로 Startup을 해줘야 올라오는 상태)
    이런 경험이 있으신 분은 도움 부탁드립니다.

    Errors in file e:\admin\orcl\bdump\orcl_dbw0_3228.trc:
    generate output file from "tkprof". and check it.
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    Cause: The database is in NOARCHIVELOG mode and a database file was detected as inaccessible due to media failure.
    Action: Restore accessibility to the file mentioned in the error stack and restart the instance.
    it seems to ur undo datafile is not accessible so check u have permission. and if u have bkp of undo file then replace it restart ur database.
    or create new undo tbs and replace old one.
    hope this help

  • How to STARTUP multiple Oracle Databases, using sqlplus (SOLARIS)

    Hi guys,
    I am pretty new at solaris and oracle, right now i have oracle 11gr2 installed in my Solaris 10 machine.
    I managed to create 2 databases with 2 different ORACLE_SID, (e.g. A & B)
    my question is, is it possible to have both of this Databases mounted and opened??
    here is the step i have done so far:
    - go to /ORACLE_HOME/bin
    - I started my one and only LISTENER - ./lsnrctl start LISTENER
    - ORACLE_SID=A
    - ./sqlplus / as sysdba
    - SQL>STARTUP
    Everything went well, until i set another ORACLE_SID (in another terminal) to ORACLE_SID=B, and when i tried to start it up using SQLPLUS, i get this "Segmentation Fault - core dumped".
    It seems like i start the 2nd database wrongly, is there proper way to do this?
    i need the 2 databases (SID A & SID B) to be running concurrently.
    thanks

    Hi guys,
    I am pretty new at solaris and oracle, right now i have oracle 11gr2 installed in my Solaris 10 machine.
    I managed to create 2 databases with 2 different ORACLE_SID, (e.g. A & B)
    my question is, is it possible to have both of this Databases mounted and opened??
    here is the step i have done so far:
    - go to /ORACLE_HOME/bin
    - I started my one and only LISTENER - ./lsnrctl start LISTENER
    - ORACLE_SID=A
    - ./sqlplus / as sysdba
    - SQL>STARTUP
    Everything went well, until i set another ORACLE_SID (in another terminal) to ORACLE_SID=B, and when i tried to start it up using SQLPLUS, i get this "Segmentation Fault - core dumped".
    It seems like i start the 2nd database wrongly, is there proper way to do this?
    i need the 2 databases (SID A & SID B) to be running concurrently.
    thanks

  • I need to create schema objects like OE,HR,SCOTT in existing ORACLE DATABASE INSTANCE

    I have oracle 9i installed and running.
    I need to create in existing Oracle Instance only few more schema.
    In instance we have schemas like SCOTT,OE,HR etc.,........
    How do I create my own schema object say PRODUCTS so that I can assign the required tables.
    has anyone has points and tips....
    please do send me the information
    thanks & regards
    Prakash

    Pl do not post duplicates - continue the discussion in your original thread - Re: Exp/Imp Database (DATA PUMP)

  • Oracle database instance for AS JAVA system

    How do i install the Oracle 10g client on a netweaver AS JAVA server?  I need the client in order to complete the install.
    If you have any help that would be great.
    Thanks again.
    JS

    Hi,
    This blog may be helpful to you
    Connecting an Application to an External Database in SAP NW CE 7.1
    Regards,
    Srinivasan Subbiah

  • Oracle database (10.2.0.4) and HTTP server / HTML DB conflict

    Hi there,
    I installed a fresh 10.2.0.1 (patched with 10.2.0.4) oracle database on Oracle Entreprise linux 5.7, and HTTP server + HTML DB products from the companion CD. Both are located in different home directory:
    ODB:  $ORACLE_BASE/product/10.2.0/db_1
    APEX: $ORACLE_BASE/product/10.2.0/apex
    I just discovered that logs files ($APEX/opmn/logs/) have filled up my entire disk this week end. After some googling / digging, I've read that there is a conflict between the ONS services that run for both products on the same port. Opening the configuration files of both products:
    +$ODB/opnm/conf/ons.config+
    +$APEX/opnm/conf/opnm.xml+ (btw, ons.conf is empty)
    I indeed saw that they both use port 6113 as local port and 6200 as remote port. The workaround I've found in variuos places is to either change the port number, or unsuscribe ONS for the database listener (and sometimes both).
    Question 1: what is the best solution ? what are the consequences for the database listener in case of unsuscribtion ?
    I also saw that opnm.xml in APEX configuration file is making use of the $ORACLE_HOME environment variable, which I define in my /etc/profile as $ORACLE_BASE/product/10.2.0/db_1. So I guess the opnm of APEX is looking at the wrong place... Yet if I change ORACLE_HOME in my /etc/profile, I won't be able to run dbstart upon stgartup, as it is run using ORACLE_HOME in a init.d script...
    Question 2: Can someone clarify things up about the exact relationship between oracle database and HTTP server ? How should I deal with ORACLE_HOME environment variable, which one use it and when... ?
    Note that I'm completely new to Oracle (and hence APEX).
    Thanks in advance!

    Billy  Verreynne  wrote:
    There should be no conflicts - except for configuration ones.
    Oracle is multi home capable. Thus multiple Oracle s/w products installed into different homes and these products running side by side.
    The conflict is system resources - like a TCP port. That port cannot be shared by multiple processes. So you need to make sure that each s/w component that needs a TCP listener end-point, has a unique port number allocated for it to use.
    As mentioned, the Oracle Apache server is an Oracle client with respect to Oracle client-server architecture. It simply needs a client OCI driver to connect to the Oracle database instance. So whether you run Oracle Apache on the same server as the database instance, or on another server all together - this makes no difference. The Oracle Apache s/w will be using its home for running. It has no need for anything from the database instance's home directory. Thus there are no conflicts - as long as you correctly keep them separated and not set the wrong home for the wrong component or include the wrong path (to another home's executables).
    OK, so to summarize a bit:
    - I should just be carefull when running startup script which will launch all services upon startup, i.e. changing the value of ORACLE_HOME before running each product startup script (dbstart => ORACLE_HOME = (..)/10.2.0/db_1, opmnctl => ORACLE_HOME = (..)/apex). I'm still quite worried because ORACLE_HOME is heavily used in opmn.xml but anyways.
    - That's basically it: when each product's services are running, they do not use ORACLE_HOME (and such) anymore, hence no conflict from this point of view.
    Also do not attempt to use IPC connectivity between the mod_plsql Apache module and the database instance. Does not make sense ito performance. Shared server should be considered and localhost TCP connectivity can be used.Well as I don't really know IPC yet, so hopefully I won't get into troubles. Just to be clear about that, i've this in my listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/oracle/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = apex.nwk)(PORT = 1521))
    Does that mean that ICP will be used somehow ?
    Thanks again from your help.
    Edited by: lv on 27 févr. 2012 06:42

  • Oracle database  10.2 installation on mac os 10.5. server

    Hi.,
    Any how I managed to install oracle software and database with two attempt on mac server.
    but it did not create listener.ora and tnsnames.ora file in admin directory.
    I created both files and put it into /network/admin folder and configure it. it looks like:
    tnsname.ora
    RSG =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.133)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = rsg)
    listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /Users/oracle/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = rsg)
    (ORACLE_HOME = /Users/oracle/oracle/product/10.2.0/db_1)
    LISTENER =rsg
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.133)(PORT = 1521))
    but when login through oracle and type lsnrctl status it shows:
    LSNRCTL for MacOS X Server: Version 10.2.0.4.0 - Production on 25-MAY-2009 12:33:37
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    TNS-01150: The address of the specified listener name is incorrect
    NL-00303: syntax error in NV string
    2. when try to start database is shows:-
    oracle:~ oracle$ dbstart
    ORACLE_HOME_LISTNER is not SET, unable to auto-start Oracle Net Listener
    Usage: //Users/oracle/oracle/product/10.2.0/db_1/bin/dbstart ORACLE_HOME
    touch: /Users/admin/oracle/product/10.2.0/db_1/startup.log: Permission denied
    chmod: /Users/admin/oracle/product/10.2.0/db_1/startup.log: Permission denied
    Processing Database instance "rsg": log file /Users/admin/oracle/product/10.2.0/db_1/startup.log
    //Users/oracle/oracle/product/10.2.0/db_1/bin/dbstart: line 361: /Users/admin/oracle/product/10.2.0/db_1/startup.log: Permission denied
    where my ORACLE_Home= /Users/oracle/oracle/product/10.2.0/db_1/bin/
    here what is
    touch: /Users/admin/oracle/product/10.2.0/db_1/startup.log: Permission denied
    I tried to give permission like
    chmod 777 /Users/admin/oracle/product/10.2.0/db_1/
    but doesnot help.??
    where is the problem ??
    chmod: /Users/admin/oracle/product/10.2.0/db_1/startup.log: Permission denied

    Madrid, Now it acts like that:
    1. oracle:~ oracle$ lsnrctl start
    LSNRCTL for MacOS X Server: Version 10.2.0.4.0 - Production on 28-MAY-2009 17:31:32
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    TNS-01106: Listener using listener name LISTENER has already been started
    oracle:~ oracle$
    2. oracle:~ oracle$ dbstart
    ORACLE_HOME_LISTNER is not SET, unable to auto-start Oracle Net Listener
    Usage: //Users/oracle/oracle/product/10.2.0/db_1/bin/dbstart ORACLE_HOME
    Processing Database instance "rsg": log file /Users/oracle/oracle/product/10.2.0/db_1/startup.log
    Processing Database instance "rsg": log file /Users/oracle/oracle/product/10.2.0/db_1/startup.log
    3.
    oracle:~ oracle$ sqlplus hr/hr@rsg
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu May 28 17:33:28 2009
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    Enter user-name: hr
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Mac OS X Error: 2: No such file or directory
    Enter user-name:
    Now ??
    I again stop listener, shut database and restart the same but getting same error.
    --Shyam                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Copying Oracle database on Windows.

    Hi Group,
    I would appreciate your suggestions on the best procedure and alternatives to
    copy an Oracle database 10g r2 (windows 2003 server) from local server to remote server.
    Thanks in advance.

    Here are two Oracle support documents on just this subject:
    Migration of Oracle Database Instances Across OS Platforms 733205.1
    How to Create a Duplicate Database on Windows NT using RMAN #186127.1
    HTH -- Mark D Powell --

  • Multiple Oracle databases in Sun cluster 3.2 (without RAC setup)

    There are 2 Sun SPARC (Sun Fire T2000) servers with Solaris 10 (05/09) OS and Sun Cluster 3.2 software. We need two different Oracle databases & instances (Oracle 10g R2 without RAC) for an application. The first database is for Production and need to be configured in the first node & Shared storage disk and need high availability. This database should run from the second node if the first node fails. The second database is for Quality/Test and it is prefered to be running in the Second node for better load distribution. This DB doesnt require any failover.
    The shared storage is Sun SE 3510 FC and multiple LUNs can be created for different databases..
    Is it possible to configure two different resource groups (one for Quality and other for Production) and make the first node primary for Production RG, and the second node primary for Quality RG and thus distributing the load on 2 servers ? If possible, what special configuration required in Sun OS and Cluster side ?
    Appreciate if you can give some configuration procedures/documents for this multi-master cluster setup..

    You can configure two resource groups, such as:
    # clrg create -n node-a,node-b prod-rg
    # clrg create -n node-b qa-rgand you configure the required resources (disk groups / file systems, logical host, oracle listener, oracle server) as described within
    [http://docs.sun.com/app/docs/doc/819-2980?l=en&a=expand|http://docs.sun.com/app/docs/doc/819-2980?l=en&a=expand]
    Note that this is not really called a "multi-master" configuration - that has a specific meaning for a resource group (see [http://docs.sun.com/app/docs/doc/820-4682/babefcja?l=en&a=view|http://docs.sun.com/app/docs/doc/820-4682/babefcja?l=en&a=view] ) for details.
    With Solaris Cluster all nodes part of a cluster are considered active and can host resource groups. You can have any number of resource groups running, where a subset runs one one node, another subset on other nodes. The nodelist property of the resource group defines where it can run, the first node in the list is the preferred primary.
    You can even define resource group dependencies or affinities between the resource groups. Like you could define a negative affinity between qa-rg and prod-rg, such as if prod-rg needs to failover to node-b (since e.g. node-a died), it would offline qa-rg. Details for that kind of possibilities are described at [http://docs.sun.com/app/docs/doc/820-4682/ch14_resources_admin-35?l=en&a=view|http://docs.sun.com/app/docs/doc/820-4682/ch14_resources_admin-35?l=en&a=view].
    Regards
    Thorsten

  • Test Restore Database Instance from Cold backup

    Hi - I have a customer who is using an Oracle database instance not in archivelog mode
    currently, I have managed to persuade them to backup at least weekly using an RMAN cold backup.
    Prior to my being allowed to do anything else they want to perform a test restore from the cold backup
    I want to find a simple procedure to do this which will enable me to tick the box then hopefully I may be able to persuade them that Hot Backups are the way to go.
    Has anyone got any good suggestions for this please?

    Ah if only things were quite so simple - my hands are tied somewhat there isn't a second machine available at the moment so I was hoping to be able to run a test restore to the same machine !
    No they do not worry about data in this situation - Oracle is used almost as a query engine maybe a very odd solution as the actual data is not really held within this oracle database but the resultant queries are!
    Anyway I think I will just do a virtual restore using the restore database validate command then armtwist a couple of managers!
    One of the areas they had difficulty with is that apparently they had archivelogging on but the rate of writing archivelogs was huge and it was affecting performance. I am not knowledgeable enough to know how to tune that problem!!

Maybe you are looking for

  • Premiere Elements 12 Insufficient disk space

    As soon as I alter the main title in the menu, it says "Insuficient disk-space" when I try to burn it to either a dvd or on harddrive. I've tried it with standard menu-templates, my own templates, 3 ánd 6 menu-chapters per page. Even with less marker

  • Flash 8 with dx10 card and vista

    I have recently purchased a new pc whis has vista os and dx10 video card(nivida 8400 gs) and get an erro message when I start to encode a video using flash8 encoder Is it dx10 card or vista that is causing the problem? or maybe both?

  • Dequeue Condition for Message Payload

    Hi experts , My requirement is that :I have 2 Composites in my Application which are going to listen same Aqueue but I want SubComposite1 to dequeue only message where "LocalName" is "Create" . SubComposite2 to dequeue only message where "LocalName"

  • SCOM 2012 - SQL Connection strings

    Hey SCOM gurus Wonder if you can help? I need to change my SCOM 2012 Management Server 'SQL Connection strings' to use a load balancer dns name of 'sql-listener'. Can anyone suggest how this might be done? (basically we now have a SQL 2014 Cluster in

  • HT4562 How to update for the new version

    How to update for the new version