Listner error while EXPDP

hi Guru's
when i am trying to use expdp i am getting following error
[oracle@localhost ~]$ expdp scott/tiger@oracl full=y directory=test dumpfile=fulldump.dmp logfile=full.log
Export: Release 10.2.0.1.0 - Production on Sunday, 26 June, 2011 10:46:45
Copyright (c) 2003, 2005, Oracle.  All rights reserved.
UDE-00008: operation generated ORACLE error 12154
ORA-12154: TNS:could not resolve the connect identifier specified
[oracle@localhost ~]$

tnsnames.ora
-------------------# tnsnames.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
ORCL =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = orcl)
SOMU =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = somu)
EXTPROC_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
      (SID = PLSExtProc)
      (PRESENTATION = RO)
  )----------------------listner.ora-----------------
# listener.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_1/network/admin/listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = /home/oracle/oracle/product/10.2.0/db_1)
      (PROGRAM = extproc)
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
      (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
  )my SID is "orcl" where i am working ...................
Edited by: CHETAN YADAV on Jun 26, 2011 11:01 AM

Similar Messages

  • ERROR WHILE EXPDP

    Hi guru's
    i m getting following error while running expdp
    [oracle@localhost home]$ expdp scott/tiger@orcl DIRECTORY=test DUMPFILE=full.dmp FULL=y LOGFILE=full.log
    Export: Release 10.2.0.1.0 - Production on Sunday, 26 June, 2011 12:16:50
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 475
    ORA-29283: invalid file operation

    Hello,
    ORA-39070: Unable to open the log file.It seems there's something wrong with the log file.
    How is defined the Directory TEST ?
    Do you use ASM ?
    If yes, the log file must be written to a disk file, and not written into the Oracle ASM storage.
    You'll find more informations about the LOGFILE parameter below:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16536/dp_export.htm#SUTIL855
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16536/dp_overview.htm#i1009537
    Hope this help.
    Best regards,
    Jean-Valentin

  • Synonyms Error while EXPDP/IMPDP

    Hi Firends..
    I have to refresh my UAT DB with my Prod DB while doing so i always have to recreate the synonyms and also have to grant the priveleges once again on the target DB.
    As i am using EXPDP to backup my DB and as this being a logical backup and a logical backup means the objects which includes synonyms as well, are backed up and then during import this should be recreated in the target DB.
    Following are the command that i am using:
    expdp dumpfile=file_name.dmp logfile=logfile_name.log schemas=abc_liv directory=DATA_PUMP_DIR status=100 exclude=statistics
    impdp dumpfile=file_name.dmp logfile=logfile_name.log remap_schema=abc_liv:abc directory=DATA_PUMP_DIRwhere:
    abc_liv = prod schema
    abc = uat schema
    Note:
    UAT and Prod DB both has three schemas each and there are lots of dependencies among the three schemas.
    UAT schemas names are different and Prod schemas names are different.
    Kindly enlighten me...
    BR

    Thanks Guys,
    OS:RHEL 64 bit
    DB:11.2.0.2 64 bit SE
    I do drop the entire schema and then recreate the same schema. Following is the command that i use:
    drop user schema_name cascade;As the cascade keyword is used, all the schema objects are also dropped along with the user and then i have a fresh schema of the same name which is dumped with the data of the Prod DB.
    Following are the errors that i am getting during Import:(Too many errors)
    ALTER_PACKAGE_SPEC:"schema_name"."PKG_LMS_ALO_PKG_MAIN" created with compilation warnings
    ORA-39082: Object type ALTER_PACKAGE_SPEC:"schema_name"."PKG_REROUTE_MASTERS" created with compilation warnings
    ORA-39082: Object type ALTER_PACKAGE_SPEC:"schema_name"."PKG_WF_GLOBAL_VARIABLES" created with compilation warnings
    Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."CHECKDUPLICAT" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."CHG_FUN_GET_CHARGE_DETAILS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."CHG_FUN_GET_CHGBASIS_DESC" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."CHG_FUN_GET_PENAL_APPLIC_YN" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."CPF_FUN_EXT_AGENCY_OTHER" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."DOC_FUN_GETSMDESC" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUNCTION_SET_EXPECTEDAPPRDATE" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUNCTION_SET_EXPECTEDFIDATE" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ACTIVITY_COMPLETED_YN" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ACTIVITY_DONEYN" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ACTUAL_DISB_DONE_YN" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ADD_UPD_EXP" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ADV_INSTALL_DISPLAY_YN" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."WFS_GET_USER_MODULE_SPECIFIED" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."WF_FUN_GET_AVL_PARAM_DETAILS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."WF_FUN_GET_NO_OF_CASES" created with compilation warningsProcessing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."ADD_PARAMETER" created with compilation warningsORA-39082: Object type ALTER_PROCEDURE:"schema_name"."CHECK_APPL_IMPACT_PERF_REROUTE" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."CHECK_FAULT" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."FEE_WAIVER_REQ_M_YN" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."FIND_DEDUP_MATCH" created with compilation warningsORA-39082: Object type ALTER_PROCEDURE:"schema_name"."FIND_DEDUP_MATCH_APPL" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."GENERATE_ENVELOPE" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."GENERATE_TRNAUDIT_LOG" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."GET_DOCUMENTS_FORADDITION_XML" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."GET_DOCUMENTS_FORWAIVER_XML" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_CMPSUM_OUTSTPORTFOLIO" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_CUST_OS_EXP_SUM" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_FUTURE_INFLOWS" created with compilation warningsORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_INTEREST_CERTIFICATE" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_NONSTARTERCASE_DET" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_NONSTARTERCASE_SUM" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_ODPREEMI_EMISUMMARY" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_SHORT_PDC_REPORT" created with compilation warningsORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LOS_BATCH_PROCEDURE" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."PC_CALC_RISK_PARAMETERS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ALLOC_SPFC_USER" created with compilation warnings
    ORA-39082: Object type
    CHEMA_EXPORT/VIEW/VIEWProcessing object type SCHEMA_EXPORT/VIEW/GRANT/OWNER_GRANT/OBJECT_GRANT
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_ASSET" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_ASSETTYPE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_ASSET_TYPE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_ASTCLASS" created with compilation warningsORA-39082: Object type VIEW:"schema_name"."AST_VEW_ATTR_MAPPING" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_EXT_AGENCY" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_VEHICLE_TYPE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."BASE_SEC_MST_USERPROFILE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_RPT_VEW_CHGBASISCODE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_RPT_VEW_TAX_DETAILS" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_ACC_BOOKS" created with compilation warningsORA-39082: Object type VIEW:"schema_name"."CHG_VEW_ACC_METHOD" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_AMORT_METHOD" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_CALC_BASIS" created with compilation warnings
    ORA-39082: Object type
    VIEW:"schema_name"."CHG_VEW_CALC_FROM" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_CALC_TYPE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_CHG_RECOMODE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_EVENT" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_FEES" created with compilation warningsORA-39082: Object type VIEW:"schema_name"."CHG_VEW_FEES_RANGE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_FEE_ACC_DETAILS" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_FEE_DETAILS" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_FEE_MST_DETAILS" created with compilation warnings
    ORA-39082: Object type IEW:"schema_name"."V_LMS_CHEQUE_BOUNCE_LETTER" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."V_LMS_ACCRUED_INCOME_REPORT" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."V_LMS_REPAY_FREQ" created with compilation warnings
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."AST_PKG_ASSET" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."CHG_PKG_API" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."DOC_PKG_DOCUMENT" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."EXT_PKG_EXT_AGENCY" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_ACCOUNT" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_ACCOUNTING" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_ADV_ALLOCATION" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_ALLOCATION" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_ASSET" created with compilation warningsORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_BASE_SEC_AUDIT" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_CHARGES" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_CRS_XML" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_DDP_MAIN" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_EODDETAILS" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_EOD_PROCESS" created with compilation warnings
    ORA-39082: Object type
    TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_BUSINESS_IN" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_BUSINESS_IN" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_ADDRESS_DETAILS" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_ADDRESS_DETAILS" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_EMPLOYMENT" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_EMPLOYMENT" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_LIABILITIES" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_LIABILITIES" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_SUBPRODUCT" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_SUBPRODUCT" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_ORG_APPLICANT_DETAILS" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_ORG_APPLICANT_DETAILS" created with compilation warnings
    Processing object type SCHEMA_EXPORT/JOB
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 1687 error(s) at 17:32:05Once the import is done, I recreate the synonyms and also give the required grants and then i get around 1750 invalid objects in the DB and when i run the UTLRP to compile the objects the invalid count is reduced to 89..
    BR
    Edited by: user12045405 on 11 Jul, 2012 5:28 AM
    Edited by: user12045405 on 11 Jul, 2012 5:29 AM

  • ORA-39065: unexpected master proce error while expdp.

    Yesterday I exported my schemas using the below command
    nohup expdp x/x@ORADB DIRECTORY=DATA_PUMP_DIR DUMPFILE=schemabackup_xltcconv_14july2010.dmp logfile=schemabackup_xltcconv_14july2010.log SCHEMAS=CNVOPRO8,CNVOPRO4,CNVREFO3,CNVREFO5,CNVAPPO1,X11DBSECO,CNVAPPO3,CNVREFO4,CNVREFO2,CNVOPRO2,CNVREFO6,CNVAPPO8,CNVAPP1,XDBSECO,CNVAPPO2,CNVPPO6,CNVREFO7,CNVOPRO3,CNVOPRO5,CNVAPPO7,CNVOPRO7,CNVOPRO1,CNVAPPO4,CNVAPPO5,CNVREFO8,CNVREFO1,CNVOPRO6 &
    ORA-39065: unexpected master process exception in KUPC$QUEUE_INT.PUT_STATUS
    ORA-39079: unable to enqueue message DG,KUPC$S_1_20100714231902,MCP, ,7152,Y
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPC$QUE_INT", line 969
    ORA-23603: STREAMS enqueue aborted due to low SGA
    ORA-39097: Data Pump job encountered unexpected error -39079
    What could be happening?

    user9131570 wrote:
    Yesterday I exported my schemas using the below command
    nohup expdp x/x@ORADB DIRECTORY=DATA_PUMP_DIR DUMPFILE=schemabackup_xltcconv_14july2010.dmp logfile=schemabackup_xltcconv_14july2010.log SCHEMAS=CNVOPRO8,CNVOPRO4,CNVREFO3,CNVREFO5,CNVAPPO1,X11DBSECO,CNVAPPO3,CNVREFO4,CNVREFO2,CNVOPRO2,CNVREFO6,CNVAPPO8,CNVAPP1,XDBSECO,CNVAPPO2,CNVPPO6,CNVREFO7,CNVOPRO3,CNVOPRO5,CNVAPPO7,CNVOPRO7,CNVOPRO1,CNVAPPO4,CNVAPPO5,CNVREFO8,CNVREFO1,CNVOPRO6 &
    ORA-39065: unexpected master process exception in KUPC$QUEUE_INT.PUT_STATUS
    ORA-39079: unable to enqueue message DG,KUPC$S_1_20100714231902,MCP, ,7152,Y
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPC$QUE_INT", line 969
    ORA-23603: STREAMS enqueue aborted due to low SGA
    ORA-39097: Data Pump job encountered unexpected error -39079
    What could be happening?Check below metalink note:
    *Expdp Fails With ORA-39065, ORA-39078,ORA-23603 [ID 785104.1]*
    Its mean if you use 10g then increase sga_target else you use 11g increase memory_target also Increase the streams_pool_size init parameter then try again
    Edited by: Chinar on Jul 14, 2010 9:27 PM

  • Error while expdp schema

    Hi, i tried to export on schemq using the sintaxis
    expdp user/password schema=user dumpfile=dmp.file parallel=4 but i have this message
    ora-39014 - workers.
    Regards

    the complete message error
    Export: Release 10.2.0.1.0 - Production on Miércoles, 24 Junio, 2009 22:20:07
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Conectado a: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Iniciando "I4B"."SYS_EXPORT_SCHEMA_12": i4b/******** directory=dmp logfile=i4b.log filesize=2G dumpfile=i4bcr240609 parallel=1
    Estimación en curso mediante el método BLOCKS...
    Procesando el tipo de objeto SCHEMA_EXPORT/TABLE/TABLE_DATA
    Estimación total mediante el método BLOCKS: 174.8 MB
    Procesando el tipo de objeto SCHEMA_EXPORT/USER
    Procesando el tipo de objeto SCHEMA_EXPORT/SYSTEM_GRANT
    Procesando el tipo de objeto SCHEMA_EXPORT/ROLE_GRANT
    Procesando el tipo de objeto SCHEMA_EXPORT/DEFAULT_ROLE
    Procesando el tipo de objeto SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Procesando el tipo de objeto SCHEMA_EXPORT/DB_LINK
    Procesando el tipo de objeto SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    ORA-39014: Uno o más workers han salido antes de tiempo.
    ORA-39029: el worker 1 con el nombre de proceso "DW01" ha terminado antes de tiempo
    ORA-31671: El proceso de worker DW01 tiene una excepción no tratada.
    ORA-00600: código de error interno, argumentos: [qmxtrScalarIsRewritable:dft], [], [], [], [], [], [], []
    ORA-06512: en "SYS.KUPW$WORKER", línea 1345
    ORA-06512: en línea 2
    El trabajo "I4B"."SYS_EXPORT_SCHEMA_12" se ha parado debido a un error fatal en 22:20:43
    ORA-39014: Uno o más workers han salido antes de tiempo.

  • Error while running the autoconfig

    Hi All,
    Im getting below error while running the autoconfig on apps tier.could someone help me on below issue.
    Application 11.5.10.2
    DB :10.2.0.4.0
    OS: HP UX
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temperory tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 512
    ERRORCODE = 512 ERRORCODE_END
    Thanks
    Edited by: user11977341 on Jun 8, 2011 3:06 AM

    Database & listner are up & running but when i run the autoconfig on form node im getting error
    java.lang.Exception: Error while generating listener.ora.
    at oracle.apps.ad.tools.configuration.NetServiceHandler.generate806Listener(NetServiceHandler.java:2503)
    at oracle.apps.ad.tools.configuration.NetServiceHandler.processNode(NetServiceHandler.java:2272)
    at oracle.apps.ad.tools.configuration.NetServiceHandler.main(NetServiceHandler.java:2978)
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temperory tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 512
    ERRORCODE = 512 ERRORCODE_END
    .end std out.
    Thanks

  • Error while running adlnkoh.sh

    I am performing cloning of Oracle Apps R12 version 12.0.4
    Using cold backup single node to single node.
    I got an error and i checked the logfile i got this
    Error while running adlnkoh.sh.
    return code = .1.7.12.14.15.16.17.18.19.21.22.23.24.25.26.27.30.32.33.34.42.43.44.45.46.47.48.49.51.52.53.54.55.56.57.58.59.60.62
    Please check logfile located at /oracle/cloning/db/tech_st/10.2.0/appsutil/log/TEST1_zishan/make_12091249.log
    Then I had seen above logfile and i got this error
    running genclntsh...
    /oracle/cloning/db/tech_st/10.2.0/lib/libcore10.a: could not read symbols: File format not recognized
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    Failed to generate client shared library on Thu Dec 9 12:49:07 IST 2010...
    rm -f oracle dbv tstshm maxmem orapwd dbfsize cursize genoci extproc extproc32 hsalloci hsots hsdepxa dgmgrl dumpsga mapsga osh sbttest expdp impdp imp exp sqlldr rman nid extjob extjobo genezi ikfod grdcscan /oracle/cloning/db/tech_st/10.2.0/rdbms/lib/ksms.s /oracle/cloning/db/tech_st/10.2.0/rdbms/lib/ksms.o
    Completed removing old executables on Thu Dec 9 12:49:07 IST 2010...
    /usr/bin/gcc -O2 -I/oracle/cloning/db/tech_st/10.2.0/rdbms/demo -I/oracle/cloning/db/tech_st/10.2.0/rdbms/public -I/oracle/cloning/db/tech_st/10.2.0/plsql/public -I/oracle/cloning/db/tech_st/10.2.0/network/public -DLINUX -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -DSLTS_ENABLE -DSLMXMX_ENABLE -D_REENTRANT -DNS_THREADS -c -o config.o config.c
    Completed relinking target config.o ...
    Completed linking target links on Thu Dec 9 12:49:09 IST 2010...
    /oracle/cloning/db/tech_st/10.2.0/precomp/lib
    Linking /oracle/cloning/db/tech_st/10.2.0/precomp/lib/proc
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    /bin/chmod: cannot access `/oracle/cloning/db/tech_st/10.2.0/precomp/lib/proc': No such file or directory
    make: *** [oracle/cloning/db/tech_st/10.2.0/precomp/lib/proc] Error 1
    Failed linking target relink on Thu Dec 9 12:49:10 IST 2010...
    /oracle/cloning/db/tech_st/10.2.0/rdbms/lib
    /usr/bin/ar cr /oracle/cloning/db/tech_st/10.2.0/rdbms/lib/libknlopt.a /oracle/cloning/db/tech_st/10.2.0/rdbms/lib/kkpoban.o
    /oracle/cloning/db/tech_st/10.2.0/lib//libcore10.a: could not read symbols: No more archived files
    collect2: ld returned 1 exit status
    make: *** [oracle/cloning/db/tech_st/10.2.0/rdbms/lib/oracle] Error 1
    Failed linking target oracle on Thu Dec 9 12:49:12 IST 2010...
    /oracle/cloning/db/tech_st/10.2.0/network/lib
    genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1
    Failed linking targets nnfgt.o mkldflags client_sharedlib on Thu Dec 9 12:49:12 IST 2010...
    /oracle/cloning/db/tech_st/10.2.0/sqlplus/lib
    make: *** [sqlplus] Error 1
    Failed linking target sqlplus on Thu Dec 9 12:49:12 IST 2010...
    /oracle/cloning/db/tech_st/10.2.0/rdbms/lib
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [trcroute] Error 1
    Failed linking target install ((ins_net_client.mk) on Thu Dec 9 12:49:12 IST 2010...
    /oracle/cloning/db/tech_st/10.2.0/plsql/lib
    chmod 755 /oracle/cloning/db/tech_st/10.2.0/bin
    make: *** [ctxload] Error 1
    Failed linking target install on Thu Dec 9 12:49:13 IST 2010...
    /oracle/cloning/db/tech_st/10.2.0/sysman/lib
    make -f /oracle/cloning/db/tech_st/10.2.0/sysman/lib/ins_sysman.mk relink_sharedobj SHAREDOBJ=libnmemso
    Error found while relinking
    return code = .1.7.12.14.15.16.17.18.19.21.22.23.24.25.26.27.30.32.33.34.42.43.44.45.46.47.48.49.51.52.53.54.55.56.57.58.59.60.62

    No it is not packages problem i had check all the packages it is showing some relinking error.
    Please do help me out, I am sending u the log record of make file
    /oracle/cloning/db/tech_st/10.2.0/appsutil/log/TEST1_zishan/make_12091509.log
    running genclntsh...
    /oracle/cloning/db/tech_st/10.2.0/lib/libcore10.a: could not read symbols: File format not recognized
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    Failed to generate client shared library on Thu Dec 9 15:09:21 IST 2010...
    rm -f oracle dbv tstshm maxmem orapwd dbfsize cursize genoci extproc extproc32 hsalloci hsots hsdepxa dgmgrl dumpsga mapsga osh sbttest expdp impdp imp exp sqlldr rman nid extjob extjobo genezi ikfod grdcscan /oracle/cloning/db/tech_st/10.2.0/rdbms/lib/ksms.s /oracle/cloning/db/tech_st/10.2.0/rdbms/lib/ksms.o
    Completed removing old executables on Thu Dec 9 15:09:21 IST 2010...
    /usr/bin/gcc -O2 -I/oracle/cloning/db/tech_st/10.2.0/rdbms/demo -I/oracle/cloning/db/tech_st/10.2.0/rdbms/public -I/oracle/cloning/db/tech_st/10.2.0/plsql/public -I/oracle/cloning/db/tech_st/10.2.0/network/public -DLINUX -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -DSLTS_ENABLE -DSLMXMX_ENABLE -D_REENTRANT -DNS_THREADS -c -o config.o config.c
    Completed relinking target config.o ...
    make[1]: *** [oracle/cloning/db/tech_st/10.2.0/sysman/lib/nmccollector] Error 1
    make[1]: Leaving directory `/oracle/cloning/db/tech_st/10.2.0/sysman/lib'
    make: *** [nmccollector] Error 2
    Failed linking target collector on Thu Dec 9 15:09:34 IST 2010...
    The value of IS_RAC:false
    Error found while relinking
    return code = .1.7.12.14.15.16.17.18.19.21.22.23.24.25.26.27.30.32.33.34.42.43.44.45.46.47.48.49.51.52.53.54.55.56.57.58.59.60.62

  • Error while importing the spatial data

    Hi,
    I have the expdp dump from 10.2.0.4 db and I am importing it to 11.2.0.2 on another servers. I received the below error;
    ORA-39083: Object type INDEX failed to create with error:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13230: failed to create temporary table [M5_13791$$] during R-tree creation
    ORA-13249: Error in stmt: INSERT /*+ APPEND */ INTO M5_13791$$ select rid , min_d1, max_d1 , min_d2, max_d2 from M2_13791$$ a where (min_d1+max_d1) >
    ORA-13249: Stmt-Execute Failure: INS
    ORA-39083: Object type INDEX failed to create with error:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfergm]
    ORA-13200: internal error [ROWID:AAAS9jAARAAAYYmAAA] in spatial indexing.
    ORA-13206: internal error [] while creating the spatial index
    ORA-13033: Invalid data in the SDO_
    Job "SYS"."SYS_IMPORT_FULL_01" completed with 688 error(s) at 16:00:41
    Can anyone tell me what could be reason of all these errors and and the workaround for the same.
    Thanks....

    Mayura,
    . . . .One workaround may be to use the "exclude" command-line option to exclude the offending table (currently, M5_13791$$).
    EXCLUDE=TABLE:"= 'M5_13791$$')". . . .Another workaround may be to load the data without indexes first, then fuss with rebuilding indexes.
    EXCLUDE=INDEX:"LIKE '%'"Regards,
    Noel

  • ORA-04030: out of process memory error for expdp utility

    Hi,
    I am using expdp utility to export schema objects. It was working fine for the past one year, but now I am facing this issue.
    It is giving below error while exporting one schema objects.
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA while calling DBMS_METADATA.FETCH_XML_CLOB [TABLE:....................
    ORA-04030: out of process memory when trying to allocate 4108 bytes (Typecheck,kgghteInit)
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.KUPW$WORKER", line 6241
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    678894EC 14916 package body SYS.KUPW$WORKER
    678894EC 6300 package body SYS.KUPW$WORKER
    678894EC 2340 package body SYS.KUPW$WORKER
    678894EC 6861 package body SYS.KUPW$WORKER
    678894EC 1262 package body SYS.KUPW$WORKER
    501F624C 2 anonymous block
    Job "SYSTEM"."SYS_EXPORT_SCHEMA_37" stopped due to fatal error at 03:30:28
    DB version: Oracle 10.2.0.1
    SGA Details:
    Total System Global Area 1426063360 bytes
    Fixed Size 1251052 bytes
    Variable Size 243271956 bytes
    Database Buffers 1124073472 bytes
    Redo Buffers 57466880 bytes
    pga_agregate_target = 600M
    OS: Windows Server 2003 R2
    RAM: 3.5 GB
    I tried running expdp multiple times every time I will get out of memeory error along with different oracle errors, but the common error is out of memory ora -04030.
    In above case I got this error along with ORA-39125 and sometimes I will get with
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31671
    I searched forums and found lot options but not for expdp utility.
    Can some one please help in resolving this issue.
    Thanks,
    Srikanth.K

    Hi;
    Please investigate your issue:
    Master Note for Diagnosing OS Memory Problems and ORA-4030 [ID 1088267.1]
    DataPump Export (EXPDP) Terminates With Error ORA-4030 [ID 1368462.1]
    Regard
    Helios

  • Error in expdp - single schema

    Hi,
    We are exporting single schema using expdp command and getting following error while export in been taken:
    Command used:
    expdp impexp/********@dbname schemas=schema1 directory=DATA_PUMP_DIR dumpfile=EXPDP_schema1_PRE_231111.dmp LOGFILE=EXPDP_schema1_PRE_231111.log version=compatible content=ALL
    Error
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/SYNONYM/SYNONYM
    Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
    Processing object type SCHEMA_EXPORT/DB_LINK
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/TABLE/RLS_POLICY/RLS_POLICY
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA [PACKAGE:"SCHEMA1".PK_XFACE_IV_LOST_REP_REL_DTLS"]
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 8358
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x965e8970 19208 package body SYS.KUPW$WORKER
    0x965e8970 8385 package body SYS.KUPW$WORKER
    0x965e8970 2935 package body SYS.KUPW$WORKER
    0x965e8970 9054 package body SYS.KUPW$WORKER
    0x965e8970 1688 package body SYS.KUPW$WORKER
    0x89194c60 2 anonymous block
    Job "IMPEXP"."SYS_EXPORT_SCHEMA_03" stopped due to fatal error at 09:31:11
    Please suggest what can be done to fix this...

    Thanks for the reply..
    but it is really strange that how compile time errors effect the overall export and import operation... ideailly it should deploy object as it is...
    any other suggestion except to fix code? jst wondering what to do in situation where DBA's are not allowed to touch source codes..

  • ORA-02373 error on expdp, table failed to import!!

    Hi All,
    Would need a little help from you guys. I am trying to take export of an schema, and as the expdp continues, it throws error while exporting one of the tables. I tried looking over the net, but found nothing on this.
    I think it is high time to have a say from the pros :) !!
    Here goes the error:
    =========================================================================
    ORA-31693: Table data object "SCHEMA-NAME"."TABLE-NAME" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    ORA-02373: Error parsing insert statement for table "SCHEMA-NAME"."TABLE-NAME".
    ORA-00904: : invalid identifier
    =========================================================================
    The DB Server is 11g.
    Any kind of help will be greatly appreciated!
    Thanks in Advance.
    Noman A.

    Hi Kumar,
    This is the description of the table:
    Name Null Type
    ID NOT NULL VARCHAR2(64)
    COL-1 VARCHAR2(128)
    COL-2 VARCHAR2(128)
    COL-3 NOT NULL VARCHAR2(64)
    COL-4 NOT NULL VARCHAR2(64)
    COL-5 NOT NULL VARCHAR2(64)
    COL-6 NOT NULL VARCHAR2(64)
    COL-7 VARCHAR2(64)
    COL-8 VARCHAR2(255)
    COL-9 NOT NULL VARCHAR2(64)
    COL-10 NOT NULL TIMESTAMP(6)
    COL-11 NOT NULL TIMESTAMP(6)
    COL-12 NOT NULL CHAR(1)
    COL-13 BLOB()
    COL-14 VARCHAR2(512)
    COL-15 CHAR(3)
    Thanks
    Noman A.

  • Discovery Failed: VNI-4026: Discovery failed: Error while transfer**URGENT*

    Hi Fellows,
    I had a server with one database only. It was discovered and running fine in OEM using Oracle Management Server. I created one more database in this server and created a service. Now I can see this database when I use OEM with stand alone option. But when I try OEM Oracle Management Server and I try to discover new database, it gives me the following error:
    Discovery Failed: VNI-4026: Discovery failed: Error while transferring services.ora
    I ping agent and it is okay. I checked the status of Listner which is fine too. If listner is not fine I should not be able to connect.
    Note: the database which I already had on the server is working absolutely fine.
    Any help will be highly appreciated.
    Thanks
    Ghulam Mustafa Butt

    Hi,
    I was out of office yesterday. Sorry for the link.
    Here is the content of that link:
    goal: How to confirm DNS hostname resolution
    fact: Generic Platform
    fix:
    1. Find the hostname of the box:
         % hostname
    2. Perform nslookup on hostname
         % nslookup <hostname>
         Type in the hostname exactly as it is displayed in step 1
         nslookup returns 4 or more lines of information in this format:
              Server: <hostname.domain of the dns server>
              Address: <ip address for the dns server>
              Name: <hostname.domain for this box>
              Address: <ip address for this box>
    3. Perform nslookup on host IP address
         % nslookup <ip addr>
         Use the ip address found on the 4th line in step 2
         Exactly the same lines of info as in step 2 should be returned
    4. Perform nslookup on host name of target system
         % nslookup <hostname>
         Exactly the same 4 lines should be returned as though nslookup were done on
    the other box
    5. Perform nslookup on IP address of target system
         % nslookup <ip addr>
         Exactly the same 4 lines should be returned as though nslookup were done on
    the other box
    NOTE ROLE:
    The Network Administrator is responsible for adding servers to DNS

  • No Listner Error

    I am using oracle 8 database.The machine that owns the database have two network card(have different IP address).The problem is that i can connect to oracle in One IP address.while iam trying to connect to oracle in another ip it shows no listner error.i edit the tnsnames.ora file in the client.The listner.ora file has the system name not the ip address...
    Pls help me
    Noel

    If you want to listen by both IP you have to add a line in the listener.ora file and reload the listener.
    [oracle@ozawa admin]$ more listener.ora
    # LISTENER.ORA Network Configuration File: /opt/ora9/product/9.2/network/admin/l
    istener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = IP1)(PORT = 1521) (ADDRESS = (PROTOCOL = TCP)(HOST = IP2)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = ozawa)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/ora9/product/9.2)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = LDEVCARD)
    (ORACLE_HOME = /opt/ora9/product/9.2)
    (SID_NAME = LDEVCARD)
    (SID_DESC =
    (GLOBAL_DBNAME = LCONVCLA)
    (ORACLE_HOME = /opt/ora9/product/9.2)
    (SID_NAME = LCONVCLA)
    (SID_DESC =
    (GLOBAL_DBNAME = LQACNS1)
    (ORACLE_HOME = /opt/ora9/product/9.2)
    (SID_NAME = LQACNS1)
    reload the listener so:
    lsnrctl reload
    Joel Pérez
    http://otn.oracle.com/experts

  • 9iAS Installation prob--OLE initialice OCX load error while registering OCX

    I am facing this error while installing oracle 9iAS Enterprise edition on winnt 4.0 server service pack 4.
    Does this problem has anything to do with service packs(winnt). ?
    null

    problem solved by making database instance service and listner service to manual startup from automatic.

  • Error while calling a select esb service

    javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback:
    I encounter the above error while executing a synchronous bpel process, that invokes an esb db select service to fetch a value from the db.
    the details available for the error are:
    An unhandled exception has been thrown in the ESB system. The exception reported is: "java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0 at java.util.Vector.get(Vector.java:710) at oracle.tip.esb.server.common.wsif.WSIFInvoker.readResponseHeader(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(Unknown Source) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(Unknown Source) at oracle.tip.esb.wsif.WSIFOperation_ESB.executeRequestResponseOperation(Unknown Source) at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:431) at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:353) at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:192) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:733) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:368) at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:197) at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3266) at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1696) at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75) at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:184) at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:269) at com.collaxa.cube.engine.CubeE
    Please suggest
    thanx
    AJ

    Done That,
    Thanx a ton Dave, it worked.
    So I am finally moving on :-)
    Just one question Dave, I happened to work on the Beta release of this version too, the problem was not there. How come we have been able to get it in dev preview.

Maybe you are looking for

  • NAC Agent takes long time to run

    Cisco NAC agent takes long time to popup or run on Windows 7 machine. The client machine is windows 7, running nac agent 4.9.0.42, against ISE 1.1.1 Any ideas how to reduce NAC Agent timing?

  • Changing case-sensitivity while upgrading?

    The Macbook pro i recently inherited has a case-sensitive file system and I was hoping to change this by upgrading to Lion. So my question is, is it it possible to do this when upgrading to lion over the Mac store or do I need to get a solid copy of

  • Sales order stock to normal stock, Billing in each stage of production

    Dear experts, Business process: In our client will process the goods in 3 stages. Finished good of on process is raw material of another process and sales order based production is going on in my client. Each stage of production required to bill to t

  • Odd bug in Forms 6i with FRM-41361

    Just found this in our legacy application. We recently amended it to allow them to have several forms open at once, a great boon as they spend a lot of time copying and pasting between screens. But now we've found this: If you are in enter-query mode

  • Oracle 10g Entetprice manager

    I installed oracle 10g Database server .After i open EM tool login then its asking host credential,i put windows user user name and password,but its saying password is wrong? How can i solve this problem? Anyone help me...