OWB11g ORA-00955 in Repository Assistant

I´m just starting an installation of OWB11g and running the Repository Assistant in order to create workspaces, users, etc. in the default OWBSYS schema;
I get a disgusting ;-) error at the end: "java.sql.SQLException: ORA-00955: name is already used by an existing object"
!!Please, any idea about it will be wellcome!!.
May the OWBSYS schema be corrupted? In that case, Is there any way to create another OWBSYS schema or clean it?
The dafault Warehouse Builder schema (OWBSYS) has already been unlocked:
SQL> ALTER USER OWBSYS ACCOUNT UNLOCK;
SQL> ALTER USER OWBSYS IDENTIFIED BY <pass>;
Document reference: http://download.oracle.com/docs/cd/B28359_01/owb.111/b31280/install_rep02.htm
Thanks in advance,
Javier Sánchez Ramírez
Genasys II Spain, S.A.
www.genasys.com
----------------------------------------------

Hi,
I too am experiencing this error when trying to configure a repository. I enter all the SYS details and for the OWB a/c. There was mention of invalid characters in the password , we use '-' , would this cause a problem.
Also, I am using an Oracle XE database for the repository, is there any limitation on this? Or do I need a full 10g instance?
Many thanks
Gary Revell.

Similar Messages

  • OWB Repository Assistant - ORA-12514 ?

    I installed Oracle 11 on my desktop as my playground.
    So far SQL Plus works fine
    SQL Developer works fine
    Was going through the first installation and configuration of OWB as per the guide here
    http://docs.oracle.com/cd/E11882_01/owb.112/e10581/intro.htm
    And I am now on the "Repository Assistant" section
    http://docs.oracle.com/cd/E11882_01/owb.112/e17130/setup_windows.htm#BACCHBHD
    I make it to step 5 (enter in DBA password and ID) and hit the following error
    INS0009: Unable to connect to the database with user SYS.
    Java.sql.SQLException: Listernere refused the connection with the following error:
    ORA 12514, TNS: listener does not currently know of service requested in connect descriptorI know my SYS DBA user id and password are correct as I am sitting in SQLPLUS right now with the credentials.
    I also know my connection is fine, as I input the same host name, port # and oracle service name as I entered into SQL developer, which is also running currently
    What am i missing?
    Thanks

    Have you tried with this?
    http://docs.oracle.com/cd/B28359_01/owb.111/b31280/diagnose_06.htm#i1013016
    Mina

  • OWB (10.2.0.1) repository assistant - repository owner creating problem

    Oracle9i Release 2 (9.2.0.1)
    Oracle Warehouse Builder 10g Release 2 (10.2.0.1)
    Microsoft Windows XP
    Hi,
    during creating the repository owner in repository assistant in about 96% I had an ORA-22905 exception. I read somewhere that I need to patch 9i. I used
    Oracle PatchSet 9.2.0.6
    Now "Creating repository owner" step has stopped after i had set owner user and password. CPU is working on 100% and memory used by process is growing. There is no exceptions and Repository Assistant hangs.
    .BorderLayout,title=Repository Assistant - Etap 5 z 8: Repository Owner Information,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20060712@11:14:04.004: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [ValidationEngine] ... I am in checkOnSysDbmsLock ...
    main.AWT-EventQueue-0[6]20060712@11:14:04.004: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = select distinct s.username, s.sid,s.serial# from dba_kgllock l, v$session s, x$kgllk x where l.kgllktype = 'Pin' and s.saddr = l.kgllkuse and s.saddr = x.kgllkuse and x.kglnaobj like '%DBMS_LOCK%' and s.STATUS <>'INACTIVE'
    main.AWT-EventQueue-0[6]20060712@11:14:04.004: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    (End of log file)

    I've had the same problem:
    On windows XP pro, 32 bit
    - Installed 9.2.0.1 Server
    - Installed 9.2.0.6 Patch
    - Installed Oracle Worflow + and created workflow user
    - Installed OWB_10.2.0.1.win.zip
    All seemed to be fine until attempting to create the OWB repository owner.
    The first problem is the same as mentioned above. The issue relates to the view dba_kgllock which was forced created against objects that do not exist. To solve this I used TOAD to find the script used to create the view, deleted the view and created an empty table with the same columns.
    This is a complete HACK but allowed OWB Repository Assistant. All then continued and was looking good until about 60% complete and then the system fails with a socket read fail within java.
    Thats it, I've stopped dead now, going to continue installation attempts in the morning

  • Repository Assistant fails: Unable to create repository

    Hi,
    I have a 10.2.0.4 database, OWB is installed in a separate Oracle Home (10.2.0.4). Both on the same server (RHEL).
    When trying to create the Repository using the Repository Assistant I receive the following error after ~5% of the installation:
    ORA-06575: Package or function SECURITY_PV_UTILITIES is in an invalid state. This happens during run of the secCreate.sql script. The installation aborts.
    I have seen other threads with the same problem but without any solution. (I cannot migrate to 11g)
    The installation is for a Runtime Repository.
    During the I selected
    - Advanced Setup
    - Creating the repository for a new user as repository owner
    One thing to mention is that during the setup the system does'nt find a 'compatible' Oracle Home. I entered the Oracle Home of the OWB installation which wasn't accepted. Therefore, I pressed the 'Skip'-option. I am not sure whether this is correct.
    Any suggestions?
    Thanks in advance.
    Reiner Kühl

    This is generally caused when something the package relies on is missing in the database.
    1. Drop cascade the following schemas :
    Repository Owner
    OWBRT_SYS user.
    2. Drop the following roles :
    OWBR_<repository owner>
    OWB_A_<repository owner>
    OWB_D_<repository owner>
    OWB_O_<repository owner>
    OWB_<repository owner>
    3. Restart the OWB Repository Assistant:
    a) Create a new Repository
    b) Create a new OWB Target Schema in your existing schema (or create a new target user)
    4. Connect in SQLPLUS as the repository owner and use the OWB_HOME/owb/rtp/sql/service_doctor.sql script to check the status of the Control Center Service.
    You can use "NOTE.340196.1 Data Collection Script for Oracle Warehouse Builder" to check the status of the OWB 10.2 environment. It will list invalid objects by schema and type. This script also has a use in your normal backup and recovery plans. It outputs the details of your locations. With that data and your MDL file, you can recreate a repository very quickly. The note is available on Metalink. There is also a note available for OWB 11.1, Note:454044.1

  • Repository Assistant, how to create?

    I have installed Oracle db 10g and OWB 10g on Win XP.
    I am rather new to Oracle and to OWB10. So I'd like to know how to login
    in Repository Assistant:
    Repository User name:----
    Repository password:----
    sysdba:SYS
    password:----
    Hostname: localhost
    Port number: 1521
    Oracle Service Name: ???
    Net Service Name: ???
    Do I have to copy the Tnsnames.ora from the db to the OWB directory?
    What, if the repository user and or owner already exists?
    When I pass the Login dialog, I recieve the following error:
    (in german: Die Installation des Warehouse Repository Eigentümers wurde bei Benutzer REPEIGNER nicht erfolgreich ausgefuehrt)
    This means:
    Installation of the Repository-Owner REPEIGNER was not successful.
    Java, Exception - grantpriv.sql

    This is a part of the log file, created during my login tryings.
    (under ...\owb10\owb\UnifiedRepos\log_060914_185743.000.log)
    But I doesn't give me no further insights.
    main.main[5]20060914@18:57:43.043: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Log File Directory = D:\oracle\Owb10\owb\UnifiedRepos\log_060914_185743.000.log
    main.main[5]20060914@18:57:43.043: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): OWBCC_HOME(OracleHome) = D:\oracle\Owb10
    main.main[5]20060914@18:57:45.045: 00> oracle.wh.ui.jcommon.WhPushButton@5b0668: WhPushButton constructor : rtsString = Kennwort für 'OWBRT_SYS' zurücksetzen (optional)
    main.main[5]20060914@18:57:45.045: 00> oracle.wh.ui.install.assistant.wizards.NewMLSPanel.initLangs(NewMLSPanel.java:339): ... I'm in initLangs()...
    main.main[5]20060914@18:57:46.046: 00> oracle.wh.ui.jcommon.WhPushButton@5b0668: WhPushButton constructor : rtsString = Kennwort für 'OWBRT_SYS' zurücksetzen (optional)
    main.main[5]20060914@18:57:48.048: 00> oracle.wh.ui.common.UIUtils@1283052: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,0,0,0x0,invalid,hidden,layout=java.awt.BorderLayout,title=,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,0,0,0x0,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.main[5]20060914@18:57:48.048: 00> oracle.wh.ui.common.UIUtils@1283052: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizardWelcomePanel[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    main.AWT-EventQueue-0[6]20060914@18:58:00.000: 00> oracle.wh.ui.common.UIUtils@1283052: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,223,698x577,invalid,layout=java.awt.BorderLayout,title=Repository-Assistent - Willkommen,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20060914@18:58:00.000: 00> oracle.wh.ui.common.UIUtils@1283052: Setting cursor called on oracle.wh.ui.install.assistant.wizards.InstallTypePanel[,16,0,530x467,layout=java.awt.GridBagLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    main.AWT-EventQueue-0[6]20060914@18:58:06.006: 00> oracle.wh.ui.common.UIUtils@1283052: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,223,698x577,invalid,layout=java.awt.BorderLayout,title=Repository-Assistent - Schritt 1 von 3: Installationsart,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20060914@18:58:06.006: 00> oracle.wh.ui.install.assistant.wizards.InstallTypePanel.onExit(InstallTypePanel.java:184): [InstallTypePanel].. I am in InstallTypePage ..
    main.AWT-EventQueue-0[6]20060914@18:58:06.006: 00> oracle.wh.ui.common.UIUtils@1283052: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,223,698x577,invalid,layout=java.awt.BorderLayout,title=Repository-Assistent - Schritt 1 von 3: Installationsart,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20060914@18:58:06.006: 00> oracle.wh.ui.common.UIUtils@1283052: Setting cursor called on oracle.wh.ui.install.assistant.wizards.SimplifiedRegisterUserPanel[,16,0,530x467,invalid,layout=java.awt.GridBagLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.ui.common.UIUtils@1283052: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,223,698x577,invalid,layout=java.awt.BorderLayout,title=Repository-Assistent - Schritt 2 von 3: Repository-Benutzer und Anmeldeinformationen,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.ui.install.assistant.wizards.SimplifiedRegisterUserPanel.onExit(SimplifiedRegisterUserPanel.java:429): [SimplifiedRegisterUserPanel] ... I am in SimplifiedRegisterUserPanel ...
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateNewUsrPwdFields().ValidationEngine.java] ... I am in validateNewUsrPwdFields ...
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateServerInfo] ...I am in validateServerInfo ...
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): Connection: host/port/serice_name = LOCALHOST/1521/PUPPE
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): url = (DESCRIPTION=(ADDRESS=(HOST=LOCALHOST)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PUPPE)))
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Host = LOCALHOST, Port = 1521, Oracle Service Name = PUPPE
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateServerInfo] ... complete ...
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateSysUser] ...I am in validateSysUser ...
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): sys User Name : SYS
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Trying DBA connection ...
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20060914@18:58:28.028: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]: Trying to connect as SYSUSER SYS with jdbc:oracle:thin:@...
    main.AWT-EventQueue-0[6]20060914@18:58:30.030: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Switched from jdbc:oracle:thin:@ to jdbc:oracle:oci8:@
    main.AWT-EventQueue-0[6]20060914@18:58:31.031: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]: Throwable >> run getConnection().
    main.AWT-EventQueue-0[6]20060914@18:58:31.031: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]....
    main.AWT-EventQueue-0[6]20060914@18:58:31.031: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Trying to connect as USER SYS with jdbc:oracle:thin:@...
    main.AWT-EventQueue-0[6]20060914@18:58:32.032: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Switched from jdbc:oracle:thin:@ to jdbc:oracle:oci8:@
    main.AWT-EventQueue-0[6]20060914@18:58:33.033: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Throwable = java.sql.SQLException: E/A-Exception: The Network Adapter could not establish the connection
    main.AWT-EventQueue-0[6]20060914@18:58:33.033: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): report = INS0009: Anmeldung bei Datenbank mit Benutzer SYS nicht möglich.
    main.AWT-EventQueue-0[6]20060914@18:58:33.033: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003)+>java.sql.SQLException: E/A-Exception: The Network Adapter could not establish the connection
    main.AWT-EventQueue-0[6]20060914@18:58:33.033: 00> oracle.wh.ui.jcommon.WhButton@1a6518: WhButton setLabel rtsString = OK
    main.AWT-EventQueue-0[6]20060914@18:58:49.049: 00> oracle.wh.ui.common.UIUtils@1283052: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,223,698x577,invalid,layout=java.awt.BorderLayout,title=Repository-Assistent - Schritt 2 von 3: Repository-Benutzer und Anmeldeinformationen,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20060914@19:00:37.037: 00> oracle.wh.ui.common.UIUtils@1283052: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,223,698x577,invalid,layout=java.awt.BorderLayout,title=Repository-Assistent - Schritt 2 von 3: Repository-Benutzer und Anmeldeinformationen,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20060914@19:00:37.037: 00> oracle.wh.ui.install.assistant.wizards.SimplifiedRegisterUserPanel.onExit(SimplifiedRegisterUserPanel.java:429): [SimplifiedRegisterUserPanel]

  • OWB R2 Repository Assistant Connection Information Always Fail

    Repository Assistant Step 1 of 8 for Release 10R2 with Backend database 11G
    Options Used to Create Repository:
    1. Database is up and able to connect to database using ID/PW@alias with no problem
    2. Launch Repository Assistant and selected Step (Advance Setup and/or Basic Install
    3. Repository User Name: rep_admin, Repository User Password: rep_admin
    SYSDBA Username: sys
    SYSDBA Password: <somepw>
    Host Name: somehostname
    Port Number: 1521
    Oracle Service Name: Some.Domain.com
    Checked SQL*Net Connection: Some.Domain.com
    I get Connection Error (INS0009: unable to connect to the database user SYS java.sql ORA-01017

    Hi,
    Thanks for your replies. I have access to the database thru SQL Plus, SQL Developer and are all working fine (like the ping and TNSPING).
    But still, I am not able to access the Database thru OWB Assistant/ Design Center.
    My environment is:
    Database: Oracle 11G on linux
    Client: Oracle Client (11G) on Windows XP
    OWB: OWB 10g R2 on Windows XP.
    Thank you,
    Shekhar

  • Installing a repository using the repository assistant -- Error

    Hello,
    I get an error when i try to install repository using the repository assistant. here is an image of what error I get:
    http://myrmidonprocess.com/imageupload/images/error46249ed812cbc.png
    This was in the log:
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Trying to connect as USER SYS with jdbc:oracle:thin:@...
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Switched from jdbc:oracle:thin:@ to jdbc:oracle:oci8:@
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Throwable = java.sql.SQLException: Listener refused the connection with the following error:
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391)+>ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391)+>The Connection descriptor used by the client was:
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391)+>(DESCRIPTION=(ADDRESS=(HOST=LOCALHOST)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORACLESERVICEWHBUILDE)))
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.display(RuntimeInstaller.java:816): parseSqlFile() ======= enter file: ../../reposasst/grantpriv.sql
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): fileName is ../../reposasst/grantpriv.sql
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529): java.lang.NullPointerException
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:520)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1136)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:573)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:541)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.ewt.timer.Timer.doRun(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.ewt.timer.Timer.run(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at java.lang.Thread.run(Thread.java:534)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140): java.lang.NullPointerException
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:520)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1136)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:573)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:541)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.ewt.timer.Timer.doRun(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.ewt.timer.Timer.run(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at java.lang.Thread.run(Thread.java:534)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Throwable = Exception occured in 'processSQLDBAToken'(../../reposasst/grantpriv.sql): java.lang.NullPointerException
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): [executeOwbReposOrRuntime_advanced]: Error occurred during installation. Exception =java.lang.Exception: Exception occured in 'processSQLDBAToken'(../../reposasst/grantpriv.sql): java.lang.NullPointerException
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579): java.lang.Exception: Exception occured in 'processSQLDBAToken'(../../reposasst/grantpriv.sql): java.lang.NullPointerException
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1144)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:573)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+>     at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+>     at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:541)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+>     at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+>     at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+>     at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+>     at oracle.ewt.timer.Timer.doRun(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+>     at oracle.ewt.timer.Timer.run(Unknown Source)
    main.TaskScheduler timer[5]20070417@12:23:50.050: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+>     at java.lang.Thread.run(Thread.java:534)
    main.AWT-EventQueue-0[6]20070417@12:23:50.050: 00> oracle.wh.ui.jcommon.WhButton@1e22c75: WhButton setLabel rtsString = OK
    main.AWT-EventQueue-0[6]20070417@12:23:52.052: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): Open UnSuccessDialog ...
    main.AWT-EventQueue-0[6]20070417@12:23:52.052: 00> oracle.wh.ui.jcommon.WhButton@1e22c75: WhButton setLabel rtsString = OK
    Regards,
    Dennis

    Hi,
    the log has this error -
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    so, first check the connection parameter you have passed, if they are correct check whether the database is up and running....
    HTH
    Mahesh

  • ORA-00955 reports when I try to "create global temporary table" in windows

    Hi,
    When I try to run the sql in my oracle 9i server which is installed in a windows2000 machine,
    Create global temporary table test ...;
    For the first time, I can create table successfully.
    But I cannot access this table any more:
    drop table test;
    desc test;
    select * from test;
    In addition, if I try to create the table again, I got the error:
    ORA-00955: name is already used by an existing object
    While the same table can be created and dropped in another oracle9i server which is installed in Solaris 9 machine.
    So I suspect that this sould be a bug of window oracle server.
    Is there anyone who can confirm this?
    Or who can tell me how to report this bug to oracle?
    Thanks in advance.
    Please also refer the message at:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:1046974576560
    If you search the text: "create global temporary table sess_event", you can see for the first time, the table is created successfully.
    But the ORA-00955 reports when the author try to create table for the second time.
    This problem is exactly the same as my problem.
    I have also made a search both in Google and in Oracle website and I cannot find any solution of it.

    Read      Metalink Note:68098.1 Subject:      Overview of Temporary Tables
    How did you difine the temporary tables? on commit delete rows are reserv rows?
    http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96590/adg03sch.htm#7794
    Jaffar
    Message was edited by:
    The Human Fly

  • ORA-00955 Errors during R3load for WEB AS Abap 6.40 installation

    Dear Gurus,
    I am encountering a problem during the R3load phase of the WEB AS ABAP 6.40 DB instance installation; I have patched the Oracle Database using the 9.2.0.7 patch set beforehand and resumed the SAPINST. There after errors occur during the DB load phase, below are the logs for reference (there are multiple occurences of 'ORA-00955: name is already used by an existing object' in existing logs)
    /sapmnt/P21/exe/R3load: START OF LOG: 20080627032739
    /sapmnt/P21/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    /sapmnt/P21/exe/R3load: version R6.40/V1.4 [UNICODE]
    /sapmnt/P21/exe/R3load -ctf I /sapcd/NetweaverSR1_Export/EXP3/DATA/SAPDODS.STR /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC
    /DB/DDLORA.TPL /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS.TSK ORA -l /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_O
    RA_UC/DB/SAPDODS.log
    /sapmnt/P21/exe/R3load: job completed
    /sapmnt/P21/exe/R3load: END OF LOG: 20080627032739
    /sapmnt/P21/exe/R3load: START OF LOG: 20080627032814
    /sapmnt/P21/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    /sapmnt/P21/exe/R3load: version R6.40/V1.4 [UNICODE]
    /sapmnt/P21/exe/R3load -dbcodepage 4102 -i /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS.cmd -l /tmp/sapinst_inst
    dir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS.log -stop_on_error
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (rscpsumg) Please look also into "/tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS001.xml".
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "RSDMODSTAB" ( "CHARACT" VARCHAR2(3) DEFAULT ' ' NOT NULL , "ATTRIBUTE" VARCHAR2(3) DEFAULT ' ' NOT NULL  ) TA
    BLESPACE PSAPP21 STORAGE (INITIAL 16384 NEXT 0000040960K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 102
      (SQL error 955)
      error message returned by DbSl:
    ORA-00955: name is already used by an existing object
    (DB) INFO: disconnected from DB
    /sapmnt/P21/exe/R3load: job finished with 1 error(s)
    /sapmnt/P21/exe/R3load: END OF LOG: 20080627032815
    /sapmnt/P21/exe/R3load: START OF LOG: 20080627035407
    /sapmnt/P21/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    /sapmnt/P21/exe/R3load: version R6.40/V1.4 [UNICODE]
    /sapmnt/P21/exe/R3load -dbcodepage 4102 -i /tmp/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS.cmd -l /tmp/sapinst_inst
    dir/NW04SR1/WEBAS_ABAP_ORA_UC/DB/SAPDODS.log -stop_on_error

    Hello,
    Strange error, check if you didn't run out of space. If this is new installation, nor upgrade or migration, I would suggest to you drop the table and re-run export once more.
    Otherwise you can open message to SAP as you can expect that this will happen also for other tables. Looks table or tables exist at Oracle but sapinst don't have info about it
    Peter

  • ORA-00955 when upgrading from Content Server 5.0.2 to Publisher?

    I am upgrading Content Server 5.0.2 to Publisher.
    After running the sw installation and having imported the publisher.pte file, I am starting the Publisher and receiving an Oracle error "ORA-00955: name is already used by an existing object". From the messages logged, it looks like the error is encountered when recreating the object PCSACTIVE.PK_PCSACTIVE (first SQL statement with "Recreating ...", all others before where "Adding ...".
    My questions:
    1. has somebody else encounteered the same error?
    2. does anybody know how to trap the SQL being executed?As the upgrade is done automatically by the Publisher when starting, I have found so far no way of checking the SQL or knowing which SQL statements are executed against the DB) when "Recreating" an object.
    Thanks in advance for your help.
    P.S. Customer Support has also been contacted, but it looks like noone else has reported this kind of problems.

    Pl post OS details - are you using DBUA to upgrade ? Are there any errors in the database alert log ?
    ORA-00600 [kodpunp-nulltds], ORA-00600 [kokeeiix1], [600] When Upgrading To 11GR2 [ID 1367827.1]     
    HTH
    Srini

  • How to connect to DB in repository assistant using SQL*net

    Hi all,
    We are in RAC enviroment. When I try to connecting to oracle DB in repository assistant (the page that asks for SYS account), I check the SQL*net, and enter the net service name (absolutly also enter the SYS and SYS psw field), but the 'next' button is grey out.
    according to installation guide, in a RAC environment, do not type the host name, port number and oracle service name. But in my case, I have to enter all these fields to enable the 'next' button.
    any idea of how to fix it?
    thanks

    I forget to say that I can connect to the repository browser using SQL*net. So I suppose that net service name is correct.
    thanks for any suggestion.

  • OWB 11g Repository Assistant -  Error occured in 'processSPAWN'

    Hello,
    I tried to create OWB 11g workspace on Oracle 11.1.0.6, but repository Assistant fails every time on the same step.
    If I run the last command manually ('wholeLine') it works fine.
    ... I am in processSPAWN ...
    wholeLine =../unix/jvm.sh -classpath ../../lib/ext/transx.zip:../../../lib/xschema.jar:../../../lib/xsu12.jar:../../../rdbms/jlib/xdb.jar:../../lib/int/rtpplatform.jar:../../lib/int/rtpcommon.jar:../../../jdbc/lib/ojdbc5.jar:../../../lib/xmlparserv2.jar:../../../sqlj/lib/runtime12.jar:../../../jdk/jre/lib/rt.jar oracle.xml.transx.loader (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%host)(PORT=%port))(CONNECT_DATA=(SERVICE_NAME=%serviceName))) %user %password ../../browserasst/views/owb_uprop_nls.xml
    after executing the output
    (Spawn Token) Error loading Java into DB:
    Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    Get the error, stop processing other tokens...
    Exception = Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    at oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1019)
    at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:736)
    at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:294)
    at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:564)
    at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    at oracle.ewt.timer.Timer.doRun(Unknown Source)
    at oracle.ewt.timer.Timer.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:595)
    [executeOwbReposOrRuntime]: Error occurred during Seed OWBSYS. Exception =java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    Please help.

    Fixed by changing parallel_max_servers init parameter.
    old value was 135
    new value is 50

  • Error ORA-00955:

    Hi,
    Why would I get this error message when I run the script below.
    SQL> START test.sql;
    Table dropped.
    Table created.
    create TABLE student *
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    script:
    drop TABLE student
    create TABLE student
    (stu_id NUMBER(5) NOT NULL,
    stu_firstname VARCHAR2(30) DEFAULT 'unknown' NOT NULL,
    stu_lastname VARCHAR2(30) NOT NULL,
    stu_address VARCHAR2(30) NOT NULL,
    stu_suburb VARCHAR2(30) NOT NULL,
    stu_postcode VARCHAR2(4),
    stu_state VARCHAR2(3),
    stu_country VARCHAR2(30) NOT NULL,
    stu_phone_h VARCHAR2(30),
    stu_phone_w VARCHAR2(30),
    stu_fax VARCHAR2(30),
    stu_email VARCHAR2(30),
    stu_gender VARCHAR2(30),
    stu_dob VARCHAR2(30),
    stu_status VARCHAR2(2) CHECK(stu_status in ('FT','PT')));
    Thank you for your kind help
    Andonny

    Youw problem is caused by the semi-colon (;) with which you close the create statement and the "/" on the last line. The combination of these characters causes the statement to execute twice. So you can either remove the slash or the semi-colon and your script should run perfectly.

  • Installing OWB 10.2.0.1 Unable to start Repository Assistant  in XP

    I've just installed OWB 10.2.0.1 on am XP machine with Oracle 10G running. I've used a different home as recommended. The application will not respond at all. I can't get the Repository Assistant to work among other issues. I just finished the install. I've done no other configuration. What do I still need to do?

    I've had the same problem:
    On windows XP pro, 32 bit
    - Installed 9.2.0.1 Server
    - Installed 9.2.0.6 Patch
    - Installed Oracle Worflow + and created workflow user
    - Installed OWB_10.2.0.1.win.zip
    All seemed to be fine until attempting to create the OWB repository owner.
    The first problem is the same as mentioned above. The issue relates to the view dba_kgllock which was forced created against objects that do not exist. To solve this I used TOAD to find the script used to create the view, deleted the view and created an empty table with the same columns.
    This is a complete HACK but allowed OWB Repository Assistant. All then continued and was looking good until about 60% complete and then the system fails with a socket read fail within java.
    Thats it, I've stopped dead now, going to continue installation attempts in the morning

  • OWB 9.0.4.8.21: Repository Assistant problem

    We had no problem with the OWB 9.0.3
    After the migration to OWB 9.0.4.8.21 we have problems with the repository assistent . I can start the assistant,
    but after inserting my connection values and i want to go forward the assistant disappears without an error message. Then i test if get an sql*net connection and this failed also. Then i test the connection on a client without OWB 9.0.4: the connection was successfull.

    Thomas,
    To get a meaningful error message that we can examine, can you please do the following:
    1. Go to the directory <OWB INSTALLATION>\owb\bin\win32
    2. Start the repository assistant manually by starting the batch file, by issuing the command:
    reposinst.bat > reposinst.log
    from a DOS prompt.
    3. Inspect reposinst.log
    Let me know if this gave you some hints on your problem. My guess is that something is wrong with your sql net configuration, but lets see what is in the log file.
    Regards:
    Igor

Maybe you are looking for