Oracle 10g streams replication problem.

Hi,
Can someone help me oracle replication troubleshooting ?
I have source and target databases. I have setup one-way stream replication successfully. Whatever data I insert into table A, it is replicated to target database succesfully.
However, if I delete the records from the destination database and then it does not apply old values of the source database to destination database.
I reset the START_SCN in the source database and then I setup destination SCN number using DBMS_APPLY_ADM.SET_SCHEMA_INSTANTIATION_SCN and started capture process on the source database.
Can somebody help how should I recover the destination database ?

Hi Basu,
Thanks a lot for response
I set up streams between between source and destination database using schema instantiation and setup SCN number for destination after which apply process apply all the changes and all it is woking file.
Now I deleted records from table of the same schema in the destination database. Now how do I get all the records in this table using streams.
I looked at the oracle doc and found that I need to do build using dbms_streams_capture package and I did that and after that I reset START_SCN to the old value on the source database. I also reset the SCN at the SCHEMA label on the destination database for apply process to re-apply the old changes. But all this did not help me to get old data.
Do you know specific steps which I need to do to get old data ?
Thanks a lot

Similar Messages

  • Oracle 10g SEO replication to Oracle 10g EE RAC

    Hi!!!
    I have 200 nodes with Oracle 10g Standard Edition One and a DataCenter with 3 nodes Oracle 10g Enterprise Edition Real Application Clusters. My questions is, how to replicate data from each node to datacenter with the objective to centralize all data.
    The database structure is the same in all nodes, and there is no conflict.
    My real problem is Oracle Standard Edition One, it's not support advanced replication like Streams and Materialized Views, and i cant use other version of oracle because it´s huge money.
    Please any advice?
    Thanks in advance.

    I'm more of an Oracle developer than a DBA, and I'm not sure this is feasible, but it sounds like you are in dire need of an idea, so here it is. Take the transaction logs from your 200 nodes, copy them to your central site (at whatever time interval you require), and peform a "restore" to the central server using those logs, even though they did not come from the central server.

  • Oracle Forms 10g & Oracle 10g DB Connection Problem

    Toady i have installed oracle forms 10g and oracle 10g db when i run my form it gives me this error how can i resolve it
    "ora-12154 tns could not resolve the connect identifier specified"
    Here are the values in forms 10g tns
    # tnsnames.ora Network Configuration File: C:\DevSuiteHome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
              IMS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = IMS)
    and here the values of forms 10g SQLnet
    # sqlnet.ora Network Configuration File: C:\DevSuiteHome_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, EZCONNECT, ONAMES, HOSTNAME)
    (description =
    # (address=(protocol=tcp)(host=localhost)(port=1383))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (connect_data=(rpc=on))
    What changes should i make to overcome this problem.

    "ora-12154 tns could not resolve the connect identifier specified"The problem is local to the Forms Home, probably in tnsnames.ora (seems that there are tabs in IMS entry name). Carefully check it.$ oerr ora 12154
    12154, 00000, "TNS:could not resolve the connect identifier specified"
    // *Cause:  A connection to a database or other service was requested using
    // a connect identifier, and the connect identifier specified could not
    // be resolved into a connect descriptor using one of the naming methods
    // configured. For example, if the type of connect identifier used was a
    // net service name then the net service name could not be found in a
    // naming method repository, or the repository could not be
    // located or reached.
    // *Action:
    //   - If you are using local naming (TNSNAMES.ORA file):
    //      - Make sure that "TNSNAMES" is listed as one of the values of the
    //        NAMES.DIRECTORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA)
    //      - Verify that a TNSNAMES.ORA file exists and is in the proper
    //        directory and is accessible.
    //      - Check that the net service name used as the connect identifier
    //        exists in the TNSNAMES.ORA file.
    //      - Make sure there are no syntax errors anywhere in the TNSNAMES.ORA
    //        file.  Look for unmatched parentheses or stray characters. Errors
    //        in a TNSNAMES.ORA file may make it unusable.
    //   - If you are using directory naming:
    //      - Verify that "LDAP" is listed as one of the values of the
    //        NAMES.DIRETORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA).
    //      - Verify that the LDAP directory server is up and that it is
    //        accessible.
    //      - Verify that the net service name or database name used as the
    //        connect identifier is configured in the directory.
    //      - Verify that the default context being used is correct by
    //        specifying a fully qualified net service name or a full LDAP DN
    //        as the connect identifier
    //   - If you are using easy connect naming:
    //      - Verify that "EZCONNECT" is listed as one of the values of the
    //        NAMES.DIRETORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA).
    //      - Make sure the host, port and service name specified
    //        are correct.
    //      - Try enclosing the connect identifier in quote marks.
    //   See the Oracle Net Services Administrators Guide or the Oracle
    //   operating system specific guide for more information on naming.
    $

  • Oracle 10g Reports Server - problem authenticating against DB

    I have a problem with Oracle 10g Reports server authenticating against an Oracle RDBMS.
    When I try to run reports, an authentication form screen is presented, with the password field empty (the URL in explorer that loads this page contains the username and DB instance, but is missing the password) and the following error message:
    REP-51018: Need database user authentication
    When the password is entered into the empty field in the form and submitted, another 2 authentication errors are given.
    REP-51018: Need database user authentication
    REP-12545: java.sql.SQLException: ORA-12545: Connect failed because target host or object does not exist
    When the URL in the browser location field is manually altered to include the DB password, the reports are authenticated fine.
    Any ideas which config file I should be looking in?
    Any pointers would, of course, be much appreciated.
    thanks,
    Brian

    Hello, i finally have discovered what was happening, it has to be with the way FreeBSD passes the password field. By default FreeBSD passes the password field with a '*' while Oracle Linux (and Red Hat clones) expect an 'x' to look into shadow maps (Linux uses the '*' character in the password file to not allow login to that user).
    To solve it the password field served by the NIS server must be substituted, which is accomplished with nsswitch.conf and adding a line to the /etc/password file on the NIS Client, so the final files will look this way:
    # nsswitch.conf (compat directive allows us to use the '+' sintaxis in /etc/passwd file)
    passwd files compat
    # /etc/passwd (just add at the end of file)
    +:x:::::

  • Oracle 10g agent installation problem -- please advice. Thanks.

    I am trying to push an agent from a 32-bit CentOS 4.5 machine (where I successfully installed EM Grid Control with Database & that's working fine) to a 2-node Oracle 10g Clusterware/RAC, each machine has 64-bit CentOS 4.5. The questions I have are:
    1. Is this mixture of 32-bit/64-bit possible?
    2. When I am performing agent install, everything seemed to work (with manual root.sh execution provision) but at the end it's giving a message
    "Failure Preinstall Script Not Executed, Install Is Failed. Run root.sh Is Not Executed, PostInstall Script Is Not Executed. Collection Logs Is Success."
    And I don't see any agent* directory anywhere in any of the intended RAC Cluster nodes -- also, no error message log!
    Clusterware/RAC versin: 10.2.0.3
    EM Grid Control: 10.2.0.1
    I have no clue what are the meaning of these!
    Can somebody please tell me how to fix it (no upgrade suggestion please)?
    Thanks in advance.

    Hi,
    I noticed that you'd like to install OEM Agent for 32bit on 64-bit machine.
    Please look at the link below.
    http://www.oracle.com/technology/software/products/oem/htdocs/agentsoft.html#101x
    Because OEM Agent on different platform are released separately.
    eg.
    For x86linux is Linux_Grid_Control_agent_download_10_2_0_2_0.zip
    For Linux x86-64 is Linux_x86_64_Grid_Control_agent_download_10_2_0_2_0.zip
    So could you please install OEM agent version for linx x86-64 ?
    but I can not find OEM agent 10.2.0.1 version on link above. Do you have this version for 64-bit ?
    Regards
    Jason

  • Oracle 10g Enterprise Manager Problem

    hi
    i install oracle 10g version 10.1.0.2.0. when i run enterprise manager, status show "Metric Collection Error" Status Pending Since Mar 22, 2008 9:40:48 AM"
    plz tell me about this.
    thx

    salam.
    i not understand your question. plz explain again. target mean.
    thx.

  • Oracle 10g Shared Server Problem Please Help

    Hi
    I am studying for Oracle 10g OCP ; I was trying to start the shared server feature of oracle10g ver 10.2.0.
    The database name is :CERTIFICATION10g
    The listener name is: LISTENER_CERTIFICATION10g Port:1521
    I could register the dispatchers successully with the listener above. However when I open a new connection ; instead of going through the dispatcher it uses the dedicated connection. I tried opening many sessions but the established filed for both dispatchers remained 0
    I post a dump of the lsnrctl services command below:
    LSNRCTL> service listener_certification10g
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=einstein)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "certification10g" has 1 instance(s).
    Instance "certification10g", status READY, has 3 handler(s) for this service..
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    "D001" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: EINSTEIN, pid: 1428>
    (ADDRESS=(PROTOCOL=tcp)(HOST=einstein)(PORT=1045))
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: EINSTEIN, pid: 1252>
    (ADDRESS=(PROTOCOL=tcp)(HOST=einstein)(PORT=1044))
    Service "certification10g_XPT" has 1 instance(s).
    Instance "certification10g", status READY, has 3 handler(s) for this service..
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    "D001" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: EINSTEIN, pid: 1428>
    (ADDRESS=(PROTOCOL=tcp)(HOST=einstein)(PORT=1045))
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: EINSTEIN, pid: 1252>
    (ADDRESS=(PROTOCOL=tcp)(HOST=einstein)(PORT=1044))
    The command completed successfully
    LSNRCTL>
    Why are the connections not being routed through the dispatchers? Any additional setting needs to made?
    Please reply asap
    Thanls in Advance
    Prahalad Deshpande

    Maybe because you have in your listener.ora used by your client only this entry:
    XXX =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = YYYY)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED) -> should be SHARED
    (SERVICE_NAME = XXX)
    (INSTANCE_NAME = XXXX)
    (HS = OK)
    )

  • Oracle 10g in Solaris Problem

    Hi Guys , i was wondering how to start oracle database in correct way in Solaris
    Because i had a problem with it..
    i start the Oracle 10 in Solaris ,
    the database is up. then after few hours, it shut down / the database is down for no reason then i have to start again
    I was wondering whether there is a timeout? if there is how do i check it?
    below as my step to start the database.
    1. go to Oracle_HOME/bin
    2. type lsnrctl start
    3. sqlplus /nolog
    4. connect username/password as sysdba
    5. startup
    any better way to start it??
    after step 5, it shows no error and the database is ready.
    i can connect using sql plus and toad from other computer.
    But after few hours , it shutdown for no reason again..
    anyone can help me?
    is there any better way to start the database??
    can i use nohup command in solaris to start oracle? how to do that?
    Because of that , after my database starts , my web applicaton always hit
    java.sql.SQLException ioException Broken Pipe then i have to restart my app server...
    i heard broken pipe happens because the database is down without telling the app server is it??
    Thanks...

    All Seems okay...
    do u know the keyword is there is an exception..
    Below is my alert_SID.log
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    sga_max_size = 2097152000
    __shared_pool_size = 134217728
    __large_pool_size = 16777216
    __java_pool_size = 16777216
    __streams_pool_size = 0
    sga_target = 620756992
    control_files = /oracle/product/10.2.0/oradata/ILSDB/control01.ctl, /oracle/product/10.2.0/oradata/ILSDB/control02.ctl, /oracle/product/10.2.0/o
    radata/ILSDB/control03.ctl
    db_block_size = 8192
    __db_cache_size = 436207616
    compatible = 10.2.0.1.0
    db_file_multiblock_read_count= 16
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=ILSDBXDB)
    job_queue_processes = 10
    background_dump_dest = /oracle/product/10.2.0/admin/ILSDB/bdump
    user_dump_dest = /oracle/product/10.2.0/admin/ILSDB/udump
    core_dump_dest = /oracle/product/10.2.0/admin/ILSDB/cdump
    audit_file_dest = /oracle/product/10.2.0/admin/ILSDB/adump
    db_name = ILSDB
    open_cursors = 300
    pga_aggregate_target = 203423744
    awrflush_threshold_metrics= TRUE
    PMON started with pid=2, OS id=755
    PSP0 started with pid=3, OS id=758
    MMAN started with pid=4, OS id=760
    DBW0 started with pid=5, OS id=762
    LGWR started with pid=6, OS id=764
    CKPT started with pid=7, OS id=766
    SMON started with pid=8, OS id=768
    RECO started with pid=9, OS id=770
    CJQ0 started with pid=10, OS id=772
    MMON started with pid=11, OS id=774
    MMNL started with pid=12, OS id=776
    Thu Jul 20 15:46:26 2006
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    Thu Jul 20 15:46:26 2006
    DISM started, OS id=783
    Thu Jul 20 15:46:27 2006
    ALTER DATABASE MOUNT
    Thu Jul 20 15:46:33 2006
    Setting recovery target incarnation to 2
    Thu Jul 20 15:46:33 2006
    Successful mount of redo thread 1, with mount id 1643325139
    Thu Jul 20 15:46:33 2006
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Thu Jul 20 15:46:33 2006
    ALTER DATABASE OPEN
    Thu Jul 20 15:46:34 2006
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Thu Jul 20 15:46:34 2006
    Started redo scan
    Thu Jul 20 15:46:35 2006
    Completed redo scan
    273 redo blocks read, 87 data blocks need recovery
    Thu Jul 20 15:46:35 2006
    Started redo application at
    Thread 1: logseq 258, block 6373
    Thu Jul 20 15:46:35 2006
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 258 Reading mem 0
    Mem# 0 errs 0: /oracle/product/10.2.0/oradata/ILSDB/redo02.log
    Thu Jul 20 15:46:35 2006
    Completed redo application
    Thu Jul 20 15:46:37 2006
    Completed crash recovery at
    Thread 1: logseq 258, block 6646, scn 66574356
    87 data blocks read, 87 data blocks written, 273 redo blocks read
    Thu Jul 20 15:46:38 2006
    Thread 1 advanced to log sequence 259
    Thread 1 opened at log sequence 259
    Current log# 3 seq# 259 mem# 0: /oracle/product/10.2.0/oradata/ILSDB/redo03.log
    Successful open of redo thread 1
    Thu Jul 20 15:46:39 2006
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Thu Jul 20 15:46:39 2006
    SMON: enabling cache recovery
    Thu Jul 20 15:46:40 2006
    Successfully onlined Undo Tablespace 1.
    Thu Jul 20 15:46:40 2006
    SMON: enabling tx recovery
    Thu Jul 20 15:46:40 2006
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=1108
    Thu Jul 20 15:46:46 2006
    Completed: ALTER DATABASE OPEN
    Thu Jul 20 15:53:52 2006
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2171K exceeds notification threshold (2048K)
    KGL object name :select object_name from all_objects where object_name='TOAD_PROFILER' and object_type='PACKAGE'
    Thu Jul 20 17:45:24 2006
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as /oracle/product/10.2.0/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Could it be possible because my tablespace running out of space
    because i just check that the tablespace is fully utilized...
    If i delete large data from the table and commit.
    Will the tablespace free the memory??
    If not , how do it free up the tablespace memory rather than increasing it??

  • Oracle 10g R2 installation problem in HP-UX Itanium 11.23 64 bit

    platform desc:
    HP-UX 64 bit Itanium 11.23
    Oracle 10.2
    I fulfill all the prerequisites (environment setup, kernel parameter update properly, user/group creation properly).
    But while i'm starting the ./runInstaller then I got error which i cant define whats the problem.
    {font:'Courier New'}{color:#4f81bd}$whoami{color}{font}
    {font:'Courier New'}{color:#4f81bd} oracle
    {color}{font}{font:'Courier New'}{color:#1f497d} {color}{font}
    {font:'Courier New'}{color:#1f497d} {color}{font}
    {font:'Courier New'}{color:#4f81bd}$ ./runInstaller{color}{font}
    {font:'Courier New'}{color:#4f81bd}Starting Oracle Universal Installer...{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}Checking installer requirements...{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}Checking operating system version: must be B.11.23. Actual B.11.23{color}{font}
    {font:'Courier New'}{color:#4f81bd} Passed{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}Checking swap space: must be greater than 250 MB. Actual 4095 MB Passed{color}{font}
    {font:'Courier New'}{color:#4f81bd}Checking Temp space: must be greater than 250 MB. Actual 2527 MB Passed{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}All installer requirements met.{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}Preparing
    to launch Oracle Universal Installer from
    /tmp/OraInstall2009-01-27_01-38-40PM. Please wait ...$ Unhandled signal
    occurred at 0x60000000c7c66780{color}{font}
    {font:'Courier New'}{color:#4f81bd}SIGSEGV 11* segmentation violation{color}{font}
    {font:'Courier New'}{color:#4f81bd} si_signo [11]: SIGSEGV 11* segmentation violation{color}{font}
    {font:'Courier New'}{color:#4f81bd} si_errno [0]: Error 0{color}{font}
    {font:'Courier New'}{color:#4f81bd} si_code [2]: SEGV_ACCERR [addr: 0x0]{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}Aborting...{color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd} {color}{font}
    {font:'Courier New'}{color:#4f81bd}****************{color}{font}
    {font:'Courier New'}{color:#4f81bd}Another exception has been detected while we were handling last error.{color}{font}
    {font:'Courier New'}{color:#4f81bd}Dumping information about last error:{color}{font}
    {font:'Courier New'}{color:#4f81bd}ERROR REPORT FILE = (N/A){color}{font}
    {font:'Courier New'}{color:#4f81bd}PC = c7c66780{color}{font}
    {font:'Courier New'}{color:#4f81bd}SIGNAL = 11{color}{font}
    {font:'Courier New'}{color:#4f81bd}FUNCTION NAME = (N/A){color}{font}
    {font:'Courier New'}{color:#4f81bd}OFFSET = 0xFFFFFFFF{color}{font}
    {font:'Courier New'}{color:#4f81bd}LIBRARY NAME = (N/A){color}{font}
    {font:'Courier New'}{color:#4f81bd}Please check ERROR REPORT FILE for further information, if there is any.{color}{font}
    {font:'Courier New'}{color:#4f81bd}Good bye.{color}{font}
    Pls help...
    Shafiul.

    A simple search on metalink....
    Oracle Universal Installer Terminates with SIGSEGV 11* Segmentation Violation
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=155649.1
    Note 43507.1 ALERT:HP-UX: Patch Levels Advised

  • Oracle 10g XE installation problem on Ubuntu Linux, Oracle will not start

    Hi,
    After installing the pakages the error is when I call sqlplus and login as SYS :-
    oracleXE: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
    ERROR:
    ORA-12547: TNS:lost contact
    What I have done:-
    My system is 64 bit AMD.
    I installed .deb package on Ubuntu 9.04 server. I installed the following packages.
    1.     ibc6-i386
    2.     libaio_0.3.104-1_i386.deb
    3.     bc
    4.     oracle-xe-universal_10.2.0.1-1.1_i386.deb.
    The Oracle processes do not start after running /etc/init.d/oracle-xe start.
    I can tnsping from the local machine.
    dpkg -l |grep libaio gives the following:
    ii libaio1 0.3.107-3ubuntu1 Linux kernel AIO access library - shared lib

    I have been running XE on 9.04 (32bit on my laptop - 64bit on my workstation) and both works fine. I had no problem installing. I followed the directions in documents I found on Ubuntu forums and also google. The document I used to install on 64bit was from http://littlebrain.org
    I remember using
    dpkg -i --force-architecture libaio1_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture libaio-dev_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture libaio1-dbg_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture oracle-xe_10.2.0.1-1.0_i386.deb
    and then I used the ./oracle-xe configure as root, the installation was ok - and I have even updated the APEX version to 3.2.1 on the XE installation running on my 64bit Ubuntu 9.04
    hope this proves useful
    R/ Zafer

  • Fedora Core 6 and ORACLE 10g Express Edition Problem

    Hello
    I have to following problwm
    I have installed Oracle XE in a machine that has FC 6
    I found that:
    1. Oracle is well installed on server
    2. Listener of Oracle is started (LSNRCTL) and doing status
    3. The host is configured setting my IP so ther is no problem of Host name (Also the same i did on Mandriva I had previously installed.
    4. The swap of the system is 1.7 GB so i think it is OK
    The problem is that when doing SQLPLUS kai login to "an idle instance" and doing
    "startup nomount" send an 00600 error keltnfy-lmdInit error.
    another problem is that the http access is disabled.
    Oracle setup was done by disabling SELinux.
    Any help?

    Searches on the net and Metalink for the keltnfy-lmdInit suggest there is a problem in the name resolution.

  • Oracle 10g Express Edition - Problem setting Remote Listener access

    Hi,
    I have finally managed to get my SUSE machine running Oracle XE. Now I wanted to add remote access to the listener by issuing the following statement (which is the same as described in the documentation)
    SQL> EXEC DBMS_XDB.SETLISTENERLOCALACCES(FALSE);
    BEGIN DBMS_XDB.SETLISTENERLOCALACCES(FALSE); END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_XDB.SETLISTENERLOCALACCES' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    SQL>
    But I run into the above error - somebody knows what to do?
    Regards,
    Thomas

    SQL> select owner,object_type,status from all_objects where lower(object_name) = 'dbms_xdb';
    select owner,object_type,status from all_objects where lower(object_name) = 'dbms_xdb'
    ERROR at line 1:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    So, I have tried the following:
    ->
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01507: database not mounted
    SQL> alter database mount;
    alter database mount
    ERROR at line 1:
    ORA-00205: error in identifying control file, check alert log for more info
    SQL> alter database create standby controlfile as 'ora_control1' reuse;
    alter database create standby controlfile as 'ora_control1' reuse
    ERROR at line 1:
    ORA-01507: database not mounted
    I'm quite confused right now.

  • Oracle 10g Database startup problem Please help

    i am trying to start database but getting error;
    SQL> startup
    ORACLE instance started.
    Total System Global Area 281018368 bytes
    Fixed Size 788776 bytes
    Variable Size 229373656 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 524288 bytes
    Database mounted.
    ORA-16038: log 2 sequence# 44103 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 2 thread 1: 'D:\ORADATA\ASDB\REDO02.LOG'
    Please guide and help
    Thanks,
    Waheed.

    The error stack is interpreted as follows:
    ORA-16038:     log string sequence# string cannot be archived
    Cause:     An attempt was made to archive the named file, but the file could not be archived. Examine the secondary error messages to determine the cause of the error.
    Action:     No action is required
    ORA-19809:     limit exceeded for recovery files
    Cause:     The limit for recovery files specified by the DB_RECOVERY_FILE_DEST_SIZE was exceeded.
    Action:     The error is accompanied by 19804. See message 19804 for further details.
    ORA-19804:     cannot reclaim string bytes disk space from string limit
    Cause:     Oracle cannot reclaim disk space of specified bytes from the DB_RECOVERY_FILE_DEST_SIZE limit.
    Action:     There are five possible solutions: 1) Take frequent backup of recovery area using RMAN. 2) Consider changing RMAN retention policy. 3) Consider changing RMAN archivelog deletion policy. 4) Add disk space and increase DB_RECOVERY_FILE_DEST_SIZE. 5) Delete files from recovery area using RMAN.
    ORA-00312:     online log string thread string: 'string'
    Cause:     This message reports the filename for details of another message.
    Action:     Other messages will accompany this message. See the associated messages for the appropriate action to take.
    DB_RECOVERY_FILE_DEST_SIZE specifies (in bytes) the hard limit on the total space to be used by target database recovery files created in the flash recovery area. You should increase this value.
    On the other hand, out from the context I guessed it is a 10gRx database, but you should specify this on your thread, as well as specify os details.
    ~ Madrid

  • OIM DB Application Table (for oracle 10g db) reconciliation problem

    I want to reconcile my oracle database table into OIM. My table name in the db is called SD_EMPLOYEE and following is the fields.
         StaffID VARCHAR2(10),
         EmpID VARCHAR2(6),
         IDType VARCHAR2(20),
         IDNum VARCHAR2(20),
         EmpName VARCHAR2(255),
         EmpType VARCHAR2(20),
         EmpStatus VARCHAR2(10),
         LocID VARCHAR2(10),
         DeptID VARCHAR2(10),
         JobID VARCHAR2(10),
         JoinDate DATE,
         ConfirmedDate DATE,
         Confirmed VARCHAR2(2),
         ResignDate DATE,
         LoginID VARCHAR2(100),
         DomainName VARCHAR2(50),
         Email VARCHAR2(100),
         MobileNo VARCHAR2(10),
         ExtensionNo VARCHAR2(10),
         Xchange VARCHAR2(100),
         MovementType VARCHAR2(20),
         PrevMovementType VARCHAR2(20),
         MovementStatus VARCHAR2(10),
         MovementEffDate DATE,
         MovementDetail VARCHAR2(255)
    However, I'm not sure how should I modify my oraApp2.xml file so that I can reconcile my SD_EMPLOYEE data into OIM and create the users. I'm not sure what it means by <xdb_app_map ... >.
    <?xml version="1.0"?>
    <xdb_app_map
    xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation = "file:///export/home/dbadp/xdb_app_map.xsd"
    name = "OracleApp1">
    <target_application>
    <target_app_name>testapp1</target_app_name>
    <target_app_ver>1.0</target_app_ver>
    <target_app_provider>Wipro</target_app_provider>
    </target_application>
    <target_database>
    <database name = "Oracle">
    <properties>
    <encryption_nego_level impl_class_name = "oracle.net.encryption_client" value = "REQUESTED"/>
    <encryption_algorithm impl_class_name = "oracle.net.encryption_client" value = "DES40"/>
    <crypto_seed impl_class_name = "oracle.net.crypto_seed" value = "xelsysadmin_seed"/>
    <crypto_checksum_level impl_class_name = "oracle.net.crypto_checksum_client" value = "REQUIRED"/>
    <crypto_checksum_client impl_class_name = "oracle.net.crypto_checksum_types_client" value = "MD5"/>
    </properties>
    </database>
    </target_database>
    <database_adapter>
    <operation name = "create">
    <task table_name = "MDL2_USER_PROF" xeltask_type = "insert">
    <column
    col_name = "USR_ID"
    data_type = "VARCHAR2"
    data_typ_size = "20"
    col_info = "primary"
    required = "true"
    col_type = "xellerate"
    xel_data_source = "xel_usr_id"/>
    <column
    col_name = "USR_FIRST_NAME"
    data_type = "VARCHAR2"
    data_typ_size = "60"
    required = "true"
    col_type = "xellerate"
    xel_data_source = "xel_usr_first_name"/>
    Anyone can help?

    Hi Kevin,
    Thanks for your info.
    Just to make things clearer. Im doing a trusted recon. I have the below.
    1) For the IT resource,
    a) Application Name: this should be the same with the application name I put in the
    XML file right? I have put it as testapp1.
    b) Database user ID: this is the user which have the access to the table I want to
    reconciled into OIM?
    2) For resource object,
    a) I'm currently using the "Database Application Resource" which has all predefined
    fields like xel_usr_id. However, in the reconciliation action rules, I can't select the option of "create user" when "no matches found". Thus, can I use the "xellerate user" resource object for the DB Application Table connector?
    3) Table to reconcile into OIM:
    SD_Employee. The fields are EMPID, FNAME and LNAME.
    In the OraApp2.xml file, I have the below:
    <operation name = "create">
    <task table_name = "DBRECON.SD_Employee" xeltask_type = "insert">
    <column
    col_name = "EMPID"
    data_type = "VARCHAR2"
    data_typ_size = "20"
    col_info = "primary"
    required = "true"
    col_type = "xellerate"
    xel_data_source = "xel_usr_id"/>
    <column
    col_name = "FNAME"
    data_type = "VARCHAR2"
    data_typ_size = "60"
    required = "true"
    col_type = "xellerate"
    xel_data_source = "xel_usr_first_name"/>
    <column
    col_name = "LNAME"
    data_type = "VARCHAR2"
    data_typ_size = "60"
    required = "true"
    col_type = "xellerate"
    xel_data_source = "xel_usr_last_name"/>
    Am I doing the right thing here? As I still can't get the records in the SD_EMployee table to reconciled into OIM.
    Your help is much appreciated.
    Thanks,
    GBHL

  • Oracle Stream Replication 10G

    Hi.
    We are planing to use 10G stream replication for our production enviorment. But we are concenred over few things before we move ahead with option. Our prior experience with 9i stream replication was not that good.
    9i does'nt functionality to do some advance maintenance task that could required on production enviorment. We are hoping 10G would be better option to go with streams.
    However, following are few questions that we have regarding this product. Request your valuable inputs on Oracle 10G streams replication.
    -->How effective this tool is compared to prior version 9i.
    -->How stable Streams are with 10G? Are still there any know critical issues with stream replication 10G for e.g bugs or patches that are under review e.g?
    -->For replication of production enviorment, would it be an ideal choice compared to third party vendor like golden Gate or shareplex.
    You reponse would be greatly appreciated.
    Thnks
    Ratheesh

    Hi Rateesh,
    -->How effective this tool is compared to prior version 9i.Very good. I use Streams in many production environments, even for bidirectional replication. Streams is very stable in 10g.
    For replication of production enviorment, would it be an ideal choice compared to third party vendor like golden Gate or shareplex.It depends on several factors. It's better than GG and Shareplex by far (IMHO).
    Madhu Tumma has some great Streams notes on this in his book "Oracle Streams":
    http://www.rampant-books.com/book_2004_2_streams.htm
    Hope this helps. . . .
    Donald K. Burleson
    Oracle Press author

Maybe you are looking for

  • S_ALR_87012177 (customer payment history) doesn't work for histories ...

    Hi All Rif t.code S_ALR_87012177. This report requires, for working, the flag in th filed "Payment history record" in the tab "payment transactions" of customers master data. I've adjourned the master data of the customers putting in the field "Payme

  • About executables in Java

    Hi all, I've heard that it is possible to create an .exe file written in java. Till now i thought that a compiler creates class files that are executed inside VM. On the other hand .exe files are executed by the Operating System, right? Isn't it a li

  • How can you use symbols in Windows 7 on a IMac 27

    How can you use symbols @$€%£¥ in Windows 7 on a IMac 27 mid 2011?  I tried what was normally done on Windows and got nothing.  Alt plus numbers and nothing happens, what am I missing?

  • Fantasdic dictionary crashes

    Hi I just love fantasdic and this makes me mad. I have install it from AUR http://aur.archlinux.org/packages.php?ID=10145. It works but when i open preferences dialog and click on properties button fantasdic suddenly crashes. Here is the output from

  • Runtime Error Contract -System attempted dynpro 0201 in program "SAPLXM06"

    Hi Experts, While Creating Contract in Me31k transaction in IS-Retail server , I am getting a ABAP Runtime Error : "The system attempted to use dynpro 0201 in program "SAPLXM06".This dynpro does not exist". Program SAPMM06E Include MM06EO0C_CUSTSCR1_