Oracle Synonym is not available in IDT 4.1

Hello Friends,
I am working on a universe using IDT 4.1. I have created a db connection (based on Oracle 11g -> Oracle Client driver) and have used SSO authentication which is working fine. I see the list of tables and views under a schema but public synonyms are missing. I saw a post which suggested to make a change in the Oracle.sbo file located at C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\oracle on my machine. I verified that I have the access to the public synonym.
I made the following change and restarted the machine but I still don't see the public synonyms. Your help is appreciated!
<Parameter Name="Include Synonyms">True</Parameter>
thanks,
Swapnil

Hi Swapnil,
Can you confirm, from where you are accessing the client tools? Is it from the local machine or from citrix?
Can you try to make the changes to oracle.sbo file under odbc folder?
Regards,
Siva

Similar Messages

  • Oracle (OCI8) driver not available!

    I have installed DAC successfully. So I start my client and am trying to create a new connection.
    I did the following:
    1) Clicked Configure
    2) by default, Create connection is selected, I clicked Next
    3) Entered Name, selected Connection Type as Oracle(OCI8), entered TNS names as ORCL and created new authentication file.
    4) Clicked Test Connection and it shows the error 'Can't connect to the database'. When I click Show details, I get the following:
    MESSAGE:::Oracle (OCI8) driver not available!
    EXCEPTION CLASS::: java.lang.IllegalArgumentException
    com.siebel.etl.gui.login.LoginDataHandler$LoginStructure.testConnection(LoginDataHandler.java:512)
    com.siebel.etl.gui.login.LoginDataHandler.testConnection(LoginDataHandler.java:386)
    com.siebel.etl.gui.login.ConnectionTestDialog$Executor.run(ConnectionTestDialog.java:290)
    ::: CAUSE :::
    MESSAGE:::oracle.jdbc.driver.OracleDriver
    EXCEPTION CLASS::: java.lang.ClassNotFoundException
    java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    java.security.AccessController.doPrivileged(Native Method)
    java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    java.lang.Class.forName0(Native Method)
    java.lang.Class.forName(Class.java:169)
    com.siebel.etl.gui.login.LoginDataHandler$LoginStructure.testConnection(LoginDataHandler.java:510)
    com.siebel.etl.gui.login.LoginDataHandler.testConnection(LoginDataHandler.java:386)
    com.siebel.etl.gui.login.ConnectionTestDialog$Executor.run(ConnectionTestDialog.java:290)
    Can somebody help me resolve this issue?
    Thanks in advance!!!

    Resolved. ojdbc14.jar was missing in \bifoundation\dac\lib.
    Downloaded and copied the file to the location and rebooted my system.

  • Oracle 9i feature not available in Oracle 10g

    The following query does work in Oracle 9.2.0.4 (and 9.2.0.5), but does not work in Oracle 10.1.0.3 (Linux)
    SELECT *
    FROM MEDIA_CONTENT
    WHERE EXISTSNODE
    (MCON_XML,
    '/rdf:RDF/rdf:Description[ora:contains(dc:title,"Whale")>0]',
    'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ora="http://xmlns.oracle.com/xdb"')
    The error message
    ORA-29913: error in executing contains callout
    ORA-15198: operation [contains with non-leaf node] is not yet available
    indicates, that this feature is not yet available in Oracle 10.1.0.3
    Does anybody know, when this feature is available in Oracle 10, too ? Already in 10.1.0.4 ? Or in Oracle 10g Release 2 ?
    Thanks,
    Ulf

    I assume you have Windows on the client. The "Drivers" page of the ODBC_DSA should list all installed drivers. You require:
    name= Oracle ODBC Driver
    version= 8.01.07.00 (or something similar)
    company= Oracle Corporation DO NOT USE the Microsoft one.
    If this does not show, then either it was not included in the Oracle Client installation or you have not rebooted after the Oracle Client installation; the ODBC driver is not visible until rebooted.

  • Oracle 9 feature not available in Oracle 10

    The following query does work in Oracle 9.2.0.4 (and 9.2.0.5), but does not work in Oracle 10.1.0.2 (Linux)
    SELECT *
    FROM MEDIA_CONTENT
    WHERE EXISTSNODE
    (MCON_XML,
    '/rdf:RDF/rdf:Description[ora:contains(dc:title,"Whale")>0]',
    'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ora="http://xmlns.oracle.com/xdb"')
    The error message
    ORA-29913: error in executing contains callout
    ORA-15198: operation [contains with non-leaf node] is not yet available
    indicates, that this feature is not yet available in Oracle 10.1.0.2
    Does anybody know, when this feature is available in Oracle 10, too ? Already in 10.1.0.3 ?
    Thanks,
    Ulf

    I assume you have Windows on the client. The "Drivers" page of the ODBC_DSA should list all installed drivers. You require:
    name= Oracle ODBC Driver
    version= 8.01.07.00 (or something similar)
    company= Oracle Corporation DO NOT USE the Microsoft one.
    If this does not show, then either it was not included in the Oracle Client installation or you have not rebooted after the Oracle Client installation; the ODBC driver is not visible until rebooted.

  • Oracle is still not available

    Hi
    This is help request #2 (#1 was Oracle not available???)
    Maybe it's on me and i'm to stupid to make it work, but it has
    to work.
    First thanx to the contributions to #1
    OK, i still need an access to our oracle805 DB via network. My
    listener is running and "lsnrctl status"
    tells me that my oracle instance has 1 service handler. so i
    guess it is working fine. My instance is running, 'cause i can
    login via sqlplus <login>/<password>. BUT it dosen't work in a
    loopback like sqlplus <login>/<password>@<SID>
    By doing this i get an "ORACLE is not available" error - and
    this doesn't make any sense to me. The environment (ORACLE_SID
    and ORACLE_HOME) is set correctly.
    I don't know what i should do now and i really hope there is
    somebody who can help me.
    This is my listener.ora file
    LISTENER=(ADDRESS_LIST=
    (ADDRESS = (PROTOCOL = TCP)(Host = <IP>)(Port = 1521))
    (ADDRESS = (PROTOCOL = TCP)(Host = 127.0.0.1)(Port = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = oracle.world))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>))
    (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>.world)))
    SID_LIST_LISTENER=(SID_LIST =
    (SID_DESC =(GLOBAL_DBNAME =<SID>.world)
    (SID_NAME = <SID>)
    (ORACLE_HOME = <$ORACLE_HOME>))
    (SID_DESC = (SID_NAME = extproc)
    (PROGRAM = extproc)))
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    This is my tnsnamens.ora
    <SID>.world =(DESCRIPTION =(ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>))
    (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = <IP>)
    (Port = 1521)))
    (CONNECT_DATA = (SID = <SID>)))
    Thanx in advance
    Armin
    null

    Armin Penneckendorf (guest) wrote:
    : Hi
    : This is help request #2 (#1 was Oracle not available???)
    : Maybe it's on me and i'm to stupid to make it work, but it has
    : to work.
    : First thanx to the contributions to #1
    : OK, i still need an access to our oracle805 DB via network. My
    : listener is running and "lsnrctl status"
    : tells me that my oracle instance has 1 service handler. so i
    : guess it is working fine. My instance is running, 'cause i can
    : login via sqlplus <login>/<password>. BUT it dosen't work in a
    : loopback like sqlplus <login>/<password>@<SID>
    : By doing this i get an "ORACLE is not available" error - and
    : this doesn't make any sense to me. The environment (ORACLE_SID
    : and ORACLE_HOME) is set correctly.
    : I don't know what i should do now and i really hope there is
    : somebody who can help me.
    : This is my listener.ora file
    : LISTENER=(ADDRESS_LIST=
    : (ADDRESS = (PROTOCOL = TCP)(Host = <IP>)(Port = 1521))
    : (ADDRESS = (PROTOCOL = TCP)(Host = 127.0.0.1)(Port = 1521))
    : (ADDRESS = (PROTOCOL = IPC)(KEY = oracle.world))
    : (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    : (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>))
    : (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>.world)))
    : SID_LIST_LISTENER=(SID_LIST =
    : (SID_DESC =(GLOBAL_DBNAME =<SID>.world)
    : (SID_NAME = <SID>)
    : (ORACLE_HOME = <$ORACLE_HOME>))
    : (SID_DESC = (SID_NAME = extproc)
    : (PROGRAM = extproc)))
    : STARTUP_WAIT_TIME_LISTENER = 0
    : CONNECT_TIMEOUT_LISTENER = 10
    : TRACE_LEVEL_LISTENER = OFF
    : This is my tnsnamens.ora
    : <SID>.world =(DESCRIPTION =(ADDRESS_LIST
    =
    : (ADDRESS = (PROTOCOL = IPC)(KEY = <SID>))
    : (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = <IP>)
    : (Port = 1521)))
    : (CONNECT_DATA = (SID = <SID>)))
    : Thanx in advance
    : Armin
    I had the same problem once, my ORACLE_BASE directory
    (/apps/oracle) had wrong permissions (I'can't remember te
    correct ones, i believe i set it to 777)
    null

  • Oracle Integration Repository not available

    Hello,
    there is a problem with Oracle Integration Repository which was available
    at http://irep.oracle.com. The Welcome page is available but I cannot open the repository.
    Is there a new address for this repository or it is not available anymore ?
    Kind regards,
    Marcin

    there is a problem with Oracle Integration Repository which was available
    at http://irep.oracle.com. The Welcome page is available but I cannot open the repository.
    Is there a new address for this repository or it is not available anymore ?It should be available but looks like there is an issue with the site. Just wait for some time and it should be fixed.
    There is no alternative site for iREP.
    If you are on R12, you can use "Oracle Integration Repository" which is available as a responsibility.
    Thanks,
    Hussein

  • Oracle 817 client not available in ODBC Data Source Administrator pick list...

    I have installed Oracle 817 client on a PC.
    I can see the server, I can see the instance.
    I can log into the instance using SQLPlus with no problem.
    The product I'm using requires an ODBC connection configured in the ODBC Data Source Administrator.
    When I try to configure it in the DSA, Oracle 8 is not in the list.
    HELP!

    I assume you have Windows on the client. The "Drivers" page of the ODBC_DSA should list all installed drivers. You require:
    name= Oracle ODBC Driver
    version= 8.01.07.00 (or something similar)
    company= Oracle Corporation DO NOT USE the Microsoft one.
    If this does not show, then either it was not included in the Oracle Client installation or you have not rebooted after the Oracle Client installation; the ODBC driver is not visible until rebooted.

  • Oracle Merant driver not available

    Hi friends,
    For Creating ODBC Database Connections for DAC Client, i need to create ODBC connection and for it i tried to give ODBC connection for oracle database and they adviced the below points in the docs like
    To create ODBC connections for Oracle databases
    1. On the Windows machine that will host the DAC Client, navigate to the ODBC
    Data Source Administrator.
    Use the System DSN tab of the ODBC Data Source Administrator to create an
    ODBC connection to the Oracle Business Analytics Warehouse database using the
    Oracle Merant ODBC driver that is supplied with Oracle BI Applications.
    For example, you might create a database connection called Connect_to_OLAP.
    2. Click the System DSN tab.
    3. Click Add.
    4. In the list of drivers, select the Oracle Merant ODBC driver that is installed with
    DAC, for example, Oracle Merant ODBC Driver in DAC 10g_Oracle - OH1.
    But i couldnt find Oracle Merant ODBC Driver in DAC 10g_Oracle - OH1 driver in my System DSN, hence i have installed DAC softwares successfully. Then how it is possible to establish a ODBC Connection to DAC like mentioned in docs.
    The drivers that i found are below like
    Oracle BI Server 11g_OH161304452
    Oracle in OraClient11g_home1
    Informatica Data Services ODBC Driver
    MERANT OEM 5.3 32-BIT Btrieve
    Whether it is possible to establish a ODBC connections using the above drivers or i need to install Merant ODBC driver inorder to establish ODBC Connection.
    Kindly advice me.
    Regards,
    Saro

    Hi Svee,
    Thanks for the reply again, yes i can find "odbcad32.exe"
    C:\WINDOWS\system32 and SysWOW64.
    Soon after clicking that, the ODBC Data Source Administrator open(in which it generally opens (via) Administrative tools>>Data Sources(ODBC))
    But in that svee, i can find so many Merant drivers under System DSN tab along with the below drivers
    Oracle BI Server 11g_OH161304452
    Oracle in OraClient11g_home1
    Informatica Data Services ODBC Driver
    SQL ServerThese are the MERANT Drivers that are available
    MERANT OEM 5.3 32BIT(xml, txtfile, Sysbase wire protocol, SQL Sever protocol, Oracle wire protocol etc)
    Whether i need to choose any one of those merant drivers. I choosed and tried with Oracle wire protocol but it is returning error like Registry not found.
    So, like you said
    Since you got Oracle 32 bit client this should work.
    I tried with the Oracle client driver "Oracle in OraClient11g_home1" and tried to configure with the user but it resulted in error like ORA-12170 TNS: Connect timeout Occurred. Since my tnsping odbidb1 is pinging.
    What might be the problem Svee.
    And also i created too many users in my database with the following table spaces like
    Users----->Table spaces
    DAC---->OBIEE_TOOLS
    INFO--->OBIEE_DATA
    BIAPPS-->EBSAPPS
    BIAPPS--->BIAPPS
    In the above i used the user INFO while installing informatica server.
    So, whether i need to use the same user INFO while configuring with DAC, in the sense while connecting ODBC connectivity for the DAC(for username/Password) whether i need to use the same user INFO or else i need to use the other user that i created.
    Thanks.
    REgards,
    Saro

  • Oracle XA library not available  - Oracle 10g Release 2.0.1

    Hi,
    We have downloaded Oracle 10g Release 2.0.1 enterprise edition from oracle site and installed on Red hat Linux 4.0. After installation we found Oracle XA library is missing. Ideally it should be in folder $Oracle_Home/rdbms/xa/.
    The entire XA folder is missing in rdbms folder. Since the XA library is missing, we are not able to complie some C++ code which uses XA interface to connect to Oracle DB. Any help on this will be highly appreciated.
    Is this possible that XA library only comes with the license version??
    Regards,
    Sanjiv

    There is no such thing in Oracle as a "licensed version." When you download you download the entire product.
    But if you don't have a license then you really should contact your Oracle sales rep immediately. First for reasons of ethics but second to get a support contract which it looks like you are going to need to get patches for 10.2.0.4.
    My vanilla installation contains it so you might want to try first checking the installation log file for any reference to it.

  • Oracle Exam result not available on Oracle CertView account

    Hello,
    I have given my Oracle PL/SQL Developer Certified Associate exam (1z0-147) today i.e. 9th March, 2013. But I have not received my exam result till now and no mail also from Oracle and in my oracle certview account also result for that exam is not present. I have given exam from a authorized PearsonVUE centre. And in my PearsonVUE account my exam status is showing as "Taken".
    Is this because of some server problem or something else. Please help with the same.

    .... I always thing there has to be a higher risk of a delay at the weekends. The information has to get from the Test Center to Pearson VUE Central Systems through to Oracle Certifcation systems. With inevitable reduced staffing at weekends, timezone differences, weekend maintenances there surely has to be a higher risk of a delay at weekends. My opinion only. Hopefully it all sorts itself out by end of play monday PDT.

  • Oracle Repository is not available

    Hi,
    When the button Explore the integration repository is invoked from the following link http://irep.oracle.com/index.html
    it redirects to error page.
    Please let me know is there any alternate URL or any issue with from Oracle.
    Regards.

    Hi;
    Are you able to explore more once the button is clicked.Its not avaliable, i belive oracle will arrange this issue asap, if your issue is urgent i suggest log a sr or call your local oracle office for what is exact problem
    Regard
    Helios

  • Provider for OLD DB Not available

    Hi Experts,
        I have installed IDM 7.1 with Oracle 10.2 as DB. I have installed the identity center, runtime components and all necessary libraries and drivers. Now, While creating a new identity center configuration in Management console, for the first connection string I selected the "Oracle Provider for OLE DB" in datalink properties wizard, as mentioned in the installation document. But, i get the following error message on clicking 'Next'.
      " Provider is no longer available. Ensure that the provider is installed properly ".
    Please help me if you know where to check the provider?
    Note: The installation is on 64 bit windows server 2003 OS.
    Regards,
    Vijay.K

    Hi Sahad,
        I guess you have misunderstood with the problem and solution.
    Problem:
    In a 64-bit Windows server machine, Oracle (64-bit) server and Identity center(management console and Runtime components) are installed, but during creation of connection string, "Oracle provider is not available" message is received
    Solution:
    Install a 32-bit oracle client in that machine because identity center requires only a 32-bit oracle client with OLEDB provider (irrespective of whether the machine is 32-bit or 64-bit).
    If your problem is something different, create a new thread. If not, you don't have to look for 64-bit oracle client. 32-bit oracle client can be downloaded from http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html
    Yes, you will require some logon, for which simple self-registration is sufficient.
    Regards,
    Vijay.K

  • ORA-29547: Java system class not available: oracle/aurora/rdbms/Compiler

    Hi experts,
    I get the above error when I run the following code using sqlplus:
    create or replace and compile java source named "DirList"
      2      as
      3      import java.io.*;
      4      import java.sql.*;
      5
      6      public class DirList
      7      {
      8      public static void getList(String directory)
      9                        throws SQLException
    10      {
    11         String element;
    12
    13
    14         File path = new File(directory);
    15         File[] FileList = path.listFiles();
    16         String TheFile;
    17         Date ModiDate;
    18         #sql { DELETE FROM DIR_LIST};
    19
    20         for(int i = 0; i < FileList.length; i++)
    21         {
    22             TheFile = FileList[ i ].getAbsolutePath();
    23             ModiDate = new Date(FileList[ i ].lastModified());
    24
    25             #sql { INSERT INTO DIR_LIST (FILENAME,LASTMODIFIED)
    26                    VALUES (:TheFile,:ModiDate) };
    27         }
    28     }
    29    }
    30  /
    create or replace and compile java source named "DirList"
    ERROR at line 1:
    ORA-29547: Java system class not available: oracle/aurora/rdbms/CompilerAny body can tell me what to do to run external commands like os commands using pl/sql in details with example.
    I will appreciate any sooner response.
    Thanks

    What is the output of this query?
    SQL> select owner, object_name, object_type from dba_objects where object_name = 'oracle/aurora/rdbms/Compiler' ;
    OWNER                          OBJECT_NAME                     OBJECT_TYPE
    SYS                            oracle/aurora/rdbms/Compiler    JAVA CLASS
    PUBLIC                         oracle/aurora/rdbms/Compiler    SYNONYM
    2 rows selected.
    SQL> disconnect
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.3.0 - Production
    SQL>

  • Oracle not Available, Shared Memory realm doesn't exist

    Hi,
    I have problem during XE installation on Windows 2003 R2 SP 2 Enterprise edition. I have uninstall the oracle xe and the result still the same. Finally I uninstall the windows and start all over again, surprisingly the result still the same. FYI, we normally has no issue during installation because this is part of our system we sell to our customer which require oracle xe. This is the first time we have seen this issue.
    ORA-01034 : Oracle Not available
    ORA-27101 : Shared memory realm doesn't exist.
    Oracle XE and listener services is started in the windows services.
    if we try to do startup the following message occured.
    SQL> connect /as sysdba
    Connected to an idle instance.
    SQL> startup
    ORA-44412: XE edition memory parameter invalid or not specified
    SQL>
    I can send you the oracle_xe log, init ora, and OpsBuildAll.log to create the database.
    When we compare with the working installation, we saw that the size of oraclexe folder is less, it's just 233MB while the working one is over 1GB. After investigation, found out that the .dbf files is not avaiable in the oradata folder, i have tried to copy those files from the working one but the problem stay the same, probably there are a lot of files more missing.
    Appreciate your help on this.
    Thanks,
    Agus

    Hi,
    Please find the log below
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora";
    ORA-44412: XE edition memory parameter invalid or not specified
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\rmanRestoreDatafiles.sql;
    SQL> set echo off;
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    declare
    ERROR at line 1:
    ORA-01034: ORACLE not available
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Connected to an idle instance.
    SQL> spool C:\oraclexe\app\oracle\product\10.2.0\server\config\log\cloneDBCreation.log
    I have css log as well if you are interesting to see.
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Tue Mar 20 14:13:29 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5308M/6133M, Ph+PgF:7152M/8000M, VA:1933M/2047M
    Tue Mar 20 14:13:29 2012
    Starting ORACLE instance (normal)
    Tue Mar 20 14:13:30 2012
    Starting ORACLE instance (normal)
    Tue Mar 20 14:13:31 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Tue Mar 20 19:43:31 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5351M/6133M, Ph+PgF:7150M/8000M, VA:1932M/2047M
    Tue Mar 20 19:43:31 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Tue Mar 20 19:55:39 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5254M/6133M, Ph+PgF:7052M/8000M, VA:1932M/2047M
    Tue Mar 20 19:55:39 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 05:23:41 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5259M/6133M, Ph+PgF:6894M/8000M, VA:1932M/2047M
    Wed Mar 21 05:23:41 2012
    Starting ORACLE instance (normal)
    Wed Mar 21 05:29:12 2012
    Starting ORACLE instance (normal)
    Wed Mar 21 05:31:42 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 05:50:45 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5143M/6133M, Ph+PgF:6768M/8000M, VA:1932M/2047M
    Wed Mar 21 05:50:45 2012
    Starting ORACLE instance (normal)
    Wed Mar 21 06:02:38 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 06:04:03 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5205M/6133M, Ph+PgF:6866M/8000M, VA:1944M/2047M
    Wed Mar 21 06:04:03 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 06:06:00 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5195M/6133M, Ph+PgF:6837M/8000M, VA:1944M/2047M
    Wed Mar 21 06:06:00 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 06:06:11 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5195M/6133M, Ph+PgF:6836M/8000M, VA:1944M/2047M
    Wed Mar 21 06:06:11 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 06:06:40 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5191M/6133M, Ph+PgF:6832M/8000M, VA:1944M/2047M
    Wed Mar 21 06:06:40 2012
    Starting ORACLE instance (normal)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Mar 21 06:07:18 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:5191M/6133M, Ph+PgF:6831M/8000M, VA:1932M/2047M
    Wed Mar 21 06:07:18 2012
    Starting ORACLE instance (normal)
    Wed Mar 21 06:07:38 2012
    Shutting down instance (abort)
    Wed Mar 21 06:07:51 2012
    Starting ORACLE instance (normal)
    Wed Mar 21 06:13:31 2012
    Starting ORACLE instance (normal)
    I have finished installing the XE on windows but result is the same, dbf file is not created on oradata folder.
    Thanks,
    Agus

  • ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exi

    Hi all,
    suddenly our oracle 10g database stopped working. When we tried export the database following was the output
    C:\Documents and Settings\Administrator>EXP PMIS/PMIS FILE=C:\PMIS.DMP
    Export: Release 10.2.0.1.0 - Production on Wed Mar 25 16:15:08 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    EXP-00056: ORACLE error 1034 encountered
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    EXP-00005: all allowable logon attempts failed
    EXP-00000: Export terminated unsuccessfullyalert log file had the output as
    Wed Mar 25 16:02:12 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:>sessions = 49
    >__shared_pool_size = 71303168
    >__large_pool_size = 8388608
    >__java_pool_size = 4194304
    >__streams_pool_size = 0
    >spfile = C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    >sga_target = 146800640
    >control_files = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    >__db_cache_size = 58720256
    >compatible = 10.2.0.1.0
    >db_recovery_file_dest = C:\oraclexe\app\oracle\flash_recovery_area
    >db_recovery_file_dest_size= 10737418240
    >undo_management = AUTO
    >undo_tablespace = UNDO
    >remote_login_passwordfile= EXCLUSIVE
    >dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    >shared_servers = 4
    >job_queue_processes = 4
    >audit_file_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    >background_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    >user_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    >core_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    >db_name = XE
    >open_cursors = 300
    >os_authent_prefix =
    >pga_aggregate_target = 41943040
    PMON started with pid=2, OS id=1632
    PSP0 started with pid=3, OS id=1312
    MMAN started with pid=4, OS id=200
    DBW0 started with pid=5, OS id=1864
    LGWR started with pid=6, OS id=188
    CKPT started with pid=7, OS id=1328
    SMON started with pid=8, OS id=1848
    RECO started with pid=9, OS id=1760
    CJQ0 started with pid=10, OS id=1920
    MMON started with pid=11, OS id=768
    MMNL started with pid=12, OS id=948
    Wed Mar 25 16:02:13 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Wed Mar 25 16:02:13 2009
    alter database mount exclusive
    Wed Mar 25 16:02:17 2009
    Setting recovery target incarnation to 2
    Wed Mar 25 16:02:17 2009
    Successful mount of redo thread 1, with mount id 2563569989
    Wed Mar 25 16:02:17 2009
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Wed Mar 25 16:02:17 2009
    alter database open
    Wed Mar 25 16:02:18 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_188.trc:
    ORA-00600: internal error code, arguments: [3700], [1], [15], [2], [2], [], [], []
    Wed Mar 25 16:02:18 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_188.trc:
    ORA-00600: internal error code, arguments: [3700], [1], [15], [2], [2], [], [], []
    Wed Mar 25 16:02:18 2009
    LGWR: terminating instance due to error 470
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_dbw0_1864.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_ckpt_1328.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_psp0_1312.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_mman_200.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_pmon_1632.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_reco_1760.trc:
    ORA-00470: LGWR process terminated with error
    Wed Mar 25 16:02:19 2009
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_smon_1848.trc:
    ORA-00470: LGWR process terminated with error
    Instance terminated by LGWR, pid = 188Again when we tried by connecting sqlplus following was output
    SQL> connect sys/manager as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 146800640 bytes
    Fixed Size 1286220 bytes
    Variable Size 83890100 bytes
    Database Buffers 58720256 bytes
    Redo Buffers 2904064 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channelWe actually need database dump for user PMIS, any help would be highly appreciated

    Hi Wim
    You should say that "It may be Control File problem", but you shouldn't say that "it's due to Control File" problem
    Please refer to Errors Documentation for more information on ORA-00600
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14219/e0.htm#sthref371
    ORA-00600: internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string]
    Cause: This is the generic internal error number for Oracle program exceptions. This indicates that a process has encountered an exceptional condition.
    Action: Report as a bug - the first argument is the internal error number
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

Maybe you are looking for