Import finished with few errors...Help understanding it!

Hi all,
Yesterday, I finished to do an import in oracle. I used the impdp command and got few errors after the import was done. Here are some bits from my log. It was very long but I shortened it with the most common errors. I would appreciate your help understanding what does each error mean, and whether there's a solution available.
Thanks!
El sql que falla es:
CREATE TABLESPACE "SYSAUX" DATAFILE SIZE 125829120 LOGGING ONLINE PERMANENT BLOCKSIZE 16384 EXTENT MANAGEMENT LOCAL AUTOALLOCATE DEFAULT NOCOMPRESS SEGMENT SPACE MANAGEMENT AUTO
ORA-39083: Fallo de creación del tipo de objeto TABLESPACE con el error:
ORA-02236: nombre de archivo no válido
El sql que falla es:
CREATE TABLESPACE "IN_SGC_BD" DATAFILE '+DISKGROUP_BD/sgtc/datafile/rsgtc_in_sgt_bd1' SIZE 132120576 LOGGING ONLINE PERMANENT BLOCKSIZE 16384 EXTENT MANAGEMENT LOCAL AUTOALLOCATE DEFAULT NOCOMPRESS SEGMENT SPACE MANAGEMENT MANUAL
Procesando el tipo de objeto DATABASE_EXPORT/PASSWORD_VERIFY_FUNCTION
ORA-31684: El tipo de objeto PASSWORD_VERIFY_FUNCTION ya existe
Procesando el tipo de objeto DATABASE_EXPORT/SCHEMA/SEQUENCE/GRANT/OWNER_GRANT/OBJECT_GRANT
ORA-39111: Se ha saltado el tipo de objeto dependiente OBJECT_GRANT:"SYSTEM", ya existe el tipo de objeto base SEQUENCE:"SYSTEM"."SDE_LOGFILE_LID_GEN"
ORA-39083: Fallo de creación del tipo de objeto SYNONYM con el error:
ORA-00995: falta el identificador de sinónimos o no es válido
BEGIN
dbms_resource_manager.create_consumer_group('AUTO_TASK_CONSUMER_GROUP','System maintenance task consumer group','ROUND-ROBIN');COMMIT; END;
Procesando el tipo de objeto DATABASE_EXPORT/SYSTEM_PROCOBJACT/POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
ORA-39083: Fallo de creación del tipo de objeto PROCACT_SYSTEM con el error:
ORA-29393: el usuario JAIMESP no existe o no está conectado
El sql que falla es:
BEGIN
dbms_resource_manager.create_plan_directive('PLAN_DIA','SGTC_USR','',30,NULL,NULL,NULL,NULL,NULL,NULL,NULL,30,600,5,'SGTC_SWITCH',NULL,TRUE,NULL,10240,1800,900,1800);
dbms_resource_manager.create_plan_directive('PLAN_DIA','SGTC_EDITOR','',40,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10,600,10,'SGTC_SWITCH',NULL,TRUE,NULL,512000,1800,600,3600);
dbms_r
ORA-39083: Fallo de creación del tipo de objeto PROCACT_SYSTEM con el error:
ORA-06550: línea 2, columna 72:
PLS-00103: Se ha encontrado el símbolo "CHECK" cuando se esperaba uno de los siguientes:
in like like2 like4 likec between member submultiset
Procesando el tipo de objeto DATABASE_EXPORT/SCHEMA/TABLE/TABLE
ORA-39151: La tabla "OUTLN"."OL$" existe. Todos los metadados dependientes y los datos se saltarán debido table_exists_action de saltar
Procesando el tipo de objeto DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
. . "SIGELEC"."SDE_BLK_37" 4.976 KB 0 filas importadas
. . "SIGELEC"."SDE_BLK_38" 4.968 KB 0 filas importadas
. . "SGC_BD"."BDE_CRECOBJE" 5.234 KB 0 filas importadas
. . "SIGELEC"."D418" 4.851 KB 0 filas importadas
. . "SYSTEM"."DBM_TOPSQL" 6.125 KB 0 filas importadas
. . "SIGELEC"."F100" 5.562 KB 0 filas importadas
. . "SIGELEC"."F101" 5.593 KB 0 filas importadas
. . "SIGELEC"."F102" 14.77 KB 11 filas importadas
Procesando el tipo de objeto DATABASE_EXPORT/SCHEMA/PROCEDURE/ALTER_PROCEDURE
ORA-39082: El tipo de objeto ALTER_PROCEDURE:"SYSTEM"."GEN_ROLE_SGTC" se ha creado con advertencias de compilación
ORA-39083: Fallo de creación del tipo de objeto PACKAGE_BODY con el error:
ORA-04052: se ha producido un error al consultar el objeto remoto ENLACE.ELPQ_DATOPROY@CRE
ORA-00604: se ha producido un error a nivel 4 de SQL recursivo
ORA-12154: TNS:no se ha podido resolver el identificador de conexión especificado
ORA-39082: El tipo de objeto TRIGGER:"SIGERED"."TR_CTRL_ENERGIZA" se ha creado con advertencias de compilación
ORA-39083: Fallo de creación del tipo de objeto TRIGGER con el error:
ORA-04052: se ha producido un error al consultar el objeto remoto ENLACE.ELPQ_DATOCONS@CRE
ORA-00604: se ha producido un error a nivel 4 de SQL recursivo
ORA-12154: TNS:no se ha podido resolver el identificador de conexión especificado
El sql que falla es:
ALTER TRIGGER "SIGERED"."TR_CTRL_ENERGIZA" COMPILE PLSQL_OPTIMIZE_LEVEL= 2 PLSQL_CODE_TYPE= INTERPRETED PLSCOPE_SETTINGS= 'IDENTIFIERS:NONE'
ORA-39082: El tipo de objeto TRIGGER:"SIGERED"."TR_CTRL_CONCLUYE" se ha creado con advertencias de compilación
El sql que falla es:
BEGIN SYS.DBMS_IJOB.SUBMIT( JOB=> 165, LUSER=> 'SYSTEM', PUSER=> 'SYSTEM', CUSER=> 'SYSTEM', NEXT_DATE=> TO_DATE('2012-05-02 01:00:00', 'YYYY-MM-DD:HH24:MI:SS'), INTERVAL=> 'TRUNC(SYSDATE+1)+1/24', BROKEN=> FALSE, WHAT=> 'dbms_stats.gather_schema_stats(ownname => ''SIGERED'',options => ''GATHER'',estimate_percent => null,method_opt => ''FOR ALL COLUMNS SIZE 1'',cas
ORA-39083: Fallo de creación del tipo de objeto JOB con el error:
ORA-00001: restricción única (SYS.I_JOB_JOB) violada
El sql que falla es:
BEGIN SYS.DBMS_IJOB.SUBMIT( JOB=> 47, LUSER=> 'SIGERED', PUSER=> 'SIGERED', CUSER=> 'SIGERED', NEXT_DATE=> TO_DATE('2012-05-02 01:00:00', 'YYYY-MM-DD:HH24:MI:SS'), INTERVAL=> 'TRUNC(SYSDATE+1)+01/24', BROKEN=> FALSE, WHAT=> 'SIGERED.RDPQ_PROYECTOS.PR_PROCESAR;', NLSENV=> 'NLS_LANGUAGE=''AMERICAN'' NLS_TERRITORY=''AMERICA'' NLS_CURRENCY=''$'' NLS_ISO_CURRENCY=''AMERI
Procesando el tipo de objeto DATABASE_EXPORT/SCHEMA/POST_SCHEMA/PROCACT_SCHEMA
Procesando el tipo de objeto DATABASE_EXPORT/SCHEMA/PASSWORD_HISTORY
ORA-39083: Fallo de creación del tipo de objeto PASSWORD_HISTORY con el error:
ORA-01858: se ha encontrado un carácter no numérico donde se esperaba uno numérico
El trabajo "SYS"."SYS_IMPORT_FULL_01" ha terminado con 2249 error(es) en 17:21:02

Hello people,
I just run for the second time a full import, and it said it finished correctly.
The first time I run it, there was a message which said that the import had finished with 2249 errors (I checked my log and not all of them were errors but messages). I checked each single message and only had to solve a couple of things.
I first created a user in response to an ora-29393: user string does not exist or is not logged on.
The second thing I did was to run the utlrp.sql file in response to an ORA-39082. I did this according to this blog.
I know oracle is taking precedence each time I run an import. I don’t know if what I have done is okay or perhaps not all data was imported after all. This is the thread which I posted initially when errors came out.
Any reply is a supply.
Thanks loads

Similar Messages

  • Why does the App Store updates finish with (NSURLErrorDomain error 1 1012.)

    Why does the Mac App Store updates finish with (NSURLErrorDomain error 1 1012.) rather than ever finding any updates?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Import failing with no errors

    Import failing with no errors
    All it says in logs for each table is
    . . skipping table "<table_name>"
    It's a full import from a 10.2.03 db into a 10.2.0.3 db

    Hi,
    "INDEXFILE" , this is parameter is specified, index-creation statements for the requested mode are extracted and written to the specified file, rather than used to create indexes in the database. No database objects are imported.
    Due to that that Objects are skipping.
    The INDEXFILE parameter can be used only with the FULL=y, FROMUSER, TOUSER, or TABLES parameters.
    Else you can perform a two step process as stated by Amardeep.
    - Pavan Kumar N

  • Java 6 upgrade 3 closes windows on XP with no errors-help

    I was running a streamer application on Ameritrade when it asked for a Java upgrade which I did. After that, when I ran the application it would close the Ameritrade window without an error message. I deleted the old environment but that didn't help. I've tried looking for earlier Java programs on thier site but when I go to the free download or try to verify my Java program it closes the window again with no error just like what it did to the Ameritrade streamer application. Help!!

    try enabling verbose output. You can do this from the java control panel. Under the runtime settings add the "-verbose" flag. Next time you start the java plugin you'll see a command prompt start up. Any fatal error might be printed there. You can get a stack dump by hitting the \ + break key in the command prompt window (before the plugin exits). - Sometimes a java program might exit due to a JNI error, If you are using native libraries you could check errors there by adding the "-Xcheck:jni" parameter to the plugin runtime settings.

  • Procedure created with compilation errors. help?

    SQL> create or replace procedure p_update_audit_log
    2 ( p_audit_id audit_log.audit_id%type
    3 p_grade_update audit_log.grade_update%type
    4 p_grade audit_log.grade%type
    5 sys_date
    6 p_user_id audit_log.user_id%type
    7 is
    8 BEGIN
    9 insert into audit_log (user_id, audit_id, grade, grade_update,
    10 sys_date)
    11 values (p_user_id, p_audit_id, p_grade, p_grade_update, sys_date);
    12 END p_update_audit_log;
    13
    14
    15
    16
    17
    18 /
    Warning: Procedure created with compilation errors.
    SQL> show errors
    Errors for PROCEDURE P_UPDATE_AUDIT_LOG:
    LINE/COL ERROR
    3/1 PLS-00103: Encountered the symbol "P_GRADE_UPDATE" when expecting
    one of the following:
    := ) , default character
    The symbol "," was substituted for "P_GRADE_UPDATE" to continue.
    4/1 PLS-00103: Encountered the symbol "P_GRADE" when expecting one of
    the following:
    := ) , default character
    The symbol "," was substituted for "P_GRADE" to continue.
    5/1 PLS-00103: Encountered the symbol "SYS_DATE" when expecting one
    LINE/COL ERROR
    of the following:
    := ) , default character
    The symbol ", was inserted before "SYS_DATE" to continue.
    7/1 PLS-00103: Encountered the symbol "IS" when expecting one of the
    following:
    := ) , default character
    The symbol ")" was substituted for "IS" to continue.
    Could anyone help me with this problem?

    These are syntax errors:
    Try this
    create or replace procedure p_update_audit_log
    ( p_audit_id audit_log.audit_id%type,
    p_grade_update audit_log.grade_update%type,
    p_grade audit_log.grade%type,
    sys_date DATE,
    p_user_id audit_log.user_id%type)
    is
    BEGIN
    insert into audit_log (user_id, audit_id, grade, grade_update,
    sys_date)
    values (p_user_id, p_audit_id, p_grade, p_grade_update, sys_date);
    END p_update_audit_log;

  • Disco command line import fails with parser error 7

    Hi, we have discoverer version 10.1.2.48.18 installed to multiple environments.
    Developers have created eex-file and we try to import it to all the test environments, it goes through fine with some but with some it fails with parser error 7 :
    Here is the full error log:
    11/13/2008 7:30:22 AM
    D:\disco1012\BIToolsHome_1\bin\DIS51ADM.EXE /connect /import oudata_disco.eex /identifier /refresh /preserve_workbook_owner /show_progress /log import.log
    oudata_disco.eex:Could not locate the Folder with identifier 'INSTRUCTOR_ASSIGNMENTS1' in the target End User Layer
    oudata_disco.eex:An imported Folder had display name 'Dc transactional sales q2' renamed to 'Dc transactional sales q2 1'
    oudata_disco.eex:An imported Item Class had display name 'Eval_Delivery_Region' renamed to 'Eval_Delivery_Region 1'
    oudata_disco.eex:An imported Item Class had display name 'Quarter' renamed to 'Quarter 1'
    oudata_disco.eex:An imported Item Class had display name 'Track List with ALL' renamed to 'Track List with ALL 1'
    The Item Hierarchy with identifier 'INSTRUCTOR_ASSIGNMENTS_LAST_REFRESH_DATE_DEFAULT_DATE_HIERARCHY' has not been imported because: There are no items in this hierarchy node
    Import completed, but with warnings. Please check the result.
    File(s) imported partially :
    oudata_disco.eex
    11/13/2008 7:36:38 AM
    11/13/2008 7:37:29 AM
    D:\disco1012\BIToolsHome_1\bin\DIS51ADM.EXE /connect /import oudata_disco_workbooks_84.eex /identifier /refresh /preserve_workbook_owner /show_progress /log import.log
    oudata_disco_workbooks_84.eex:A parsing failure has occurred in file 'oudata_disco_workbooks_84.eex'.
    Parser error: '7'
    The import has failed (your End User Layer has not been modified) - oudata_disco_workbooks_84.eex:A parsing failure has occurred in file 'oudata_disco_workbooks_84.eex'.
    Parser error: '7'
    If anyone knows what can be teh cause of this please let me know.
    thanks,
    Nina

    Hi,
    The most likely cause is that the export file has become corrupted. Are there very big export files?
    Another possibility is that Discoverer Administrator has run out of memory while parsing the file.
    Rod West

  • Import-spweb with -force errors out with "already exists" message

    So, I did an export-spweb of an existing site (migrated from SP2007 and still retains the SP2007 look and feel) and created the files containing it. I then went to a new farm, with a new site collection on a new content database. Nothing else exists
    there.
    I run
    Import-spweb –identity
    http://mytestsite/sites/ITSM -Path d:\temp\itsm –verbose –force –nofilecompression
    and after a few minutes, we get:
    [5/27/2014 1:47:15 PM] [List] [Links] Progress: Importing
    [5/27/2014 1:47:15 PM] [List] [Links]   ExtendedVerbose: Creating
    [5/27/2014 1:47:15 PM] [List] [Links]   Error: A list, survey, discussion board, or document library with the specified title already exists in this Web site.  Please choose another title.
    [5/27/2014 1:47:15 PM] [List] [Links]   Debug:    at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
       at Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl, Guid& pguidListId, String bstrTitle, String bstrDescription, Int32 lTemplateID, String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32 iVersion, Int32 iAuthor,
    String bstrFields, String bstrContentTypes, String bstrImageUrl, String bstrEventSinkAssembly, String bstrEventSinkClass, String bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms, Boolean bCompressedSchema, DateTime dtTimeCreated)
       at Microsoft.SharePoint.Deployment.ListSerializer.CreateList(SPWeb parentWeb, Dictionary`2 listMetaData, Boolean usingPublicSchema)
       at Microsoft.SharePoint.Deployment.ListSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
       at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object obj, SerializationInfo objectData, ISerializationSurrogate surrogate, ISurrogateSelector selector)
    I don't understand why, with the -force, it just didn't overwrite whatever it thinks was there. That's how I interpret the meaning for the flag.
    It suggests that I chose another title - I am trying to create an exact duplicate of the original site, so giving a different title defeats my objective.
    Is there something that I am missing?
    We ended up without any site at all to go to... at the very least it could have created all that it could from the file.
    Thank you!

    Weird - how would a site have two lists with the same name and path?
    How would I get around this? I mean, the export had no problem creating the data... I expected the import to rebuild the same thing that was exported.
    I take a look at the lists and libraries on the original site and there is 1 list that appears with the name "Links". There are other lists that have the word Links as part of their name - but
    not a second one with the simple name of "Links".

  • Item Import - completes with " Completed Error" status and process_flag=4

    I am trying to Import Item through Open Interface.
    RDBMS : 9.2.0.5.0
    Oracle Applications : 11.5.10
    Populated data into mtl_system_items_interface with process_flag = 1.
    Once I run the "Item Import" program it completes with error, with the following in the log file.
    The records are updated with process_flag = 4. but there are no error details in mtl_interface_errors for those corresponding records in the interface table.
    How do I identify the error ?
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Inventory: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    INCOIN module: Import Items
    Current system time is 07-SEP-2010 11:39:11
    Page Length = 93, Page Width = 132
    ===================================================================
    Debug Mode : Enabled
    Output to Terminal : No
    Argument Method : Database Fetch
    Trace Mode : Disabled
    ===================================================================
    Argument 1 (ORG_ID) = 174
    Argument 2 (ALL_ORG) = 1
    Argument 3 (VAL_ITEM_FLAG) = 1
    Argument 4 (PRO_ITEM_FLAG) = 1
    Argument 5 (DEL_REC_FLAG) = 1
    Argument 6 (PROCESS_SET) = 11
    Argument 7 (CREATE_UPDATE) = 1
    ===================================================================
    Item Catalog Group Descriptive Elements Open Interface import completed successfully for all records in this record set.
    Item Catalog Group Descriptive Elements Open Interface import completed successfully for all records in this record set.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Found a few Packages related to Item revision , were in Invalid status.
    Compiled them all and now the items are getting imported without any issue.
    Thanks Sandeep for your word.

  • How to import DVD with TC error to FCE?

    I try to import the DVD to FCE, but it has some problems with the time code. I use the Streamclip. But after few minutes it shows me error as below:
    All DVD players shows the DVD corect - I can watch it without any problem. The problem is when I try to import it to FCE.  Do you have any ideas, how to solve the problem?

    Please tell us more about the DVD, and the settings you are using in MPEG Streamclip.
    Is it a commercial DVD?
    What file type/codec are you trying to convert the DVD to?
    Are you selecting a specific VOB file to convert or just letting MPEG Streamclip convert the entire DVD?

  • ./runInstaller ended with few errors, eithere these are ignoreable?

    source = /u01/app/oracle/product/10.2.0/db_1/sysman/config/emd.properties.template
    destination = /u01/app/oracle/product/10.2.0/db_1/sysman/config/emd.properties.emca
    variables = AGENT_SEED,CONTEXT_PATH,EMDROOT,EMD_EMAIL_ADDRESS,EMD_EMAIL_GATEWAY,EMD_FROM_EMAIL_ADDRESS,EMD_TRUSTCERTS_DIR,EM_REPOS_PROXYHOST,EM_REPOS_PROXYPORT,EM_UPLOAD_DISABLE,JAVA_HOME,JRE_HOME,OC4JLOC,ORACLE_HOME,OUILOC,PSEP,PerlBin,n_uploadInterval,s_javapOracleHome,
    delimiter = null
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFileEx
    source = /u01/app/oracle/product/10.2.0/db_1/bin/emagentdeploy.pl
    destination = /u01/app/oracle/product/10.2.0/db_1/bin/emagentdeploy.pl
    variables = null
    delimiter = null
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFile
    selectedNodes = null
    source = /u01/app/oracle/product/10.2.0/db_1/bin/emtgtctl.template
    destination = /u01/app/oracle/product/10.2.0/db_1/bin/emtgtctl
    variables = null
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFile
    selectedNodes = null
    source = /u01/app/oracle/product/10.2.0/db_1/sysman/config/emagentlogging.properties.template
    destination = /u01/app/oracle/product/10.2.0/db_1/sysman/config/emagentlogging.properties
    variables = null
    INFO: Calling Query globalVarQueries2.1.0.4.1 getGlobalVariable
    variable = oracle.iappserver.install_type
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 's_installType' to ''. Received the value from a code block.
    INFO: Calling Query generalQueries10.1.0.2.0 getenv
    name = PERL5LIB
    INFO: Query Returned: :/u01/app/oracle/product/10.2.0/db_1/perl/lib/5.8.3:/u01/app/oracle/product/10.2.0/db_1/perl/lib/site_perl/5.8.3
    INFO: Setting variable 's_fullPerl5Lib' to '/u01/app/oracle/product/10.2.0/db_1/perl/lib/5.8.3/i686-linux:/u01/app/oracle/product/10.2.0/db_1/perl/lib/5.8.3:/u01/app/oracle/product/10.2.0/db_1/perl/lib/site_perl/5.8.3/i686-linux:/u01/app/oracle/product/10.2.0/db_1/perl/lib/site_perl/5.8.3:/u01/app/oracle/product/10.2.0/db_1/perl/lib/site_perl:/u01/app/oracle/product/10.2.0/db_1/sysman/admin/scripts::/u01/app/oracle/product/10.2.0/db_1/perl/lib/5.8.3:/u01/app/oracle/product/10.2.0/db_1/perl/lib/site_perl/5.8.3'. Received the value from a code block.
    INFO: Calling Action generalActions10.2.0.3.0 setenv
    selectedNodes = null
    name = PERL5LIB
    value = /u01/app/oracle/product/10.2.0/db_1/perl/lib/5.8.3/i686-linux:/u01/app/oracle/product/10.2.0/db_1/perl/lib/5.8.3:/u01/app/oracle/product/10.2.0/db_1/perl/lib/site_perl/5.8.3/i686-linux:/u01/app/oracle/product/10.2.0/db_1/perl/lib/site_perl/5.8.3:/u01/app/oracle/product/10.2.0/db_1/perl/lib/site_perl:/u01/app/oracle/product/10.2.0/db_1/sysman/admin/scripts::/u01/app/oracle/product/10.2.0/db_1/perl/lib/5.8.3:/u01/app/oracle/product/10.2.0/db_1/perl/lib/site_perl/5.8.3
    append = false
    replace = true
    INFO: Calling Action fileActions10.2.0.0.0 removeFile
    selectedNodes = null
    source = /u01/app/oracle/product/10.2.0/db_1/bin/emtgtctl.template
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = /u01/app/oracle/product/10.2.0/db_1/bin/pdh.dll
    INFO: Query Returned: false
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle interMedia
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFileEx
    source = /u01/app/oracle/product/10.2.0/db_1/ord/im/admin/imimdloc.sql
    destination = /u01/app/oracle/product/10.2.0/db_1/ord/im/admin/imimdloc.sql
    variables = null
    delimiter = null
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFileEx
    source = /u01/app/oracle/product/10.2.0/db_1/ord/admin/ordisys.sql
    destination = /u01/app/oracle/product/10.2.0/db_1/ord/admin/ordisys.sql
    variables = null
    delimiter = null
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFileEx
    source = /u01/app/oracle/product/10.2.0/db_1/ord/im/admin/ordlib.sql
    destination = /u01/app/oracle/product/10.2.0/db_1/ord/im/admin/ordlib.sql
    variables = null
    delimiter = null
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle Programmer
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle Call Interface (OCI)
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle Internet Directory Client
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component HAS Files for DB
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = /u01/app/oracle/product/10.2.0/db_1/srvm/install/rootinstalladd.sbs
    INFO: Query Returned: true
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFile
    selectedNodes = null
    source = /u01/app/oracle/product/10.2.0/db_1/srvm/install/rootinstalladd.sbs
    destination = /u01/app/oracle/product/10.2.0/db_1/srvm/install/rootinstalladd.sbs
    variables = null
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = /u01/app/oracle/product/10.2.0/db_1/srvm/install/rootconfigadd.sbs
    INFO: Query Returned: true
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFile
    selectedNodes = null
    source = /u01/app/oracle/product/10.2.0/db_1/srvm/install/rootconfigadd.sbs
    destination = /u01/app/oracle/product/10.2.0/db_1/srvm/install/rootconfigadd.sbs
    variables = null
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/bin/ldapbind
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/lib/ldflags
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/lib/nnfgt.o
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/network/lib/nnfgt.s
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/network/lib/ntcontab.s
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/rdbms/lib/config.o
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/rdbms/lib/nmliblist
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/lib/libclntsh.so
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/precomp/public/BNDDSC.FOR
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/precomp/public/ORACA.COB
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/precomp/public/ORACA.FOR
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/precomp/public/ORACA.H
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/precomp/public/SELDSC.FOR
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/precomp/public/SQLCA.COB
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/precomp/public/SQLCA.FOR
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/precomp/public/SQLCA.H
    INFO: Calling Action unixActions10.2.0.1.0 touchFile
    source = /u01/app/oracle/product/10.2.0/db_1/precomp/public/SQLDA.H
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle Net Listener
    INFO: Calling Action unixActions10.2.0.1.0 appendStringToRootSh
    stringToAppend =
    # Root Actions related to network
    requiredBeforeConfig = false
    INFO: Setting variable 'ROOTSH_STATUS' to '1'. Received the value from a code block.
    INFO: Calling Action unixActions10.2.0.1.0 appendFileToRootSh
    source = /u01/app/oracle/product/10.2.0/db_1/network/install/sqlnet/setowner.sh
    requiredBeforeConfig = false
    INFO: Setting variable 'ROOTSH_STATUS' to '1'. Received the value from a code block.
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle Database 10g
    INFO: Calling Action unixActions10.2.0.1.0 appendFileToRootSh
    source = /u01/app/oracle/product/10.2.0/db_1/rdbms/install/rootadd.sh
    requiredBeforeConfig = null
    INFO: Setting variable 'ROOTSH_STATUS' to '1'. Received the value from a code block.
    INFO: Calling Action unixActions10.2.0.1.0 appendFileToRootSh
    source = /u01/app/oracle/product/10.2.0/db_1/rdbms/install/rootadd_filemap.sh
    requiredBeforeConfig = null
    INFO: Setting variable 'ROOTSH_STATUS' to '1'. Received the value from a code block.
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFile
    selectedNodes =
    source = /u01/app/oracle/product/10.2.0/db_1/rdbms/install/config_filemap.sbs
    destination = /u01/app/oracle/product/10.2.0/db_1/rdbms/install/filemap.ora
    variables = null
    INFO: Calling Action fileActions10.2.0.0.0 createDir
    selectedNodes =
    destination = /u01/app/oracle/product/10.2.0/db_1/rdbms/audit
    permissions = null
    owner = null
    group = null
    INFO: Calling Action fileActions10.2.0.0.0 createDir
    selectedNodes =
    destination = /u01/app/oracle/product/10.2.0/db_1/rdbms/log
    permissions = null
    owner = null
    group = null
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFile
    selectedNodes = null
    source = /u01/app/oracle/product/10.2.0/db_1/demo/schema/mk_dir.sql.sbs
    destination = /u01/app/oracle/product/10.2.0/db_1/demo/schema/mk_dir.sql
    variables = null
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle Net Services
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle Enterprise Manager Console DB
    INFO: Calling Query globalVarQueries2.1.0.4.1 getGlobalVariable
    variable = oracle.sqlplus.isqlplus.httpport
    INFO: Query Returned: 5560
    INFO: Setting variable 'ISQLPLUS_PORT' to '5560'. Received the value from a code block.
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFile
    selectedNodes = null
    source = /u01/app/oracle/product/10.2.0/db_1/sysman/config/emoms.properties.template
    destination = /u01/app/oracle/product/10.2.0/db_1/sysman/config/emoms.properties.emca
    variables = NO_PC_MODE,USE_HTTP_PROXY,EM_PING_COMMAND,SET_CONSOLE_MODE,USE_DB_CONSOLE,CONSOLE_MODE,ISQLPLUS_PORT,ISQLPLUS_HOST,ISQLPLUS_PROTOCOL,
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFile
    selectedNodes = null
    source = /u01/app/oracle/product/10.2.0/db_1/sysman/config/emomslogging.properties.template
    destination = /u01/app/oracle/product/10.2.0/db_1/sysman/config/emomslogging.properties
    variables = EMDROOT,LOGGING_LEVEL,s_javapOracleHome,
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFileEx
    source = /u01/app/oracle/product/10.2.0/db_1/sysman/config/emomsintg.xml
    destination = /u01/app/oracle/product/10.2.0/db_1/sysman/config/emomsintg.xml
    variables = EMDROOT,LOGGING_LEVEL,
    delimiter = null
    INFO: Calling Query RepositoryQueries3.0.0.2.17 Obfuscate
    InputString = Protected value, not to be logged
    OracleHome = /u01/app/oracle/product/10.2.0/db_1
    JavaLocation = null
    JarLocation = null
    INFO: Query Returned: Protected value, not to be logged
    INFO: Setting variable 's_obfOc4jAdmPasswd' to '*Protected value, not to be logged*'. Received the value from a code block.
    INFO: Calling Action fileActions10.2.0.0.0 instantiateFile
    selectedNodes = null
    source = /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee//OC4J_DBConsole/config/jazn-data.xml
    destination = /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee//OC4J_DBConsole/config/jazn-data.xml
    variables = null
    INFO: Calling Action unixActions10.2.0.1.0 changePermissions
    source = /u01/app/oracle/product/10.2.0/db_1/sysman/config/emoms.properties.emca
    permissions = 0640
    INFO: Calling Action fileActions10.2.0.0.0 removeFile
    selectedNodes = null
    source = /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/oc4j_applications/applications/em.ear
    INFO: Calling Action fileActions10.2.0.0.0 removeFile
    selectedNodes = null
    source = /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/oc4j_applications/applications/em/em.war
    INFO: Calling Query globalVarQueries2.1.0.4.1 getGlobalVariable
    variable = oracle.assistants.server.sid
    INFO: Query Returned: orcl
    INFO: Setting variable 's_sid' to 'orcl'. Received the value from a code block.
    INFO: Setting variable 'b_launchBrowser' to 'false'. Received the value from a code block.
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle OLAP
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle Spatial
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle Partitioning
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Enterprise Edition Options
    INFO: 11/30/07 8:42:16 PM EST: Starting install Install Phase 2 of component Oracle Database 10g
    INFO: Calling Action fileActions10.2.0.0.0 createDirRecurse
    destination = /u01/app/oracle/product/10.2.0/db_1/oc4j/opmn/lib
    selectedNodes = null
    permissions = null
    owner = null
    group = null
    INFO: Install Phase 2 JRE files in Scratch :590
    INFO: Initializing OUI save inventory
    INFO: The flags set for this home (/u01/app/oracle/product/10.2.0/db_1) are:aruID|aruDesc|guid|addedToCI
    INFO: Saving serialized component list for /u01/app/oracle/product/10.2.0/db_1
    INFO: Updating XML inventory.
    INFO: Saving comps.xml for /u01/app/oracle/product/10.2.0/db_1
    INFO: Current Inventory:
    Oracle Home: OraDb10g_home1
    Sun JDK extensions 10.1.2.0.0
    Sun JDK 1.4.2.0.8
    Java Runtime Environment 1.4.2.8.0
    Installer SDK Component 10.2.0.1.0
    Oracle One-Off Patch Installer 10.2.0.1.0
    Oracle Universal Installer 10.2.0.1.0
    Bali Share 1.1.18.0.0
    regexp 2.1.9.0.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    Enterprise Manager Repository DB 10.2.0.1.0
    Oracle Net Required Support Files 10.2.0.1.0
    Enterprise Manager Agent DB 10.2.0.1.0
    Enterprise Manager Common Files 10.2.0.1.0
    Oracle Extended Windowing Toolkit 3.4.38.0.0
    Oracle Display Fonts 9.0.2.0.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle JFC Extended Windowing Toolkit 4.2.33.0.0
    SQL*Plus Required Support Files 10.2.0.1.0
    DBJAVA Required Support Files 10.2.0.1.0
    Oracle OLAP RDBMS Files 10.2.0.1.0
    Oracle OLAP API 10.2.0.1.0
    XDK Required Support Files 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    RDBMS Required Support Files 10.2.0.1.0
    Oracle RAC Required Support Files-HAS 10.2.0.1.0
    Agent Required Support Files 10.2.0.1.0
    Parser Generator Required Support Files 10.2.0.1.0
    Sample Schema Data 10.2.0.1.0
    Oracle Starter Database 10.2.0.1.0
    Oracle Message Gateway Common Files 10.2.0.1.0
    XML Parser for Oracle JVM 10.2.0.1.0
    Precompiler Required Support Files 10.2.0.1.0
    XML Parser for Java 10.2.0.1.0
    Oracle UIX 2.1.22.0.0
    Oracle Help For Java 4.2.6.1.0
    Enterprise Manager Baseline 10.2.0.1.0
    Oracle Data Mining RDBMS Files 10.2.0.1.0
    Oracle Database 10g interMedia Files 10.2.0.1.0
    Oracle interMedia Java Advanced Imaging 10.2.0.1.0
    SQLJ Runtime 10.2.0.1.0
    Oracle interMedia Annotator 10.2.0.1.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    Oracle interMedia Locator RDBMS Files 10.2.0.1.0
    Platform Required Support Files 10.2.0.1.0
    Oracle Core Required Support Files 10.2.0.1.0
    Database Workspace Manager 10.2.0.1.0
    Oracle Containers for Java 10.2.0.1.0
    Oracle Locale Builder 10.2.0.1.0
    JDBC Common Files 10.2.0.1.0
    Perl Interpreter 5.8.3.0.2
    Oracle Code Editor 1.2.1.0.0I
    Oracle Notification Service 10.1.0.3.0
    Oracle interMedia Client Option 10.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.0
    Oracle Help for the Web 1.1.10.0.0
    LDAP Required Support Files 10.2.0.1.0
    Character Set Migration Utility 10.2.0.1.0
    Oracle Globalization Support 10.2.0.1.0
    PL/SQL Embedded Gateway 10.2.0.1.0
    OLAP SQL Scripts 10.2.0.1.0
    Database SQL Scripts 10.2.0.1.0
    Required Support Files 10.2.0.1.0
    Oracle ODBC Driver 10.2.0.1.0
    Secure Socket Layer 10.2.0.1.0
    Oracle Database User Interface 2.2.13.0.0
    Enterprise Manager Minimal Integration 10.2.0.1.0
    Oracle Wallet Manager 10.2.0.1.0
    Oracle Clusterware RDBMS Files 10.2.0.1.0
    HAS Common Files 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0
    iSQL*Plus 10.2.0.1.0
    SQL*Plus 10.2.0.1.0
    Oracle Recovery Manager 10.2.0.1.0
    Precompiler Common Files 10.2.0.1.0
    Oracle Java Client 10.2.0.1.0
    Oracle LDAP administration 10.2.0.1.0
    Installation Common Files 10.2.0.1.0
    Buildtools Common Files 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0 Beta
    Assistant Common Files 10.2.0.1.0
    Oracle Net 10.2.0.1.0
    PL/SQL 10.2.0.1.0
    Enterprise Manager Repository Core 10.2.0.1.0
    Oracle Advanced Security 10.2.0.1.0
    Generic Connectivity Common Files 10.2.0.1.0
    Oracle Database Utilities 10.2.0.1.0
    Oracle Text 10.2.0.1.0
    Oracle XML Development Kit 10.2.0.1.0
    Oracle interMedia Locator 10.2.0.1.0
    Database Configuration and Upgrade Assistants 10.2.0.1.0
    Oracle JVM 10.2.0.1.0
    Enterprise Manager Agent Core 10.2.0.1.0
    Oracle interMedia 10.2.0.1.0
    Oracle Programmer 10.2.0.1.0
    Oracle Call Interface (OCI) 10.2.0.1.0
    Oracle Internet Directory Client 10.2.0.1.0
    HAS Files for DB 10.2.0.1.0
    Oracle Net Listener 10.2.0.1.0
    Oracle Database 10g 10.2.0.1.0
    Oracle Net Services 10.2.0.1.0
    Oracle Enterprise Manager Console DB 10.2.0.1.0
    Oracle OLAP 10.2.0.1.0
    Oracle Spatial 10.2.0.1.0
    Oracle Partitioning 10.2.0.1.0
    Enterprise Edition Options 10.2.0.1.0
    Oracle Database 10g 10.2.0.1.0
    INFO: SaveInvWCCE JRE files in Scratch :590
    INFO: Config Initialize JRE files in Scratch :590
    INFO: stage loc: /tmp/OraInstall2007-11-30_08-32-01PM/
    INFO: Copying Aggr XML for: HAS Common Files
    INFO: stage loc: /tmp/OraInstall2007-11-30_08-32-01PM/
    INFO: Copying Aggr XML for: iSQL*Plus
    INFO: stage loc: /tmp/OraInstall2007-11-30_08-32-01PM/
    INFO: Copying Aggr XML for: Oracle Net
    INFO: stage loc: /tmp/OraInstall2007-11-30_08-32-01PM/
    INFO: Copying Aggr XML for: Database Configuration and Upgrade Assistants
    INFO: stage loc: /tmp/OraInstall2007-11-30_08-32-01PM/
    INFO: Copying Aggr XML for: Oracle Enterprise Manager Console DB
    INFO: stage loc: /tmp/OraInstall2007-11-30_08-32-01PM/
    INFO: Copying Aggr XML for: Oracle Database 10g
    INFO: Namespace prefix 'agg' used but not declared.
    INFO: no. of tools to supress: 0 for comp: HAS Common Files
    INFO: no. of tools to supress: 0 for comp: iSQL*Plus
    INFO: processing tool: iSQL*Plus Configuration Assistant
    INFO: removing plugin invocation for: iSQL*Plus Configuration Assistantas it doesnt support clone mode
    INFO: removing plugin invocation for: iSQL*Plus Configuration Assistantas it doesnt support add node mode
    INFO: Namespace prefix 'agg' used but not declared.
    INFO: can't remove invocation for plugin: iSQL*Plus Configuration Assistant from Action: cloningdrastic
    INFO: can't remove invocation for plugin: iSQL*Plus Configuration Assistant from Action: addingnode
    INFO: no. of tools to supress: 0 for comp: Oracle Net
    INFO: processing tool: Oracle Net Configuration Assistant
    INFO: removing plugin invocation for: Oracle Net Configuration Assistantas it doesnt support clone mode
    INFO: removing plugin invocation for: Oracle Net Configuration Assistantas it doesnt support add node mode
    INFO: Namespace prefix 'agg' used but not declared.
    INFO: processing tool: Oracle Net Configuration Assistant - Deinstall Script
    INFO: removing plugin invocation for: Oracle Net Configuration Assistant - Deinstall Scriptas it doesnt support clone mode
    INFO: removing plugin invocation for: Oracle Net Configuration Assistant - Deinstall Scriptas it doesnt support addnode mode
    INFO: no. of tools to supress: 0 for comp: Database Configuration and Upgrade Assistants
    INFO: processing tool: Oracle Database Configuration Assistant
    INFO: removing plugin invocation for: Oracle Database Configuration Assistantas it doesnt support clone mode
    INFO: removing plugin invocation for: Oracle Database Configuration Assistantas it doesnt support add node mode
    INFO: Namespace prefix 'agg' used but not declared.
    INFO: processing tool: Database Upgrade Assistant
    INFO: removing plugin invocation for: Database Upgrade Assistantas it doesnt support clone mode
    INFO: removing plugin invocation for: Database Upgrade Assistantas it doesnt support add node mode
    INFO: Namespace prefix 'agg' used but not declared.
    INFO: can't remove invocation for plugin: Database Upgrade Assistant from Action: cloningdrastic
    INFO: can't remove invocation for plugin: Database Upgrade Assistant from Action: addingnode
    INFO: no. of tools to supress: 0 for comp: Oracle Enterprise Manager Console DB
    INFO: cf session will be created for OH: /u01/app/oracle/product/10.2.0/db_1/ TLAggr: oracle.server instancePath: inventory/ContentsXML/ConfigXML/
    INFO: cf session for OH: /u01/app/oracle/product/10.2.0/db_1/ TL Aggr: [oracle.server] instancePath: inventory/ContentsXML/ConfigXML/
    INFO: aggr ref length : 7
    INFO: cf session hashcode: 8364954
    INFO: cf session saved with key: OraDb10g_home1 oracle.server
    INFO: cf session is ok
    INFO: created and saved cf session for oh: OraDb10g_home1
    INFO: passing params to cf
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: {Parameter:TOPLEVEL_COMPONENT in {Aggregate:OuiConfigVariables:1.0.0.0.0:common}}: Parameter data type is not compatible with the provided String Array.
    INFO: passing params to cf done
    INFO: done saving info by cf
    INFO: This is a shared oracle home or remote nodes are null. No copy required.
    INFO: cf session retrieved for key: OraDb10g_home1 oracle.server
    INFO: RUN_RECOMMENDED_TOOLS FIRST is set to false
    INFO: No of Recommended Tools0
    INFO: No of ExitOnly Tools in this session: 0
    INFO: cf session for perform has hashcode: 8364954
    INFO: detached tool list getting prepared fo comp: Oracle Database 10g
    INFO: cfsession hashcode for exit only tools: 8364954
    INFO: hashcode for action: 6035243
    INFO: No of ExitOnly Tools: 0
    INFO: saving exit only tools ...
    INFO: no detached only tools in this session
    INFO: exit-only tools are created in single installation
    INFO: no. of sets of tools to be run: 0
    INFO: ca page to be shown: false
    INFO: exitonly tools to be excuted passed: 0
    INFO: The following configuration scripts need to be executed as the "root" user.
    INFO: #!/bin/sh
    INFO: #Root script to run
    INFO: /u01/app/oracle/oraInventory/orainstRoot.sh #On nodes
    INFO: /u01/app/oracle/product/10.2.0/db_1/root.sh
    INFO: To execute the configuration scripts:
    1. Open a terminal window
    2. Log in as "root"
    3. Run the scripts
    4. Return to this window and click "OK" to continue
    INFO:
    *** End of Installation Page***
    The installation of Oracle Database 10g was successful.
    WARNING: Do you really want to exit?
    INFO: User Selected: Yes/OK

    I agree with others and unless you have specific Error messages (the log has only Warnings) then the installation was completed - the 'success' message at the end of the log is also a key indicator that everything was OK.
    If you installed a starter database, check that it is there and running - it looks as though you are on unix, so check that the pmon process is running: ps -ef |grep pmon
    If the database has created OK and you can log into it, good chances are the installation is fine.
    cheers,
    J

  • Ice import fails with no error

    Hello,
    I am trying to import files into a NW04 system using the content exchange import feature.
    I choose the correct package and press Upload. After some time (depending on the size of the package), the upload window is displayed again (with no message, neither error nor success message), and the content is not imported in the KM.
    The operation completes succesfully on other NW04 systems.
    Have any of you experienced such problems?
    Do you know in what logs can I watch for ice messages? (no message is logged in the defaultTrace)
    Thanks in advance,
    Silviu Lipovan Oanca.

    Hi Silviu,
    long time no see
    Try SAP Note 883859. The last paragraph may seem to be related to your problem.
    Regards,
    Chris

  • Importing movie with Sony camera help

    I have a Sony Handycam DCR-HC38 video camera and have recorded some video that I would like to import into my imovie 08... I have the chord (USB) that connects the camera to my mac, and have plugged them in and my mac doesn't recognize my camera. I've turned my camera on, played back video on my camera, and still nothing.
    Anyone know any tips on how to get my mac to recognize my camera? Any help would be great. Thanks!

    You can't import from any tape based camcorder without a Firewire cable. If you have the newest MacBook Pro, it will have a 9 pin port, in which case you need to buy a 4 to 9 pin cable. If you have an older MacBook, it will need a 4 to 6 pin cable. If you have a new MacBook, you are out of luck as there is no firewire port.
    All firewire cables, or iLink From Sony, are the same. Shop by price.
    Message was edited by: Forest Mccready

  • Debuging session starts(and finish) with an error ..

    I want to debug a map but , in initializatin phase of debugger I get this error java.lang.NullPointerException .... What do you think is happend?
    TIA

    I'm back with details . I can see the folowing mesagess :
    Analyzing map for debug...
    Retrieving Control Center connection info...
    Connecting to Control Center schema...
    Checking character set of Control Center schema...
    Configuring sources and targets...
    Validating map...
    Correlated Commit is OFF.
    Generating debug package...
    java.lang.NullPointerException

  • Import iPhotos with no transition help please!

    I have 50 stills of a sunset that I want to just go from one photo to the next without any transitions.
    iMovie is automatically adding transitions of zoom-in zoom-out. I do not want that. I don't want any transitions at all.
    Any help would be very appreciated, thank you!!!

    You can change the default in Project Properties (FILE/PROJECT PROPERTIES). Set the default to FIT to have the whole photo, but letterboxed, or select CROP to have the photo cropped to fit the aspect ratio of the project and fill the screen.
    You can also change this on a photo by photo basis with the Rotate, Crop, Ken Burns Tool.

  • IPad 2, running iOS 6.1.3, after backup to iCloud, total reset to defaults, reload, repeated download of iOS 7.0.2 would not finish with install: error !  Any suggestions?

    If I wait a few days will this download of iOS 7.0.2 complete?

    Keep trying. Mine took about 3 trys.

Maybe you are looking for

  • Installing multiple instances accessing the same database

    Hi, I want to install two different instances of Oracle 10g in two different machines which will access the same database which will be stored in the shared storage. Is it possible to install them without installing RAC? The instances will be one act

  • Automatic Purchase Order Creation

    Dear All, I would like to test the scenario of automatic creation of PO. I have already checked the Auto PO indicator in material master and vendor master record. Info Record and Source list also exist. In MRP view i have maintained manual reorder po

  • Function module to get PR00 price

    I would like to get PR00 price(not manually changed value, but maintained in VK13, that means not the value in VBAP or KONV, but KONP I think) by inputting sales order number as import number(just like when I click analysis button as item condition v

  • One time saleable material

    Hi I have a scenario for a material which is one time saleable that too only one qty(this i can control by item category).. it shuld not be available for next sales order.. for eg if i create a sales order for a material XYZ.. this same material shul

  • XML data (image and accompanying filename)?

    Hi, I just recently viewed some video tuts and read some Flex material so I'm a little more comfortable with all of its syntaxes and such. However one thing that eludes me when I tried to do this on my own was calling an XML file in mxml and having F