Error creating database 11g R2, Windows 7

Hello!
Sorry, Im newbie in Oracle theme. After installing Oracle 11g R2 and creating Listener, I run Database Configuration Assisistant. On the stage of compliting database creation I got such an error:
Enterprice manager configuration failed due to the following error:
Error uploading configuration data to the repository.
Here is a part of logfile:
06.11.2012 13:31:26 oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
CONFIG: Finished executing emreposoutofbox.sql
06.11.2012 13:31:26 oracle.sysman.emcp.ParamsManager getHost
CONFIG: Host having instnces running for database orcl : Trifonov
06.11.2012 13:31:26 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: REP_DB_RUNNING_HOST value: Trifonov
06.11.2012 13:31:26 oracle.sysman.emcp.ParamsManager getRepDbPort
CONFIG: Listener Port: 1521
06.11.2012 13:31:26 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
CONFIG: isLocalConnectionRequired: true
06.11.2012 13:31:26 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
06.11.2012 13:31:26 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
CONFIG: SQLEngine connecting with SID: orcl, oracleHome: F:\app\Trifonov\product\11.2.0\dbhome_1, and user: SYSMAN
06.11.2012 13:31:26 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
CONFIG: SQLEngine created successfully and connected
06.11.2012 13:31:26 oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
CONFIG: Submitting dbms job: F:\app\Trifonov\product\11.2.0\dbhome_1\sysman\admin\emdrep\sql\core\latest\admin\admin_submit_dbms_jobs.sql
06.11.2012 13:31:26 oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
CONFIG: Successfully submitted dbms job
06.11.2012 13:31:26 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
06.11.2012 13:31:26 oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
CONFIG: connectDesc : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=Trifonov)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.trifonov.local)))
06.11.2012 13:31:26 oracle.sysman.emcp.ParamsManager getHost
CONFIG: Host having instnces running for database orcl : Trifonov
06.11.2012 13:31:26 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: REP_DB_RUNNING_HOST value: Trifonov
06.11.2012 13:31:26 oracle.sysman.emcp.ParamsManager getRepDbPort
CONFIG: Listener Port: 1521
06.11.2012 13:31:26 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
CONFIG: isLocalConnectionRequired: true
06.11.2012 13:31:26 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
06.11.2012 13:31:26 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
CONFIG: SQLEngine connecting with SID: orcl, oracleHome: F:\app\Trifonov\product\11.2.0\dbhome_1, and user: SYSMAN
06.11.2012 13:31:26 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
CONFIG: SQLEngine created successfully and connected
06.11.2012 13:31:26 oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
CONFIG: Passed listener validation check.Listener is up and running.
06.11.2012 13:31:26 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
CONFIG: Unlocking mgmt view user account
06.11.2012 13:31:26 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
CONFIG: view user sql: declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
06.11.2012 13:31:26 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
06.11.2012 13:31:26 oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Starting execution: CMD /C F:\app\Trifonov\product\11.2.0\dbhome_1\sysman\admin\scripts\emca\emcaDbUtil.bat "F:\app\Trifonov\product\11.2.0\dbhome_1\sysman\admin\scripts;F:\app\Trifonov\product\11.2.0\dbhome_1\bin;" F:/app/Trifonov/product/11.2.0/dbhome_1/perl/bin\perl.exe F:\app\Trifonov\product\11.2.0\dbhome_1\sysman\admin\scripts\emca\emcaDbUtil.pl F:\app\Trifonov\product\11.2.0\dbhome_1 "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=Trifonov)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.trifonov.local)))" SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; orcl 1 SYSMAN_PWD
06.11.2012 13:31:28 oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Exit value of 0
06.11.2012 13:31:28 oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Execution of CMD /C F:\app\Trifonov\product\11.2.0\dbhome_1\sysman\admin\scripts\emca\emcaDbUtil.bat "F:\app\Trifonov\product\11.2.0\dbhome_1\sysman\admin\scripts;F:\app\Trifonov\product\11.2.0\dbhome_1\bin;" F:/app/Trifonov/product/11.2.0/dbhome_1/perl/bin\perl.exe F:\app\Trifonov\product\11.2.0\dbhome_1\sysman\admin\scripts\emca\emcaDbUtil.pl F:\app\Trifonov\product\11.2.0\dbhome_1 "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=Trifonov)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.trifonov.local)))" SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; orcl 1 SYSMAN_PWD completed successfully
06.11.2012 13:31:28 oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Arguments passed F:\app\Trifonov\product\11.2.0\dbhome_1 (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=Trifonov)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.trifonov.local))) SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; orcl 1 SYSMAN_PWD
Connecting to database using connect string (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=Trifonov)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.trifonov.local))) in home F:\app\Trifonov\product\11.2.0\dbhome_1 with user "SYS" role "SYSDBA".
connected to database.
sql to execute declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
noOfParams to bind: 1.
sql execute successfully.
06.11.2012 13:31:28 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
CONFIG: Unlocked mgmt_view account
06.11.2012 13:31:28 oracle.sysman.emcp.EMReposConfig invoke
CONFIG: Successfully unlocked mgmt_view account
06.11.2012 13:31:28 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
06.11.2012 13:31:28 oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
INFO: Uploading configuration data to EM repository (this may take a while) ...
06.11.2012 13:31:30 oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
CONFIG: Error uploading configuration data to the repository
oracle.sysman.emdrep.config.ConfigurationException: FATAL Configuration Exceptions
     at oracle.sysman.emdrep.config.EMSchemaConfiguration.perform(EMSchemaConfiguration.java:232)
     at oracle.sysman.emcp.EMReposConfig.uploadConfigDataToRepository(EMReposConfig.java:699)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:385)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)
     at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
     at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:583)
     at oracle.sysman.assistants.dbca.backend.PostDBCreationStep.executeImpl(PostDBCreationStep.java:968)
     at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
     at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
     at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2667)
     at java.lang.Thread.run(Thread.java:595)
06.11.2012 13:31:30 oracle.sysman.emcp.EMReposConfig invoke
INFO: Refer to the log file at F:\app\Trifonov\cfgtoollogs\emca\orcl\emca_repos_config_<date>.log for more details.
06.11.2012 13:31:30 oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Error uploading configuration data to the repository
06.11.2012 13:31:30 oracle.sysman.emcp.EMConfig perform
SEVERE: Error uploading configuration data to the repository
Refer to the log file at F:\app\Trifonov\cfgtoollogs\dbca\orcl\emConfig.log for more details.
06.11.2012 13:31:30 oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Error uploading configuration data to the repository
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:397)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)
     at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
     at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:583)
     at oracle.sysman.assistants.dbca.backend.PostDBCreationStep.executeImpl(PostDBCreationStep.java:968)
     at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
     at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
     at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2667)
     at java.lang.Thread.run(Thread.java:595)
06.11.2012 13:31:30 oracle.sysman.emcp.EMConfig restoreOuiLoc
CONFIG: Restoring oracle.installer.oui_loc to F:\app\Trifonov\product\11.2.0\dbhome_1\oui
Thanks in advance for any help you can provide!

Hi
at oracle.sysman.emdrep.config.EMSchemaConfiguration.perform(EMSchemaConfiguration.java:232)
at oracle.sysman.emcp.EMReposConfig.uploadConfigDataToRepository(EMReposConfig.java:699)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:385)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:583)pelase review:
"Error Uploading Configuration Data To The Repository" when configuring dbconsole [ID 1233913.1]
PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
Regard
Helios

Similar Messages

  • ERROR CREATING DATABASE INSTANCE during the installation

    I try to install NW04 SP16 in my desktop. During the installation, one error occured that stop the installation process.
    I remembered last time I had the similar problem on my laptop. I reinstalled my Windows OS, and tried again, everything goes smooth.
    But now, I cannot reinstall the Windows OS in my client company.
    What seems to be the problem here?
    <i>ERROR      2006-11-03 14:38:49 [iaxxinscbk.cpp:289]
               abortInstallation
    CJS-00030  Assertion failed: in
    function sapdb_db_create(db_nm, db_host, db_ver) {
        var dep_root = sapdb_inst_root(db_nm);
        var sdb_i = new sdbInstance();
        sdb_i.dbName = db_nm;
        sdb_i.dbHost = db_host;
        sdb_i.dbVer = db_ver[0] + "." + db_ver[1];
        sdb_i.ctlUser = sapdb_get_db_user("CONTROL", db_nm, db_host);
        sdb_i.ctlUserPasswd = sapdb_get_db_user_passwd("CONTROL", db_nm, db_host);
        var actorObj = new SdbExtActor();
        actorObj.setSdbInstance(sdb_i);
        actorObj.setDbmCmd("DB_CREATE");
        actorObj.setExecutable(sapdb_dbmcli_path());
        actorObj.setDbRoot(dep_root);
        var rv = actorObj.sessionExecute();
        ASSERT(arguments.callee, rv == "OK", " SDB: ERROR CREATING DATABASE INSTANCE! Check the XCMDOUT.LOG FILE");
        var creation_ok = false;
        var i_size = actorObj.outSize();
        for (var i = 0; i < i_size; i++) {
            var s_line = actorObj.getOutputLine(i);
            if (/OK/.test(s_line)) {
                creation_ok = true;
        ASSERT(arguments.callee, creation_ok, "SDB: ERROR WHILE DB INSTANCE CREATION! CHECK THE XCMDOUT.LOG FILE! ");
    SDB: ERROR CREATING DATABASE INSTANCE! Check the XCMDOUT.LOG FILE</i>
    Thanks for advise.
    Kent

    Hi, I have exactly the same problem. How do you solved this issue?

  • ORA-12541: TNS:no listener, (error, in oracle 11g for window 7, 64 bit)

    ORA-12541: TNS:no listener, error, in oracle 11g for window 7, 64 bit
    While connecting as localhost is pretty well.
    but command: sqlplus username@'192.168.52.178:1521/orcl' on the same machine is producing above mentioned error on oracle 11g for window 7, 64 bit.

    user11225434 wrote:
    Thax sir for your kind concern of my problem. Answers of your quaries regarding my question as follows
    lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 05-AUG-2013 09:37
    :21
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                05-AUG-2013 09:31:09
    Uptime                    0 days 0 hr. 6 min. 22 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\app\eee\product\11.2.0\dbhome_5\network\admin\liste
    ner.ora
    Listener Log File         c:\app\eee\diag\tnslsnr\eee-THINK\listener\alert\log.x
    ml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.52.170)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orclxe" has 1 instance(s).
      Instance "orclxe", status READY, has 1 handler(s) for this service...
    Service "orclxeXDB" has 1 instance(s).
      Instance "orclxe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    # listener.ora Network Configuration File: C:\app\eee\product\11.2.0\dbhome_5\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\app\eee\product\11.2.0\dbhome_5)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:C:\app\eee\product\11.2.0\dbhome_5\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.52.170)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\eee
    3. My ip is static 192.168.52.170 and window 7 prof. is there.
    4. Sir i have tested the remote connection with firewall configuration is off.
    Hopefully this info is useful.
    but command: sqlplus username@'192.168.52.178:1521/orcl'
    NOTE the difference in IP#s above; 192.168.52.170 vs. 192.168.52.178

  • While using oracle forms 6i and database 11g in windows 7, the application getting closed while working on some forms

    Hi,
    Please advise on the below issue.
    While using oracle forms 6i and database 11g in windows 7, the application getting closed while working on some forms.
    May i know what is to be done?

    MoNo wrote:
    Hi Friends...
    I'm using windows7 32 bit.
    <snip>First, please be aware that oracle products are NOT certified to run on ANY 'home' edition of ANY version of Windows.
    Second, did you read the instructions on the page where you downloaded the software -- specifically the part about unzipping TWO downloaded zip files into the SAME directory?
    Third, did you read and heed the installation guide, or did you just go straight to 'setup.exe'?

  • Error creating database

    Hi friends,
    I was creating a database (8.1.7) with the Database Configuration Assistant (Windows XP) and it generated an error in step 2 (creation of DB). The error:
    ORA-12560: TNS error in protocol adapter
    I tried to save in a script the creation process and execute step by step. It fails in:
    CONNECT INTERNAL/oracle.
    Any ideas?
    (I created successfully the ORALCE_HOME and ORACLE_SID variables in windows)
    Thanks
    Jose.

    Dear Jose,
    You may have NON-ALPHANUMERIC CHARACTER (dash, underscore, etc...) on your SID.
    Regards,
    Reza

  • After Effects error:creating resource file on Windows

    Hi
    I have a problem with a set of plugins we are developing. We have about 20 different plugins. But after I apply the 10th plugin, it gives the following error on Windows only (CS6):
    After Effects error:creating resource file "....aex" ( 3 :: 0 )
    I can have as many instances of the same plugin but once I have a total of 10 different then this error always comes up
    One thing that is being enabled in the plugin is this flag:
    PF_OutFlag_KEEP_RESOURCE_OPEN
    Is this the culprit?
    Thanks in advance
    DonJ

    I still think it is a permissions/ user privileges/ policies/ security issue - if it runs on one account, it is unlikely the plug-in is damaged or you installed the 32bit version in CS5 or vice versa. I strongly suspect the plug-in is unable to probe your graphics card and thus never initializes. Perhaps it's being blocked by some security tool or your user account doesn't have the permissions to load system drivers. The latter can be fixed by changing the respective entry in your group policy editor (gpedit.msc). The respective point would be in Computerkonfiguration --> Windows-Einstellungen --> Sicherheitseinstellungen --> Lokale Richtlinien --> Zuweisen von Benutzerrechetn --> Laden und Entfernen von Gerätetreibern. And of course temporarily turn off security stuff to verify it's not the problem.
    Mylenium

  • Error creating database users

    Hi,
    I have written a process in my application to create database uses. It's nothing complicated, all it does is
    BEGIN
    EXECUTE IMMEDIATE 'CREATE USER '||:P16_USERNAME||' IDENTIFIED BY '||:P16_PASSWORD;
    END;
    However, when I run this process I get an "ORA-01031: insufficient privileges" error. However, logging into SQL Plus as APEX_PUBLIC_USER (the user in my DADS.conf) I am able to create users with no problem.
    Can anyone please tell me what I'm doing wrong and what I can do to fix it?
    Thank you.
    David.
    PS: I am using Apex 3.1, in case that is relevant.

    You'll want to undo that grant right away.
    Thanks for that, Justin; I didn't know that before. However, the user in the parsing schema field also has permission to create users, so even that doesn't explain why I cannot create users in my application.It may have been granted to your application's parsing schema through a role. You need to grant it directly.
    Scott

  • Error Creating Database link

    Hello Everybody,
    I am getting the following error while creating the database link using the connection information at OWB Client.
    Testing...
    Failed.
    ORA-12514 TNS: no listener
    *Cause:   The connection request could not be completed because the listener is not running
    *Action:   Ensure that the supplied destination address matches one of the addressed used by the listener
    -compare the TNSNAMES.ORA entry with the appropriate LISTENER.ORA file
    Start the listener on the remote machine.
    The version of OWB Client is 10.1.0.2.0.
    When queried at oracle using the userid which i used to login OWB Client i.e. as shown below
    select db_link from all_db_links - the database link is created. But none of the obects are accessable with the db link.
    Note: I am able to create a database link explicity by issuing the command at backend oracle i.e create database link etc. and also able to access the tables.
    Kindly help.
    Thanks
    Prashanth

    Prashanth
    my guess is that you can create the database link, which simply points to the remote instance. however, the problem is on the remote instance.
    As the error message suggest, make sure that the listener is up and running on the remote machine. The link can be created, but if there is no listener on the other side, you will not get any response.

  • Error creating database w/ JServer included

    Hi, i need help creating database that include JServer.
    i use database config wizard, create new database with JServer included, go straight with its default resource setting, then let the wizard do its work. but when it comes reach to JServer installation, it stops with error like "end of file communication channel", or "error occurred at recursive SQL level 1".
    when i try to use another way, through batch file with same configuration, installation stop with this following errors :
    ORA-29541: class SYS.oracle/aurora/rdbms/security/PolicyTableManager could not be resolved
    ORA-29541: class SYS.oracle/aurora/rdbms/security/PolicyTableManager could not be resolved
    Statement processed.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00600: internal error code, arguments: [kcoapl_blkchk], [1], [10314], [6401]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00600: internal error code, arguments: [kcoapl_blkchk], [1], [8542], [6110],
    currently my db system consist of
    s/w:
    - win2000 advance server
    - oracle 8.1.7
    h/w:
    pentium 3 800 Mhz
    about 750 MB of memory
    so, can anybody help me here please?
    null

    Done and Done - I am still getting an end-of-file communications error even when I just log into the svrmgrl and issue a 'create or replace java system'. This happens about 30 minutes after I issue the command (p133 w/196mb RAM) - I have disk and cpu activity up until this point.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jesus (John) Salvo Jr. ([email protected]):
    1) Try inceasing the size and adding more redo log groups.
    2) Try also increasing the size of your rollback segments<HR></BLOCKQUOTE>
    null

  • 32 bit Oracle database 10g to 64 bit Oracle Database 11g on Windows 2008

    Hi everybody,
    I'm going to move and upgrade my 32 bit Oracle database server 10g to another 64 bit windows 2008 server.
    New database server will be 64 bit Oracle database server 11g.
    Somebody told me export import doesn't carry archieve logs therefore is there any way to move and upgrade the database without any lost?
    Thanks for your help

    I'm going to move and upgrade my 32 bit Oracle database server 10g to another 64 bit windows 2008 server.
    New database server will be 64 bit Oracle database server 11g.
    Somebody told me export import doesn't carry archieve logs therefore is there any way to move and upgrade the database without any lost?Yes, in export/import, you will create a new database and import. The question is why you want to prefer export/import?
    is it source database 32bit is in different OS platform? If not directly after installation you can upgrade the database. using DBUA

  • Error Creating Database on Oracle 10g Release 2

    I'm having a problem creating a second database on 10g release 2 on Windows server 2003.
    I have created an initialization parameter file on %Oracle_Home%\database\initDB2.ora
    However, whenever I try to run sql command to create a database with the same name as the db_name parameter in the initialization parameter, it gives an error database name 'DB2' does nto matchthe parameter db_name = dbase
    dbase is the first database that was created automatically when I installed Oracle.
    Any solutions? Why is the server not using the parameter file I have created? Why does it seem to use the initialization parameter file that belongs to the first database?
    Cheers

    'startup nomount' with 'pfile=...initDB2.ora' clause? In this case Oracle chooses a server parameter file (spfile) by default and I still assume ORACLE_SID is set to your first database. So automatically spfile from the first database is used. You should try:
    set ORACLE_SID=DB2
    (now in sqlplus) startup nomount pfile=%ORACLE_HOME$\database\initDB2.ora
    Werner

  • "Could not find the main class" Error While installing 11g in windows 7

    Dear All,
    I am getting error message while installing oracle 11g R1(32 bit) on Windows 7(32 bit)
    I have downloaded from oracle website only..
    After Clicking the OUI I am getting the Error Message pop up is "Could not find the main class.Program will exit"
    I don't know what is the reason behind this error .
    what would be the reason for this error..
    Pls help me....
    By
    Muthu

    I think you need to download oracle software again...
    Oracle Universal Installer - Could not find main class

  • Error creating database diagram

    Jdeveloper 10.1.3.04
    Oracle database 9.2.0.6.0
    I create a database diagram. I go to the database connection and drag a table onto the database diagram. JDeveloper asks me what I want to create. I select 'offline database object' and click 'OK'.
    I get a popup that says "The following Foreign Keys were not imported because the Constraint they reference was not accessible:"
    "On Tablename:
    TABLE1_TABLE2_OID_FK
    TABLE1_TABLE3_OID_FK"
    The table gets created in the diagram, but the foreign keys don't show up.
    Both foreign keys reference the same constraint, but I can't see why the constraint would not be accessible. Has anyone else seen this error message? Can someone tell me what it means?

    Actually, I can drag in all the tables in the schema, and I get a number of errors. All errors are the same one I listed, but in reference to different tables and foreign keys.
    The interesting thing is that all the foreign keys that are complained about reference the exact same constraint.
    Yet, the table and constraint involved seem fine. I am at a loss to understand what is going on.
    What else can I tell you to help with figuring this out?

  • ORA 03113 error creating database

    On Oracle 8.1.7, I've get an ORA 03113 error when creating the database. Pressing ignore leaves it hanging at 90%. I've tried creating db by copying files from CD and creating with custom parameters but same issue. There have been other threads regarding this error but no responses. I couldn't find any logs with specific error messages in my temp directory. Are there any logs I can refer to? How can I resolve this issue? I am on NT 4, SP6. Thanks.

    Hi Tim,
    Have you checked the setup files for the appropriate Net8 driver correctly installed on the server? I'd look at this you not have the correct Oracle networks drivers or a compatibility issue with them. Try reinstalling net8. This is really a Two-Task Common error (TTC) in the net8 stack.
    HTH
    Steve
    On Oracle 8.1.7, I've get an ORA 03113 error when creating the database. Pressing ignore leaves it hanging at 90%. I've tried creating db by copying files from CD and creating with custom parameters but same issue. There have been other threads regarding this error but no responses. I couldn't find any logs with specific error messages in my temp directory. Are there any logs I can refer to? How can I resolve this issue? I am on NT 4, SP6. Thanks.

  • Error creating border in a window

    Hi All,
    I am new in this field. I have an requirment to create a window with a TAB PAGE on it. I have done it using swings. Now problem i am facing is that the tab page by default taking full width of window. Whereas i want to restrict the TAB PAGE in half window. Rest i will use for other purpose. Please help how can i achieve this.
    Hoping for reply.
    Regards
    Yogesh

    import java.awt.*;
    import java.net.*;
    import javax.swing.*;
    public class Test {
        public static void main(String[] args) throws MalformedURLException {
            URL url1 = new URL("http://today.java.net/jag/bio/JagHeadshot-small.jpg");
            URL url2 = new URL("http://joesong.atspace.com/comicbookguy.gif");
            JTabbedPane tabbedPane = new JTabbedPane();
            tabbedPane.addTab("James Gosling", new JLabel(new ImageIcon(url1)));
            tabbedPane.addTab("Comic Book Guy", new JLabel(new ImageIcon(url2)));
            JPanel contentPane = new JPanel(new GridLayout(1,2));
            contentPane.add(tabbedPane);
            contentPane.add(new JLabel("Rest of GUI", JLabel.CENTER));
            final JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.setContentPane(contentPane);
            f.pack();
            SwingUtilities.invokeLater(new Runnable(){
                public void run() {
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }It's all in the layout manager. By the way, I don't know how this got started, but the GUI framework is called "Swing", not 'swings".

Maybe you are looking for

  • How to generate an Letter in PDF format.. (APEX  4.0)

    Hi All, I want to generate a report in Letter format .. the output format is PDF. For example consider EMP table .. from this im going to query and show the columns of EMP_NAME , ADDRESS, SALARY,DESIGNATION And in this report i ll be have an check bo

  • Itunes 5.0 = Ipod plugged in = blue screen crash

    Just installed Itunes 5.0. Now with my Ipods (two) plugged into my computer it crashes and will not work. Unbelievable never had this happen before thought it was a virus checked that, uninstalled, reinstalled, no luck. The only way to get the comput

  • Creation of Mfg Service contract from IB Instance number

    Hi Team, We have a requirement from client that we need to create a Mfg Service contract for a given IB Instance number. Can you please let me know, if we have any API for this? I tried to create contract using Oks_Contracts_Pub.Create_Contract_Heade

  • Confirm delivery date problem

    Hi SAP gurus I have a problem in Sales order delivery confirmation date. Now lets say I take todays date as required delivery date. but confirmed delivery date comes to be 2 days later. Now for this material Total replenishment time is 0, GR processi

  • Window#setAlwaysOnTop andJava 1.4.x

    Hello, does anybody know a way to simulate the beaviour of the method Window#setAlwaysOnTop from Java 1.5.x in Java 1.4.x It should be possible to focus the main-frame( is an applet) or the always on top frame... Thank you, Fabian