Register database problem (oracle 8.1.6) on Linux 6.2

I'm unable to register my database using RMAN. I'm using Oracle 8.1.6 on Redhat Linux 6.2 (glibc - 2.2.14-5.0). Is there any known bug in Oracle 8.1.6 / rman on Linux 6.2.
These are the steps I followed:
1. Create rman Tablespace
=============================
create tablespace TS_RMAN
datafile '/u01/orauser/oradata/mydb/TS_RMAN.dbf'
size 5M
autoextend on;
2. Create rman user
=============================
create user rmanusr identified by rmanusr
default tablespace TS_RMAN
temporary tablespace TEMP
quota unlimited on TS_RMAN;
3. Grant roles to rman user
==================================
grant connect, resource,recovery_catalog_owner to rmanusr;
4. I'm logging on the server directly
$rman target system/manager catalog rmanusr/rmanusr
5. RMAN> create catalog tablespace TS_RMAN
.... catalog created!
6. RMAN> register database;
... gives me all these errors messages >>
RMAN> register database;
RMAN-03022: compiling command: register
RMAN-03023: executing command: register
RMAN-08006: database registered in recovery catalog
RMAN-03023: executing command: full resync
RMAN-03026: error recovery releasing channel resources
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-07005: error during channel cleanup
RMAN-07004: unhandled exception during command execution on channel default
RMAN-10032: unhandled exception during execution of job step 1:
RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.DEVICESTATUS
RMAN-03008: error while performing automatic resync of recovery catalog
RMAN-07004: unhandled exception during command execution on channel default
RMAN-10032: unhandled exception during execution of job step 1:
ORA-01403: no data found
RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.GETPARM
------ end of message -------
Actually I followed the same steps in my own PC with Oracle 8.1.7 on Win2k, It worked!!

Hello,
Narender,you have to include DISPLAY in your .bash_profile and set to your hostname, somewhat like this DISPLAY=hostname:0.0
or read the installation guides, installation of Oracle 8.1.6 in RHL 6.2 is straight forward.

Similar Messages

  • Problem:Oracle Pro*c Precompiler on Linux

    Hi,
    PLEASE HELP!!!!
    Regards
    Bhagat Singh
    Before discussing all these issue I want to inform u that this code is running code in sun solaris means it compiles cleanly and runs without flaws or error and results are to the mark.
    But in linux first of all it does not compiles if it compiles then it does not produce the right/desired results .
    1.ora erro 1008
    2.ora errno 1438
    3.ora errno 1403
    Information is there in database but update is not working and returning code 1403
    if it is working then also the message is "no data found".
    Pl/Sql block is being used in the Pro*c code so we have made SQLCHECK = SEMANTICS then also it is not working.
    When we use math.h then also it does not compiles at all and falters out.
    When I update the database it does not updates may there be relevant information present in the database, but if i do select count(*) into :variable from the same table then it updates else it fails to do so they all are peculiar issues.
    Some times it says parent record not found in the master whereas it very exists over there.
    Some times core dump if I define two dimensional char pointer array of 10000 size it results in core dump
    say char_ptr[300][10000] .
    Some functions in the program return char pointer there also it is giving and error where and I am collecting the information from the return variable through string copying and it is having clear cut definition in header files for the return type of that function this is working very well in sun but I fail to understand about linux.
    operating systems details
    =====================
    Linux Details
    ===========
    Linux=Red Hat Release 6.2 (Zoot), Kernel 2.2.14-12 on an i686
    Oracle 8 i=Release 2 Version 8.1.6
    Proc Compiler= Release 8.1.6.0.0
    Sun Details
    ==========
    SunOS blrgps 5.6 Generic sun4u sparc SUNW,Ultra-1
    Oracle 8=Release 8.0.3.0.0
    Proc Compiler= Release 8.0.3.0.0
    .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=.:$PATH:$HOME/bin:/opt/oracle/OraHome1/bin:/usr/bin:/bin:/usr/local/bin:/opt/oracle/OraHome1/bin:/usr/sbin
    :/opt/oracle/OraHome1/precomp/lib:/usr/include:/usr/lib
    BASH_ENV=$HOME/.bashrc
    USERNAME=""
    ORACLE_HOME=/opt/oracle/OraHome1
    ORACLE_SID=telecom
    ORACLE_OWNER=oracle
    EPC_DISABLED=TRUE
    LD_LIBRARY_PATH=/opt/oracle/OraHome1/lib
    export USERNAME BASH_ENV PATH ORACLE_HOME ORACLE_SID ORACLE_OWNER LD_LIBRARY_PATH
    NLS_LANG=american; export NLS_LANG
    null

    I have very similar problems, all of which I have been able to work around, except for the very serious defect where the executed code returns bizarre errors like no data found for a query like:
    EXEC SQL SELECT sum(X) INTO :var FROM table;
    These same programs were working just fine under Oracle 8.0.5 on Solaris/Intel 2.6 w/ gcc 2.7.2p.
    My configuration is RedHat 6.2 / Kernel 2.2.14-6.1.1smp / gcc egcs-2.91.66 (release 1.1.2) / glibc 2.1.3-15
    Note: Pro*C 8.1.6 for Linux does come with some alternate system header files in $ORACLE_HOME/proc/syshdr. This should fix your math.h problem if you place that directory early in your include path.

  • Oracle fail safe error "FS-10784" failed to register database with group

    Hi,
    I'm getting following error while registering database to FS manager group.
    Version is -
    1) Fail safe 3.4.2
    2) Database 11.2
    3) 64 bit windows
    I executed following steps in order to create FS.
    1)     Install 11.2 software on node 1
    2)     Install 11.2 software on node 2
    3)     Install OFS 3.4.2 on node 1
    4)     Install OFS 3.4.2 on node 2
    5)     Create cluster tree from FS manager
    Below is the complete error..
    Versions: client = 3.4.1 server = 3.4.2 OS =
    Operation: Adding resource "COMPACTOR" to group "dbclusterdtc"
    Starting Time: Dec 01, 2011 18:25:31
    Elapsed Time: 0 minutes, 3 seconds
    1 18:25:31 Starting clusterwide operation
    2 18:25:32 FS-10370: Adding the resource COMPACTOR to group dbclusterdtc
    3 18:25:32 FS-10371: CSIPLAPP1DB2 : Performing initialization processing
    4 18:25:32 FS-10371: CSIPLDB1APP2 : Performing initialization processing
    5 18:25:32 FS-10372: CSIPLAPP1DB2 : Gathering resource owner information
    6 18:25:32 FS-10372: CSIPLDB1APP2 : Gathering resource owner information
    7 18:25:32 FS-10373: CSIPLAPP1DB2 : Determining owner node of resource COMPACTOR
    8 18:25:33 FS-10374: CSIPLAPP1DB2 : Gathering cluster information needed to perform the specified operation
    9 18:25:33 FS-10374: CSIPLDB1APP2 : Gathering cluster information needed to perform the specified operation
    10 18:25:33 FS-10375: CSIPLAPP1DB2 : Analyzing cluster information needed to perform the specified operation
    11 18:25:33 >>> FS-10652: CSIPLAPP1DB2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    12 18:25:33 >>> FS-10652: CSIPLDB1APP2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    13 18:25:33 FS-10376: CSIPLAPP1DB2 : Starting configuration of resource COMPACTOR
    14 18:25:33 FS-10378: CSIPLAPP1DB2 : Preparing for configuration of resource COMPACTOR
    15 18:25:33 FS-10380: CSIPLAPP1DB2 : Configuring virtual server information for resource COMPACTOR
    16 18:25:33 ** ERROR : 0xEA: More data is available.
    17 18:25:33 > FS-10496: Generating the Oracle Net migration plan for COMPACTOR
    18 18:25:33 ** ERROR : FS-10990: The error 0x800400EA was reported as a system error, but the error message cannot be found
    19 18:25:33 ** ERROR : FS-10757: A COM error was returned when trying to send a work item to the worker
    20 18:25:33 ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource COMPACTOR
    21 18:25:33 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    22 18:25:33 ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    23 18:25:34 FS-10488: CSIPLAPP1DB2 : Starting rollback of operation
    24 18:25:34 FS-10489: CSIPLAPP1DB2 : Completed rollback of operation
    25 18:25:34 ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    26 18:25:34 Please check your Windows Application log using the Event Viewer for any additional errors
    27 18:25:34 The clusterwide operation failed !
    Inputs are appreciable.
    Regards

    After applying patch of 3.4.2.3, still i'm facing this problem. But however there are very less errors....I think the problem is with Listener.
    1 20:34:03 Starting clusterwide operation
    2 20:34:04 FS-10370: Adding the resource COMPACTOR to group dbclusterdtc
    3 20:34:04 FS-10371: CSIPLAPP1DB2 : Performing initialization processing
    4 20:34:04 FS-10371: CSIPLDB1APP2 : Performing initialization processing
    5 20:34:05 FS-10372: CSIPLAPP1DB2 : Gathering resource owner information
    6 20:34:05 FS-10372: CSIPLDB1APP2 : Gathering resource owner information
    7 20:34:05 FS-10373: CSIPLAPP1DB2 : Determining owner node of resource COMPACTOR
    8 20:34:05 FS-10374: CSIPLAPP1DB2 : Gathering cluster information needed to perform the specified operation
    9 20:34:05 FS-10374: CSIPLDB1APP2 : Gathering cluster information needed to perform the specified operation
    10 20:34:05 FS-10375: CSIPLAPP1DB2 : Analyzing cluster information needed to perform the specified operation
    11 20:34:05 >>> FS-10652: CSIPLAPP1DB2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    12 20:34:05 >>> FS-10652: CSIPLDB1APP2 has Oracle Database version 11.2.0.1 installed in OraDb11g_home2
    13 20:34:05 FS-10376: CSIPLAPP1DB2 : Starting configuration of resource COMPACTOR
    14 20:34:05 FS-10378: CSIPLAPP1DB2 : Preparing for configuration of resource COMPACTOR
    15 20:34:05 FS-10380: CSIPLAPP1DB2 : Configuring virtual server information for resource COMPACTOR
    16 20:34:06 > FS-10496: Generating the Oracle Net migration plan for COMPACTOR
    17 20:34:06 > FS-10490: Configuring the Oracle Net listener for COMPACTOR
    18 20:34:06 >> FS-10600: Oracle Net configuration file updated: D:\APP\ORACLE\PRODUCT\11.2.0\DBHOME_2\NETWORK\ADMIN\LISTENER.ORA
    19 20:34:06 >> FS-10606: Listener configuration updated in database parameter file: M:\Datafiles\compactor\spfilecompactor.ora
    20 20:34:13 >> FS-10605: Oracle Net listener Fsldbclusterdtc created
    21 20:34:14 ** ERROR : 0x426: The service has not been started.
    22 20:34:14 ** ERROR : FS-10066: Failed to start Windows service OracleOraDb11g_home2TNSListener for the Oracle Net listener
    23 20:34:14 ** ERROR : FS-10065: Error trying to configure the Oracle Net listener
    24 20:34:14 > FS-10090: Rolling back Oracle Net changes on node CSIPLAPP1DB2
    25 20:34:17 ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource COMPACTOR
    26 20:34:17 ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
    27 20:34:17 ** ERROR : FS-10497: Starting clusterwide rollback of the operation
    28 20:34:17 FS-10488: CSIPLAPP1DB2 : Starting rollback of operation
    29 20:34:17 FS-10489: CSIPLAPP1DB2 : Completed rollback of operation
    30 20:34:17 ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
    31 20:34:17 Please check your Windows Application log using the Event Viewer for any additional errors
    32 20:34:17 The clusterwide operation failed !

  • [RMAN] problem with registering database

    Hello, we have RAC environment on two nodes. We created rman catalog database and then registered our database with REGISTER DATABASE command. After that we issued command SHOW ALL and encountered an error:
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 21 DAYS;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    could not read file header for datafile 74 error reason 4
    could not read file header for datafile 74 error reason 4
    could not read file header for datafile 74 error reason 4
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/10.2.0/db_1/dbs/snapcf_easy1.f'; # default
    this is new catalog database, which is to replace the old one
    how to deal with this problem ?

    So you are following up on datafile 74 in this other thread :
    problem with datafile recovery
    Hemant K Chitale

  • Check "Problem: Oracle Database 10g Release 2 can only be installed in new

    Hi All
    Installing 10g software on AIX Box in /oracle/oraHome2,where oracle9i is already installed in /oracle/oraHome1 and oracle inventory is in /oracle/inventory
    In product specific prerequisite screen I am getting the
    check:Oracle Home incompatibilties is failed I am getting the error
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: Oracle9i Database 9.2.0.1.0
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 10g Release 2 can only be installed in a new Oracle Home
    Recommendation: Choose a new Oracle Home for installing this product
    though I am installing it in different oracle homes why i am getting this error?
    Is it because 10g installation is picking the same oracle inventory /oracle/inventory
    do i need to make different oracle inventory for different oracle homes???????plz confirm..is thats the reason i am getting this error??????
    Thanks inadvance
    Gagan

    I figure out you are trying to install 10gR2 on top of an existing 9iR2 Oracle Home. This is corrected at the Path definition window. Most probably you just click on the <Next> and by default the 9iR2 Oracle Home was selected. You must define a new oracle home for the 10gR2 install.
    ~ Madrid

  • HELP: Problem creating a new database in Oracle 9i

    I am having difficulty in creating a new database in Oracle 9i, on Windows 2000. I would be obliged if somebody can go through the posting below and guide me as to what mistake I am making or what is the source of the problem:
    I reproduce the steps taken by me.
    I have decide the database to be called Mydb. I have made the following directories:
    -- d:\mydb
    -- d:\mydb\data
    -- d:\mydb\control
    -- d:\mydb\log
    -- d:\mydb\bdump
    -- d:\mydb\cdump
    -- d:\mydb\udump
    -- d:\mydb\archive
    -- d:\mydb\pfile
    -- d:\mydb\scripts
    -- d:\mydb\exp
    I copied the initoracle.ora file to d:\mydb\pfile\initmydb.ora, and made the following changes to it:
    -- db_name = mydb
    -- instance_name = mydb
    -- control_files = ("d:\mydb\control\control01.ctl")
    -- background_dump_dest = d:\mydb\bdump
    -- core_dump_dest = d:\mydb\cdump
    -- user_dump_dest = d:\mydb\udump
    -- remote_login_passwordfile = exclusive
    Also, I created a text file called d:\Oracle\Ora90\DATABASE\initmydb.ora with the following contents:
    ifile=d:\mydb\pfile\initmydb.ora
    At DOS prompt, I run the following command:
    set oracle_sid=mydb
    I run the ORAPWD utility to create internal password file at the command prompt.
    d:
    cd \oracle\ora90\database
    orapwd file=pwdmydb.ora password=panther entries=25
    I create a Windows service for the database as follows:
    oradim -new -sid mydb -startmode a -pfile d:\mydb\pfile\initmydb.ora
    I get connected:
    sqlplusw /nolog
    connect sys/change_on_install as sysdba
    startup nomount # pfile=d:\mydb\pfile\initmydb.ora
    create database mydb
    MAXINSTANCES 1
    MAXLOGHISTORY 1
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXDATAFILES 100
    datafile 'd:\mydb\data\system.dbf' size 325m REUSE
    AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
    undo tablespace undotbs datafile 'd:\mydb\data\undo01.dbf' size
    200m reuse
    AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
    default temporary tablespace temptbs
    CHARACTER SET WE8MSWIN1252
    NATIONAL CHARACTER SET AL16UTF16
    logfile group 1 ('d:\mydb\log\log1.log') size 1m,
    group 2 ('d:\mydb\log\log2.log') size 1m,
    group 3 ('d:\mydb\log\log3.log') size 1m;
    Now I get the following error:
    create database mydb
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    The data files, control file, redo log files are all created. But the above error comes, and I am unable to start the database. What is the reason?
    Thanks in anticipation.
    PS

    Hi DENIS,
    I have executed the following commands (which are in a script file),
    1. sqlplus /nolog
    2. connect sys/change_on_install as sysdba
    3. create database ...
    4. ...
    When I execute the 3rd command, I get an error message as "ORACLE TERMINATED FORCED" and it will end the session. So when the next set of commands in the script are executed, I got the error saying "DATABASE NOT OPEN".
    How to rectify this problem.
    Thanks in advance,
    Kiran

  • Problem in connecting to database using oracle jdbc thin driver

    hi
    i am trying to connect to a database using oracle thin driver.
    i am getting following error:
    java.sql.sqlexception:Io exception: the network adapter could not establish the connection
    Io exception: the network adapter could not establish the connection
    the connection string has the property of using a dedicated server
    for this reason i have put USE_DEDICATED_SERVER=ON in sqlnet.ora file...
    we did not face this problem while connecting to other databases which do not have the property of dedicated server in their connection string in tnsnames.ora file.
    please suggest a solution for this.
    thanks and regards,
    asif

    If you are using the thin driver, sqlnet.ora does not come into play. None of Oracle networking does. That is one of the great things about using the thin driver, no need to have the client installed.
    That error is due to incorrect connection info you are supplying or the machine you are connection from can't ping the machine it is trying to connect to.

  • Unable to register database in RMAN - RedHat 6.2 + Oracle 8.1.6

    Is this a bug?? pls suggest the way out...
    -Balaji
    ([email protected])
    1. Create rman Tablespace
    =============================
    create tablespace TS_RMAN
    datafile '/u01/orauser/oradata/mydb/TS_RMAN.dbf'
    size 5M
    autoextend on;
    2. Create rman user
    =============================
    create user rmanusr identified by rmanusr
    default tablespace TS_RMAN
    temporary tablespace TEMP
    quota unlimited on TS_RMAN;
    3. Grant roles to rman user
    ==================================
    grant connect, resource,recovery_catalog_owner to rmanusr;
    4. I'm logging on the server directly
    $rman target system/manager catalog rmanusr/rmanusr
    5. RMAN> create catalog tablespace TS_RMAN
    .... catalog created!
    6. RMAN> register database;
    ... gives me all these errors messages >>
    RMAN> register database;
    RMAN-03022: compiling command: register
    RMAN-03023: executing command: register
    RMAN-08006: database registered in recovery catalog
    RMAN-03023: executing command: full resync
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-07005: error during channel cleanup
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.DEVICESTATUS
    RMAN-03008: error while performing automatic resync of recovery catalog
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    ORA-01403: no data found
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.GETPARM
    ------ end of message -------

    Is this a bug?? pls suggest the way out...
    -Balaji
    ([email protected])
    1. Create rman Tablespace
    =============================
    create tablespace TS_RMAN
    datafile '/u01/orauser/oradata/mydb/TS_RMAN.dbf'
    size 5M
    autoextend on;
    2. Create rman user
    =============================
    create user rmanusr identified by rmanusr
    default tablespace TS_RMAN
    temporary tablespace TEMP
    quota unlimited on TS_RMAN;
    3. Grant roles to rman user
    ==================================
    grant connect, resource,recovery_catalog_owner to rmanusr;
    4. I'm logging on the server directly
    $rman target system/manager catalog rmanusr/rmanusr
    5. RMAN> create catalog tablespace TS_RMAN
    .... catalog created!
    6. RMAN> register database;
    ... gives me all these errors messages >>
    RMAN> register database;
    RMAN-03022: compiling command: register
    RMAN-03023: executing command: register
    RMAN-08006: database registered in recovery catalog
    RMAN-03023: executing command: full resync
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-07005: error during channel cleanup
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.DEVICESTATUS
    RMAN-03008: error while performing automatic resync of recovery catalog
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    ORA-01403: no data found
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.GETPARM
    ------ end of message -------

  • Cannot connect to database using Oracle Forms 10g

    hi,
    I had installed Oracle 10g database and Oracle Forms 10g on Windows Vista Home Basic. However, I was unable to connect to
    the database in Oracle Form using scott/scott for database "orcl", with the following error message:
    ORA-00604: error occured at recursive SQL level 1
    ORA-01009: missing mandatory parameter
    However, I could access to the database using this set of username and password. Am I missing something? Thanks.

    Hi,
         After a successful installation of forms 10g in vista, I'm about to run OPatch Universal Installer for the patch 7047034
    in order to fix the form bugs. However, I cannot run the command "opatch apply C:\oracle_form\Patch26_Rel_10105\7047034"
    with the error "The Oracle Home c:\devsuitehome_1 is not registered with the Central Inventory.". Then I try to create a
    oraInst.loc file, but not much change still. The situation is that oracle 10g is installed before oracle developer suite
    10g, and when I try to set oracle_home to oracle 10g's path ("C:\oracle\product\10.2.0\db_1") and run "opatch lsinventory",
    it returns the correct result; when oracle developer suite 10g's path ("c:\devsuitehome_1") is set as the oracle_home,
    the same command would return a different result as "LsInventory: OPatch Exception while accessing O2O".
         I've verified through Oracle Universal Installer that the Central Inventory has included both as oracle_home (oracle 10g
    and oracle developer suite 10g). I'm very confused now, though it seems that the problem could be solved by registering the
    Central Inventory with oraacle developer suite 10g's path. Thanks.

  • Unable to register database in catalog into emrep

    Hello guys,
    I have a RMAN catalog in one server that works fine, now I tried to move this catalog to the emrep database (In this database I have the Grid Control), as I can´t use export / import because the original database is 10.1.0.5 and the emrep database is 10.1.0.4, I have created a new catalog into the emrep database.
    The problem appear when I try to register one database on it:
    RMAN> register database;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of register command on default channel at 09/15/2009 12:10:43
    RMAN-10015: error compiling PL/SQL program
    RMAN-10033: error during compilation of job step 1: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-04029: error ORA-3113 occurred when querying ORA_KGLR7_DEPENDENCIES
    So, my first question is: Is possible create a RMAN catalog in the same database of Grid Control?
    If this is possible, any suggestions that can help me to resolve this errors?
    Thanks.

    Hello Damorgan, thanks for your answer.
    I follow the steps in a remote database ( BEEVODES ) which I want register into catalog ( tstsuse11-emrep ):
    oracle@srvdb01 ~]$ echo $ORACLE_BASE
    */u01/app/oracle*
    oracle@srvdb01 ~]$ echo $ORACLE_HOME
    */u01/app/oracle/product/10.1.0/db_1*
    oracle@srvdb01 ~]$ export ORACLE_SID=BEEVODES
    oracle@srvdb01 ~]$ rman target / catalog rman@tstsuse11-emrep
    Recovery Manager: Release 10.1.0.5.0 - 64bit Production
    Copyright (c) 1995, 2004, Oracle.  All rights reserved.
    connected to target database: BEEVODES (DBID=822996874)
    recovery catalog database Password:
    connected to recovery catalog database
    RMAN> register database;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of register command on default channel at 09/16/2009 12:12:49
    RMAN-10015: error compiling PL/SQL program
    RMAN-10033: error during compilation of job step 1: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-04029: error ORA-3113 occurred when querying ORA_KGLR7_DEPENDENCIES
    But I continue with the same error.
    I supose the instalation of emrep is ok, because the Grid Control ( installed there ) works fine.
    Thanks again.

  • How to conncet mysql database and oracle database 11g2 on linux 5.4

    Hi,
    Can anyone help me to connect mysql server database to Oracle
    database on Linux OS?
    I have done all things, but I am getting a problem in installing dg4odbc
    driver on Oracle database. In a simple word, I don't know how to create
    listener between mysql database and Oracle database.
    If anyone knows that please help me in configuring dg4odbc for Oracle. OS
    -Linux 5.4 and refer any doc or link.
    oracle 11g2 11.2.0.1
    i follow the metalink id - 466228.1 ( but cant successed).
    Thanks and regards,
    pritesh ranjan

    hi pl z clear me it is required to install manully the dg4odbc driver for oracle to connect MySQL server database. because in my $ORACLE_HOME/hs/admin/initdg4odbc.ora is present automatically.
    details of the initdg4odbc.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = mysql_odbc
    HS_FDS_TRACE_LEVEL = off
    HS_FDS_SHAREABLE_NAME = /usr/lib/libmyodbc5w.so
    # ODBC specific environment variables
    set ODBCINI=/etc/odbc.ini
    set LD_LIBRARY_PATH=/usr/lib
    # Environment variables required for the non-Oracle system
    #set HOME=/home/oracle
    ~
    ~
    ~
    "initdg4odbc.ora" 20L, 437C
    details of the listener.ora file
    DG4ODBC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA=(SID=dg4odbc))
    (HS=OK)
    SID_LIST_ORCL =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
    (SID_NAME = ORCL)
    ADR_BASE_DG4ODBC = /u01/app/oracle
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = pritesh11gprim.oracle.com)(PORT = 1521))
    ADR_BASE_ORCL = /u01/app/oracle
    "listener.ora" [readonly] 37L, 779C 35,0-1 85%
    details of tnsname.ora file
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.132)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    DG4ODBC =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (CONNECT_DATA=(SID=DG4ODBC))
    (HS=OK)
    MYSQL =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (CONNECT_DATA=(SID=MYSQL))
    (HS=OK)
    when i m going to start the listener it could not be started..
    details of the mysql server database
    [root@pritesh11gprim ~]# mysql -u root -p
    Enter password:
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 2
    Server version: 5.6.10 MySQL Community Server (GPL)
    Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
    Oracle is a registered trademark of Oracle Corporation and/or its
    affiliates. Other names may be trademarks of their respective
    owners.
    Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
    mysql>
    mysql> show databases;
    | Database |
    | information_schema |
    | demo |
    | mysql |
    | performance_schema |
    | pritesh |
    | test |
    6 rows in set (0.01 sec)
    if any where i m wrong then plz suggest me......
    thanks & regards
    pritesh ranjan

  • RMAN: Unable to register database

    Hi all,
    I have just renamed the db_name, dbid and SID of a database using the DBNEWID Utility.
    When I satrt up the database, it seems to start without any errors.
    I need to take a backup of this database using RMAN.
    But when I try to register the database, I get an error -
    RMAN> register database;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of register command at 06/22/2009 15:26:39
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-03009: failure of full resync command on default channel at 06/22/2009 15:26:39
    ORA-01587: error during control file backup file copy
    ORA-27091: unable to queue I/O
    ORA-27072: File I/O error
    Linux Error: 2: No such file or directory
    Additional information: 4
    Additional information: 323
    Additional information: 1036288
    Could anyone please help me resolve this problem?

    How do I find out, what path exact path is it trying to access?
    When I do a SHOW ALL, all that RMAN does is show the error again.
    This is what I get -
    RMAN> SHOW ALL;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of show command at 06/23/2009 08:16:28
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-03009: failure of full resync command on default channel at 06/23/2009 08:16:28
    ORA-01587: error during control file backup file copy
    ORA-27091: unable to queue I/O
    ORA-27072: File I/O error
    Linux Error: 2: No such file or directory
    Additional information: 4
    Additional information: 323
    Additional information: 602112
    Edited by: user10882764 on Jun 23, 2009 5:21 AM
    Edited by: user10882764 on Jun 23, 2009 5:22 AM

  • Error while registering database

    Hi,
    I get "RMAN-03008: error while performing automatic resync of recovery catalog" while registering a database which is located on my server.
    Following is the procedure i have done to register it.
    C:\Documents and Settings\yogeshn.RITPL>rman target=sys/sys@oracle10 catalog=rman/rman@rman_db
    Recovery Manager: Release 10.2.0.3.0 - Production on Mon Dec 12 12:23:02 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.00 in TARGET database is
    not current
    PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.00 in TARGET database is not cur
    rent
    connected to target database: ORACLE10 (DBID=2437633359)
    connected to recovery catalog database
    RMAN> connect target;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-06167: already connected
    RMAN> register database;
    database registered in recovery catalog
    starting full resync of recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03008: error while performing automatic resync of recovery catalog
    ORA-00904: : invalid identifier
    RMAN>
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.00 in TARGET database is not currentIt seems the rman version (10.2.0.3) is higher than the target database version, this is not supported. Make sure rman executable and target database are on the same level.

  • Error while migrate my primavera sql database to oracle database

    I have used the migrate batch file to migrate my old database "Primavera V 6.0 SQL" to new database "Primavera V 8.2 Oracle"
    the process in my labtop is OK
    but in my PC the process hanged on "Creat remaining database objects (e.g. constraints and indexes) " Step
    with this error
    "Error in Run SQL Script orppm_ins_aux.sql: DatabaseToolException (ORA-02298: cannot validate (ADMUSER.FK_RSRCRATE_RSRC) - Perant keys not found ) "
    any help fixing this error

    user11108903 wrote:
    Hi,
    I used the migration tool to migrate a Primavera 6.2 SQL database to Oracle 11G DB. The migration tool runned successfully and I am able to login to the database using P6.2 client with no problem; however when attemptiong to update the license on the now Oracle database using the privuser account I get the following error "License could not be loaded because of error: List index out of bounds (247). Please make sure that you are using a privileged database login" the error comes up before I can browse to the location of licesne.txt file. Same procedure on a "native" Oracle P6.2 database works perfectly with no problem. Has any one run into this problem before? any help will be appreciated.
    Best Reagrds,I have not seen that specifically but it appears that not all of the grants were correctly applied.
    I would suggest running the schema validation tool which can be found on the knowledgebase as Solution ID: prim75459 as this will tell you what is missing/invalid.
    Once you know that, you can pull the neccesary grants from the create scripts located in the cd1\install\database\scripts folder.

  • Importing all tables and users from Oracle 8i database to Oracle 10g

    Hi friends,
    It would be highly appreciated if someone would kindly advise steps needed to
    import full Oracle 8i database ( with all users, tables, table spaces
    and other components ) to Oracle database 10g .
    Thanks and regards

    hi
    ur exp ur database from oracle 10g. from exp cmd instead of expdp cmd bcoz oracle 10g. expdp cmd is not compitable with oracle 8.
    simple give cmd>exp cmd if u want exp complete database from oracle 10g..
    if u have any problem go reference oracle database utilities ....
    and then imp in oracle 8 using imp cmd cmd>imp cmd bcoz here u want imp complete database....
    i hope u do ur work successfully...
    regards
    Mohammadi

Maybe you are looking for

  • Can I write this query in another way (prefferably in optimized manner)

    My database version._ [oracle@localhost ~]$ uname -a Linux localhost.localdomain 2.6.18-194.17.1.0.1.el5 #1 SMP Wed Sep 29 15:40:03 EDT 2010 i686 i686 i386 GNU/Linux [oracle@localhost ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.2.0 Production on

  • PRINT to PDF - how to retain links as links and images as images

    I print webpages to PDF all the time. but it is not very good from fiefox for me, because of 3 reasons 1 the links on the webpage dont stay as hyperlinks in the PDF file (I test by clicking on the link in the pdf, it is blue and underlined, but does

  • How to spool only results? (minus system output)

    Hi all, i have 2 problems my script below in italics set linesize 140 set pagesize 1000 set feedback off set echo off spool anotherresults.txt select 'Country Code:"'||a.country_id||'"', 'Country Name:"'||a.COUNTRY_NAME||'"', 'Residing in :"'||a.REGI

  • Using a mini CD

    Is there a way to use a mini CD in the iMac?

  • Advancing and Zooming multiple images at the same time.

    Hi All, I have requested this feature since early Lightroom beta 1, so I'm trying again. Example: I have multiple images opened up in 'Survey' mode, let's say 3 or 4 mages. Which on my Apple 23' Cinema Display makes for much nicer size reviewing, tha