Unable to create or drop OEM repository

Hi;
I wanna recreate OEM and i use this command for it..
emca -config dbcontrol db -repos create
and its ended error.. while i look log i saw this:
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists..
ORA-06512: at line 17
As i my search i see i need to drop repos first... for this i used this command:
emca -deconfig dbcontrol db -repos drop
when i used it i have error again and log files says me:
*[20-05-2009 04:43:24] Could not connect to SYS/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=dbvault.xx.com)(PO*
RT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl))): ORA-01031: insufficient privileges (DBD ERROR: OCISessionBegin)
i gave SYS password when process ask me but dont understand why i had this error...
Anyone has idea?
Thanks
Edited by: aaaaa on May 21, 2009 12:27 AM

Hi;
Verify the name of the password file, and make sure it is created as orapw<SID> (not orapw<sid>).You are right my password file was orapw<sid> and i made it orapw<SID>, and then i follow those steps:
1. emca -deconfig dbcontrol db -repos drop
successed
2. orapwd file=orapwORCL password=oracle entries=3
3.grant execute on utl_smtp to public;
grant execute on utl_tcp to public;
grant execute on utl_file to public;
grant execute on dbms_sql to public;
all granted
4.drop user sysman cascade;
drop role MGMT_USER;
drop user MGMT_VIEW cascade;
drop public synonym MGMT_TARGET_BLACKOUTS;
drop public synonym SETEMVIEWUSERCONTEXT;
gives:ORA-01432: public synonym to be dropped does not exist*and user does not exist error*
5.Run the catproc.sql script from ORACLE_HOME/rdbms/admin
ended
6.emca -config dbcontrol db -repos create
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-24344: success with compilation error
ORA-06512: at line 38
at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1474)
at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:848)
at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:267)
at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:308)
at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:422)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:192)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:134)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:171)
at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:486)
at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1142)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:470)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:419)
May 20, 2009 7:53:42 AM oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Error creating the repository
7.emca -config dbcontrol db
May 20, 2009 7:54:32 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Couldn't execute statement: ORA-01403: no data found
ORA-06512: at "SYSMAN.MGMT_VIEW_PRIV", line 41
ORA-06512: at line 1 (DBD NO_DATA: OCIStmtExecute) at /u01/app/oracle/product/10.2.0/db_1/sysman/admin/scripts/emca/emcaDbUtil.pl li
ne 108, <STDIN> line 2.
May 20, 2009 7:54:32 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Error executing /u01/app/oracle/product/10.2.0/db_1/sysman/admin/scripts/emca/emcaDbUtil /u01/app/oracle/product/10.2.0/db_1
*/perl/lib:/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/o*
racle/product/10.2.0/db_1/bin: /u01/app/oracle/product/10.2.0/db_1/perl/bin/perl /u01/app/oracle/product/10.2.0/db_1/sysman/admin/sc
ripts/emca/emcaDbUtil.pl /u01/app/oracle/product/10.2.0/db_1 orcl SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30);
view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user)
*; select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_s*
tatus like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '
*%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view*
userpwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD*
May 20, 2009 7:54:32 AM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
CONFIG: Failed to unlock mgmt_view account
May 20, 2009 7:54:32 AM oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Failed to unlock all EM-related accounts
May 20, 2009 7:54:32 AM oracle.sysman.emcp.EMConfig perform
SEVERE: Failed to unlock all EM-related accounts
Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2009-05-20_07-54-16-AM.log for more details.
May 20, 2009 7:54:32 AM oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Failed to unlock all EM-related accounts
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:302)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:134)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:171)
at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:486)
at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1142)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:470)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:419)
8.emca -config dbcontrol db -repos recreate
May 20, 2009 7:56:00 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Enter SYS user's password :
Enter repository user password :
Getting temporary tablespace from database...
Could not connect to SYS/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=dbvault.innova.com.tr)(PORT=1521)))(CONNECT_DATA=(S
ERVICE_NAME=orcl))): ORA-01031: insufficient privileges (DBD ERROR: OCISessionBegin)I followed upper steps and i had those error :) Any idea
thanks alot
PS: I already opened sr for it.. if we solve problem i will share it here

Similar Messages

  • Unable to create File Type Rules Repository

    Hi Gurus,
    I am trying to create File Type Rules Repository(SOA Suite 10.1.3.4).
    As per the documentation:
    To create and connect to a new file-based repository we need to select a
    Repository Type of File, and specify the full path name of where you want to create
    the repository and then click Create.
    But when i select the repository type: file
    and browse for the location of where I want to create it.It won't let me select a directory, only a file..!It opened the browse a window with name :file upload
    Even I am unable to type the folder path where the new repository need to be created.After lot number of trials i am posting this.Please help me in fixing this.
    Thanks in advance..
    Regards,
    Chandra

    Thanks for your reply lahvenai,
    Could you please tell me How to the rule admistrator role get granted.I am loggiing in with oc4jadmin user.
    Please help me on this.
    Regards,
    ravi

  • Unable to recreate OEM repository

    Hi,
    I have a problem with Oracle Enterprise Manager.
    Environment description: Oracle 10g R2 Standard Edition on Windows Server 2003 R2
    I dropped the OEM repository. After that I was trying to recreate it via
    D:\oracle\product\10.2.0\db_1\BIN>emca -config dbcontrol db -repos recreate
    STARTED EMCA at Feb 23, 2009 3:38:32 PM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: OSYSTEST
    Database Control is already configured for the database OSYSTEST
    You have chosen to configure Database Control for managing the database OSYSTEST
    This will remove the existing configuration and the default settings and perform
    a fresh configuration
    Do you wish to continue? [yes(Y)/no(N)]: y
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional): xxx
    Outgoing Mail (SMTP) server for notifications (optional): xxx
    You have specified the following settings
    Database ORACLE_HOME ................ D:\oracle\product\10.2.0\db_1
    Database hostname ................ uk13appa.area1.xxx.local
    Listener port number ................ 1521
    Database SID ................ OSYSTEST
    Email address for notifications ............... xxx
    Outgoing Mail (SMTP) server for notifications ............... xxx
    Do you wish to continue? [yes(Y)/no(N)]: y
    Feb 23, 2009 3:39:27 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\product\10.2.0\db_1\cfgtoollog
    s\emca\OSYSTEST\emca_2009-02-23_03-38-32-PM.log.
    Feb 23, 2009 3:39:35 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Feb 23, 2009 3:39:38 PM oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    Feb 23, 2009 3:40:11 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Feb 23, 2009 3:40:12 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Feb 23, 2009 3:40:53 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Feb 23, 2009 3:40:56 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Feb 23, 2009 3:45:56 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST
    \emca_2009-02-23_03-38-32-PM.log for more details.
    Could not complete the configuration. Refer to the log file at D:\oracle\product
    \10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_2009-02-23_03-38-32-PM.log for more
    details.
    After 5 min waiting when the process started Database Control I got an error SEVERE: Error starting Database Control. There was details in a log file:
    SEVERE: Error starting Database Control
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_2009-02-23_02-41-14-PM.log for more details.
    Feb 23, 2009 2:48:40 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
    at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:569)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:181)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:150)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:155)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
    It would be great if you could give me a clue which help me to solve the problem.
    Thanks

    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to D:\oracle\product\10.2.0\db_1\oui
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [D:\oracle\product\10.2.0\db_1]
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME D:\oracle\product\10.2.0\db_1
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: 5541 from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: 5521 from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: 1158 from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file D:\oracle\product\10.2.0\db_1\uk13appa.area1.eurofins.local_OSYSTEST\sysman\config\emd.properties
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from D:\oracle\product\10.2.0\db_1\uk13appa.area1.eurofins.local_OSYSTEST\sysman\config\emd.properties
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file D:\oracle\product\10.2.0\db_1\install\staticports.ini
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: D:\oracle\product\10.2.0\db_1:uk13appa.area1.eurofins.local:null:OSYSTEST:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_OSYSTEST.
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_OSYSTEST value: 3938
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_OSYSTEST.
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_OSYSTEST value: 1158
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_OSYSTEST.
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_OSYSTEST value: 5540
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_OSYSTEST.
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_OSYSTEST value: 5520
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: OSYSTEST : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 1
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Stopping Windows service...OracleDBConsoleOSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleOSYSTEST' to fully stop
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface isInView
    CONFIG: IN_VIEW marker not instantiated in D:\oracle\product\10.2.0\db_1\sysman\config\emca.properties
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [EMDROOT=D:\oracle\product\10.2.0\db_1, LD_LIBRARY_PATH=D:\oracle\product\10.2.0\db_1\lib32;D:\oracle\product\10.2.0\db_1\lib;D:\oracle\product\10.2.0\db_1\perl\lib;null, PATH=D:\oracle\product\10.2.0\db_1\jdk\jre\bin\server;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\SysMgt\RAC5;C:\Program Files\Dell\SysMgt\oma\bin, PERL5LIB=D:\oracle\product\10.2.0\db_1\sysman\admin\scripts;D:\oracle\product\10.2.0\db_1\bin;, SystemRoot=C:\WINDOWS, WINDIR=C:\WINDOWS]
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: D:/oracle/product/10.2.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe D:\oracle\product\10.2.0\db_1\sysman\admin\scripts\db\sgastop.pl stop OSYSTEST uk13appa.area1.eurofins.local 1521 D:\oracle\product\10.2.0\db_1
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of D:/oracle/product/10.2.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe D:\oracle\product\10.2.0\db_1\sysman\admin\scripts\db\sgastop.pl stop OSYSTEST uk13appa.area1.eurofins.local 1521 D:\oracle\product\10.2.0\db_1 completed successfully
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: nmccollector process does not exist
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.DBControlUtil stopNmccollector
    CONFIG: Successfully stopped nmc-collector process
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 2
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Deleting Windows service...OracleDBConsoleOSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C D:\oracle\product\10.2.0\db_1\bin\nmesrvops.exe delete OracleDBConsoleOSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C D:\oracle\product\10.2.0\db_1\bin\nmesrvops.exe delete OracleDBConsoleOSYSTEST completed successfully
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Service "OracleDBConsoleOSYSTEST" delete SUCCESS
    Feb 23, 2009 2:42:22 PM oracle.sysman.emcp.util.ClusterUtil deleteEmptyRegKeyOnNode
    CONFIG: No Subkeys present under HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\SYSMAN
    Feb 23, 2009 2:42:22 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 23, 2009 2:42:22 PM oracle.sysman.emcp.EMReposConfig dropRepository
    CONFIG: Spooling to D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_repos_drop_2009-02-23_02-42-22-PM.log
    Feb 23, 2009 2:42:22 PM oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    Feb 23, 2009 2:42:22 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: OSYSTEST, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Feb 23, 2009 2:42:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 23, 2009 2:42:23 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ORACLE_HOME=D:\oracle\product\10.2.0\db_1, ORACLE_SID=OSYSTEST, PATH=D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\SysMgt\RAC5;C:\Program Files\Dell\SysMgt\oma\bin, SystemRoot=C:\WINDOWS, WINDIR=C:\WINDOWS]
    Feb 23, 2009 2:42:23 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C D:\oracle\product\10.2.0\db_1\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=uk13appa.area1.eurofins.local)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=OSYSTEST))) -repos_user SYSMAN -action drop -verbose -output_file D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_repos_drop_2009-02-23_02-42-22-PM.log
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C D:\oracle\product\10.2.0\db_1\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=uk13appa.area1.eurofins.local)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=OSYSTEST))) -repos_user SYSMAN -action drop -verbose -output_file D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_repos_drop_2009-02-23_02-42-22-PM.log completed successfully
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Enter SYS user's password :
    Enter repository user password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Environment :
    ORACLE HOME = D:\oracle\product\10.2.0\db_1
    REPOSITORY HOME = D:\oracle\product\10.2.0\db_1
    SQLPLUS = D:\oracle\product\10.2.0\db_1/bin/sqlplus
    SQL SCRIPT ROOT = D:\oracle\product\10.2.0\db_1/sysman/admin/emdrep/sql
    EXPORT = D:\oracle\product\10.2.0\db_1/bin/exp
    IMPORT = D:\oracle\product\10.2.0\db_1/bin/imp
    LOADJAVA = D:\oracle\product\10.2.0\db_1/bin/loadjava
    JAR FILE ROOT = D:\oracle\product\10.2.0\db_1/sysman/admin/emdrep/lib
    JOB TYPES ROOT = D:\oracle\product\10.2.0\db_1/sysman/admin/emdrep/bin
    Arguments :
    Connect String = (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=uk13appa.area1.eurofins.local)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=OSYSTEST)))
    Action = drop
    Repos User = SYSMAN
    Default tablespace = MGMT_TABLESPACE
    Default Data file = mgmt.dbf
    Dflt Dfile Init size = 20m
    Dflt Dfile Ext size = 20m
    ECM tablespace = MGMT_ECM_DEPOT_TS
    ECM Data file = mgmt_ecm_depot1.dbf
    ECM Dfile Init size = 100m
    ECM Dfile Ext size = 100m
    TEMP tablespace = TEMP
    Create options = 3
    Verbose output = 1
    Output File = D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_repos_drop_2009-02-23_02-42-22-PM.log
    Repos creation mode = CENTRAL
    MetaLink user name = NOTAVAILABLE_
    MetaLink URL = http://updates.oracle.com
    Export Directory = D:\oracle\product\10.2.0\db_1/sysman/log
    Import Directory = D:\oracle\product\10.2.0\db_1/sysman/log
    Checking SYS Credentials ... File - C:\temp\AWpf1QtqQU\0YGYJjDtEN.sql.Return code = 0.OK.
    Dropping the repository..
    Quiescing DB ... File - C:\temp\9YZ78xsieC\rTii7S279Y.sql.Return code = 183.Failed.
    Checking for Repos User ... File - C:\temp\VjWwFYYIj8\DKrPQghao6.sql.Return code = 0.Exists.
    Repos User exists..
    Clearing EM Contexts ... Clearing contexts. File - C:\temp\lLvkbSpYNz\NgECoaWNAB.sql.
    Clearing contexts. Return code = 0.
    OK.
    Dropping EM users ...
    Drop EM Users. File - C:\temp\4h3SzLFo8r\tpbCLVRGnk.sql.
    Drop EM Users. Return code = 0.
    Done.
    Dropping Repos User ... Drop Repos User. File - C:\temp\yRgC00qxxf\TfeZ0AYUrL.sql.
    Drop Repos User. Return code = 0.
    Done.
    Dropping Roles/Synonymns/Tablespaces ... File - C:\temp\Bu0UafeOSd\j4yOZprHPo.sql.Return code = 0.Done.
    Unquiescing DB ... Temp File - C:\temp\acCnWkH8jW\RuBsvxKClt.sql. Return code = 0.Done.
    Dropped Repository Successfully.
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: 'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: OSYSTEST, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Feb 23, 2009 2:42:55 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 23, 2009 2:42:55 PM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_repos_create_2009-02-23_02-42-55-PM.log
    Feb 23, 2009 2:42:55 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Feb 23, 2009 2:43:36 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Feb 23, 2009 2:43:36 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: OSYSTEST, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully granted priviliges to dbsnmp.
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_NAME.
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_ADDR.
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.EMReposConfig updateReposVars
    CONFIG: Updating file D:\oracle\product\10.2.0\db_1\sysman\emdrep\config\repository.variables ...
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\emdrep\config\repository.variables.emca.util.tmp to D:\oracle\product\10.2.0\db_1\sysman\emdrep\config\repository.variables
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.EMReposConfig updateReposVars
    CONFIG: File D:\oracle\product\10.2.0\db_1\sysman\emdrep\config\repository.variables is successfully updated
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: OSYSTEST, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocked mgmt_view account
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: OSYSTEST, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYSMAN
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Finished executing emreposoutofbox.sql
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.EMDBCConfig updateEmomsProps
    CONFIG: Updating file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties ...
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca to D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca.util.tmp to D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.EMDBCConfig deleteOC4JDir
    CONFIG: Deleting state directories
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\default\defaultWebApp
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\default\dms
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\default\dms0
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\default
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\em\em
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\em
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\log
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\META-INF
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\persistence
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml.emca.util.tmp to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Copying OC4J config files from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\application.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\application.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\data-sources.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\data-sources.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\global-web-application.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\global-web-application.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\http-web-site.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\internal-settings.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\internal-settings.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\java2.policy to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\java2.policy
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn-data.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\jazn-data.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\jazn.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\jms.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\mime.types to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\mime.types
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\oc4j-connectors.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\oc4j-connectors.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\principals.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\principals.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

  • I have 2 auxillary disk drives for my MacBokk Pro. Time Machine uses one for backup and I use the other for storage, but I am unable to create a new folder or drag and drop files or folders to the aux drive.

    I am unable to create a new folder on either of my auxillary disk drives.  I can access the files and folders that were there when I transferred one of the drives from a PC.  Time machine uses one for backup and I want to use the other to store photos which are large files.  An help would be appreciated.

    Thanks for the reply.  If I reformat the drive will I be able to access the files on it from the MAC.  I do not share the drive with a PC.  The files were originally created on a PC which I no longer use.  I do want to continue to access the files put there by the PC.  I would like to not have to copy them over to the MAC hard drive just to use them.  The second aux drive is new and works fine because it was formatted by the MAC.  I can drag and drop files there and work with just as if they were on the internal drive.

  • All CX traffic dropped on data plane with error message 'Unable to create policy params (policy-params-failed)

    Problems with CX dropping all traffic - error message: Unable to create policy params (policy-params-failed) seen when issuing cli cmd show opdata framedrop on CX.
    Data hits ASA Service Policy and is redirected to CX, but no traffic is passed (user experience is timeout in browser).
    Problem started after SW upgrade - present running versions:
    ASA version: 9.1.5(21)
    CX version: 9.3.3.1 (13)
    Have tried to disable all policies and create a 'permit any any' policy, which at present is the only activve policy - still same problem.
    Any suggestions?

    If i am using 11G andrtp is 11g but on rtp side if they configure SSL, is it mandatory to do it from our side also?No it not mandatory to enable SSL at your end however you have to configure identity and trsut at your end.
    Any update on my regular question(The main forum question)?You mentioned that you are posting message from 10g to 11g and as per log you are sending it to URL - https://dev-nog.server:443/b2b/transportServlet
    So few things which I see as a problem are-
    1. You should use URL https://hostname:soa_server_ssl_port/b2b/httpReceiver instead of https://dev-nog.server:443/b2b/transportServlet
    2. SOA server SSL port should be enabled (SSL should be enabled on SOA server)
    3. You should configure wallet at 10g side to contain trust cert of 11g server
    Regards,
    Anuj

  • Unable to create a folder link to a folder located at filesystem repository

    Hello,
    I have created a File System repository manager which is working OK.
    The problem is that when I try to created a link between a folder located inside the /documents repository to any folder located at the repository I defined I receive this error:
    "The item could not be created because an exception occurred in the framework". I couldn't find any meaningful info at the defaultTrace.
    Any ideas?

    Hi Roy,
    (a) If you are (much) below SPS18, maybe try to upgrade.
    (b) Double-check the default trace. It is not impossible, but at least unprobable that there is no info inside.
    (c) If (a) and (b) don't help, open an OSS message...
    Hope it helps
    Detlev

  • Unable to create File System Repository manager

    Hello,
    I would like to create File System Repository manager to this path: I have mapped a certain Network drive "
    main-uni-fs1\pictures$" to the Portal Machine and under this machine it appears as drive "N:\", inside it there is a picture folder which I would like to create the mapping to. I tried setting the "Root Directory" value to "N:\" and to "
    main-uni-fs1\pictures$" but I keep receiving an error message at the Repository Component Monitor (see below).
    10X,
    Roy

    Hello Roy,
    1> Create a new path that points to the pictures directory on the system. Enter the path lik
    mypc.myorg.com\pictures
    Under Sys admin -> Sys Config -> KM -> Content MGT -> Global Services -> Network path
    Under the user name and password, enter your username and password
    username whould be entered like domainname\username
    2>Then create a system in for the mypc.myorg.com server under
    Sys admin -> Sys Config -> KM -> Content MGT -> Global Services -> System landscape definitions -> System -> Windows Sytem.
    (Assuming u are acessing a windows sytem from a portal running on windows platform).
    You need to enter system id and description . Kindly remember the system id, since it would be useful in two places while usermapping and creating the file system repository.
    3>create a file system rep mgr under
    Sys admin -> Sys Config -> KM -> Content MGT -> Repository Managers > File System Repository
    Following properties are most important.
    Name , ACL manager cache, Security manager(which you would have to set to W2kSecurity manager)
    prefix(this is the folder name that you will identify your repository with) Widws landscape System (this is the sytem id of step 2) and root directory (network path of first step only in this case enter it like this //mypc.myorg.com/pictures)
    4>Then under user mapping section, you will find you system (the system id of second step) , enter your name as password.
    Initially when you configure your rep manager, you dont need to start ur servlet engine. If you modify any property then you need to re start ur servlet engine.
    These are the steps for creating repository
    If this still does not get resolved. Then kindly read the limitations of creating the file system repository manager in the link that I had posted in my earlier post.
    Thanks and Regards
    Pradeep Bhojak

  • Unable to create File System Repository using Network Path

    Hi All,
    I am trying to create a File System Repository.
    I created a networkpath and windows system and used the same while creating File Repository according to the steps in help.
    With out using Networkpath(i.e.,If I use IP address,I am able to create File System Repository).
    But with the network path,it throws the following error as seen in Component Monitor.
    <b>Startup Error:    The localroot does not exist: C:\usr\sap\IGTE\j2ee\j2ee_00\cluster\server\NWP_001
    My network path is NWP_001
    </b>
    Did any one face this problem?
    Any help please........
    Rgds,
    Santhosh

    Hi,
    I am getting the same error even if I replace(\) by slashes(/).
    I tried on EP6SP12 as well as EP6SP2 and got the same error on both.
    The repository is searching for a folder named with
    n/w path on the portal server itself(i.e, it is searching in the following folder
    <b>C:\usr\sap\IGTE\j2ee\j2ee_00\cluster\server\NWP_001
    My network path is NWP_001</b>),instead of searching on the remote system.
    Can any one help me in solving the problem
    Thanks in Advance.
    Rgds,
    Santhosh

  • OEM Repository Database Restarts Daily

    Greetings,
    I am running OEM 12.1.0.3.0 on a VM running Linux x86_64. The repository is Oracle 11.2.0.3.0 running on a separate VM host also running Linux x86_64.
    On a daily basis at 05:57:21 (give or take a few seconds) my OEM repository is restarted -
    Shutting down instance (immediate)
    Stopping background process SMCO
    Shutting down instance: further logons disabled
    <remaining shutdown steps displayed in the alert logs>
    and it immediately restarts. I am unable to determine why. The host is not restarted. I have looked at dba_jobs in the repository and see nothing running which would do this. I have looked at OEM jobs and don't see anything scheduled there which would do this. I am at a loss to explain this and am wondering if anyone else has encountered this or has an explanation. Is this expected behavior or is my setup an anomaly?
    Thank you.
    Bill Wagman

    Bill,
    This would not be an expected behaviour. If your Repository DB re-starts, then there are chances that the OMS will also re-start if it cannot access the repository DB for a long duration. This will affect console usage.
    Do you not see any other errors before this shutdown?
    You could also check if there are any DB trace files created around the same time.
    Recommend posting this in the Database forum for further investigation.
    Regards,
    Smitha.

  • EMCTL unable to create

    dear all,
    we installed Oracle EBS 12.1.1 on RHEL 5.3 , Vision
    i started enabling OEM using following command
    $ emca -config dbcontrol db -repos create
    I gave details which it asked , after some time it stopped,then i goto log and in logfile last lines are as follows,
    CREATE TABLE MGMT_CM_SCHEMA_MAPS
    ERROR at line 1:
    ORA-01658: unable to create INITIAL extent for segment in tablespace SYSAUX
    After this i have added datafile in sysaux,
    again i tried to recreate but its not accepting, as i am new to Oracle , could anyone of you can give the solution.
    what should i do at this stage?
    Note: I have not set the password using orapwd , Is it compulsary or we dont need,

    Hi ,
    here is the total content of that log.
    =================================
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to true
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to true
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: /oravis/VIS/db/tech_st/11.1.0
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:04 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: /oravis/VIS/db/tech_st/11.1.0
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: VIS
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: VIS Host: vis.erp.com Node: null OH: /oravis/VIS/db/tech_st/11.1.0 isDBC: false
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: VIS Host: vis.erp.com Node: null OH: /oravis/VIS/db/tech_st/11.1.0 agentHome: null isCentral: false
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: VIS Host: vis.erp.com Node: null OH: /oravis/VIS/db/tech_st/11.1.0 agentHome: null isCentral: false
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user:
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Mar 1, 2010 9:42:06 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Mar 1, 2010 9:42:09 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1524
    Mar 1, 2010 9:42:11 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Mar 1, 2010 9:42:11 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: SYS
    Mar 1, 2010 9:42:11 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:14 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: DBSNMP
    Mar 1, 2010 9:42:15 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:19 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EMAIL_ADDRESS value:
    Mar 1, 2010 9:42:19 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: MAIL_SERVER_NAME value:
    Mar 1, 2010 9:42:19 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:19 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :/oravis/VIS/db/tech_st/11.1.0
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: SYS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: VIS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /oravis/VIS/db/tech_st/11.1.0/cfgtoollogs/emca/VIS/emca_2010_03_01_09_42_04.log.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: SYS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: DBSNMP
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: SYS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: SYS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: VIS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: VIS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: VIS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: SYS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 255217760
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: SYS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: VIS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: VIS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: VIS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter EMAIL_ADDRESS.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: SYS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: SYS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: VIS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oravis/VIS/db/tech_st/11.1.0/sysman/config/emd.properties to /oravis/VIS/db/tech_st/11.1.0/sysman/config/emd.properties.emca.tmp
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /oravis/VIS/db/tech_st/11.1.0/sysman/config/emd.properties has been copied to /oravis/VIS/db/tech_st/11.1.0/sysman/config/emd.properties.emca.tmp
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oravis/VIS/db/tech_st/11.1.0/sysman/config/emoms.properties to /oravis/VIS/db/tech_st/11.1.0/sysman/config/emoms.properties.emca.tmp
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /oravis/VIS/db/tech_st/11.1.0/sysman/config/emoms.properties has been copied to /oravis/VIS/db/tech_st/11.1.0/sysman/config/emoms.properties.emca.tmp
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /oravis/VIS/db/tech_st/11.1.0/sysman/emd/targets.xml to /oravis/VIS/db/tech_st/11.1.0/sysman/emd/targets.xml.emca.tmp
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /oravis/VIS/db/tech_st/11.1.0/sysman/emd/targets.xml has been copied to /oravis/VIS/db/tech_st/11.1.0/sysman/emd/targets.xml.emca.tmp
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: VIS Host: vis.erp.com Node: null OH: /oravis/VIS/db/tech_st/11.1.0 agentHome: null isCentral: false
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: VIS Host: vis.erp.com Node: null OH: /oravis/VIS/db/tech_st/11.1.0 isDBC: false
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: VIS Host: vis.erp.com Node: null OH: /oravis/VIS/db/tech_st/11.1.0 isDBC: false
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_VIS.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_VIS.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_VIS.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_VIS.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /oravis/VIS/db/tech_st/11.1.0/oui
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /oravis/VIS/db/tech_st/11.1.0/oui
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.OUIInventoryUtil getInstallInventory
    CONFIG: Error accessing inventory.
    oracle.sysman.oii.oiii.OiiiInventoryDoesNotExistException: The inventory pointer location /etc/oraInst.loc is either not readable or does not exist
         at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1746)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:292)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:231)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:180)
         at oracle.sysman.emcp.util.OUIInventoryUtil.getInstallInventory(OUIInventoryUtil.java:129)
         at oracle.sysman.emcp.util.OUIInventoryUtil.getAllOracleHomeLoc(OUIInventoryUtil.java:180)
         at oracle.sysman.emcp.util.PortManager.markAllUsedPorts(PortManager.java:1216)
         at oracle.sysman.emcp.util.PortManager.getFreePorts(PortManager.java:591)
         at oracle.sysman.emcp.EMDBPreConfig.getFreePorts(EMDBPreConfig.java:2582)
         at oracle.sysman.emcp.EMDBPreConfig.checkPorts(EMDBPreConfig.java:2513)
         at oracle.sysman.emcp.EMDBPreConfig.performConfiguration(EMDBPreConfig.java:750)
         at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:257)
         at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:183)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:221)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:535)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1215)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.OUIInventoryUtil getInstallInventory
    CONFIG: Error accessing Install Area Control.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.OUIInventoryUtil getAllOracleHomes
    CONFIG: Error accessing Install Inventory.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.OUIInventoryUtil getInventoryDirLoc
    CONFIG: Unable to get inventory location.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Current ORACLE_HOME:/oravis/VIS/db/tech_st/11.1.0 not included in ORACLE_HOMEs' from inventory.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [oravis/VIS/db/tech_st/11.1.0]
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /oravis/VIS/db/tech_st/11.1.0
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from /oravis/VIS/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from /oravis/VIS/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from /oravis/VIS/db/tech_st/11.1.0/oc4j/j2ee/OC4J_DBConsole
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from /oravis/VIS/db/tech_st/11.1.0/sysman/config/emd.properties
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file /oravis/VIS/db/tech_st/11.1.0/install/staticports.ini
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: /oravis/VIS/db/tech_st/11.1.0:vis.erp.com:null:VIS:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_VIS.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_VIS value: 3938
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_VIS.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_VIS value: 1158
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_VIS.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_VIS value: 5540
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_VIS.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_VIS value: 5520
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: VIS : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMDBPreConfig copyAgentTimeStampFile
    CONFIG: File: /oravis/VIS/db/tech_st/11.1.0/vis.erp.com_VIS/sysman/emd/agntstmp.txt:vis.erp.com does not exists.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: VIS, oracleHome: /oravis/VIS/db/tech_st/11.1.0, and user: SYS
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to /oravis/VIS/db/tech_st/11.1.0/cfgtoollogs/emca/VIS/emca_repos_create_2010_03_01_09_42_21.log
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: ORA-20001: SYSMAN already exists..
    ORA-06512: at line 17
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists..
    ORA-06512: at line 17
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:880)
         at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:270)
         at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:311)
         at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:492)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:218)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:535)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1215)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /oravis/VIS/db/tech_st/11.1.0/cfgtoollogs/emca/VIS/emca_repos_create_<date>.log for more details.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /oravis/VIS/db/tech_st/11.1.0/cfgtoollogs/emca/VIS/emca_2010_03_01_09_42_04.log for more details.
    Mar 1, 2010 9:42:21 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:230)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:535)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1215)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
    regards
    MMU

  • ORA-01658: unable to create INITIAL extent for segment in tablespace

    NEW REPOSITORY INSTALLATION ERROR!!
    I want to install a new Repository using Oracle9iR9.2.0.1 and iDS10g on windowsXP Professional the same machine.
    After running all the SQL scripts ( ckqa,ckvalqa,ckcreate,ckreport) with success to installing a new Repository on my Database using "the Scripts Method",I start the Repository Administration Utility( RAU) to scheck the priveleges and so on.
    After pressing the Install button in the RAU:
    -I take public synonyms
    -I scheck the box for "Support Designer Objects", then
    -The Repository size is Medium
    -I have not change the defauft Tablespace of the Repository_Manager names TEMPORARY_TABLES to store the index and table of System Data....Diagram Data.
    After Starting, the Installation began an stop by installing some Tables like schown :
    Operation: Started : 07/03/04 20:26:32
    Reading File: cktabs.sql
    Object : TABLE CDDL_TMP_TBL
    Executing statement(s)...
    Verifying...
    .and so on till....uns so weiter bis
    Reading File: cktabs.sql
    Object : TABLE RM$INFO
    Executing statement(s)...
    Error Submitting Definition: User intervention required...
    RME-02124: Failed to execute SQL statement: CREATE TABLE RM$INFO
    (NAME VARCHAR2(128) NOT NULL
    ,VALUE VARCHAR2(128)
    Storage (initial 4K next 4K pctincrease 0) Tablespace TEMPORARY_TABLES
    ORA-01658: unable to create INITIAL extent for segment in tablespace TEMPORARY_TABLES
    Dumping Buffer...
    CREATE TABLE RM$INFO
    (NAME VARCHAR2(128) NOT NULL
    ,VALUE VARCHAR2(128)
    ...End of Buffer
    User Requested: Stop Process
    When I read the Help of the Error the
    CAUSE was: Failed to find sufficient contiguous Space to allocate INITIAL extend for Segment being created.
    ACTION: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the tablespace or retry with a smaller Value for initial.
    I then try to resolve it by schecking and changing the Values of INITIAL_VALUE and NEXT_VALUE in the ckparams.txt to 500k.I change the Values of TEMPORARY_TABLES(10214 to 51200k) and TEMPORARY_INDEXES from (20000 to 100000k).Then I run the scripts @ckparams.txt, @ckvalqa, @ckcreate but
    -pressing the Scheck Privileges Button on the RAU still give me 106k for the INITIAL_ and NEXT_VALUE.
    -And the installato still stop with the same Error.
    Question: How schould I resolve this Configuration?
    You could respond in ENGLICH, GERMAN or FRENCH
    Thank you for your Help!

    You are running into database errors. You should refer to the database documentation on how to adjust the size your tablespaces. The online Designer installation guide will advise you as to the sizes of tablespaces you require. (http://otn.oracle.com/pls/wocprod/docs/page/ocom/technology/products/designer/supporting_doc/Des10g_9044/cmnhlp72/rep_insgde/igttl_9i.htm)
    Regards
    Sue

  • Export gives "Unable to create" error,Can't EXPORT or SHARE modified images

    I am running iPhoto 8.1.2 and I cannot export or share any images I modify.
    Upon editing images (cropping or enhancing color profile), I am unable to drag and drop images to my desktop (gives a "∅" symbol) which I used to do all the time. I cannot export them - iPhoto gives an error: "Unable to create" filename error...
    If I look at the "Show file" and verify the contents of the folder, none of the images I have modified appear there. If I look at "Show original file" all the original files are there but do not have my edits/cropping, etc. Where are my modified images going and how can I get to them? iPhoto seems like it is getting Alzheimer's or something...
    I have tried closing and re-opened iPhoto and all the images thumbnails appear to be ok with my updated crops/enhancements. Double-clicking and opening them opens files with the correct edit/enhancements. Everything seems ok until I try to export or share any of the modified photos.
    I tried rebuilding iPhoto and selecting the first 4 options but after the rebuild the problem still persists...
    None of the files that I cropped/enhanced appear in the "Modified" folder for that date. There are some files there, but they appear to be files that I deleted!
    So, where are my cropped/enhanced photos going??? iPhoto shows them ok in the Events, etc. but they are not in the "Modified" folder and I cannot export, drag/drop, email or share them...
    This has been happening to me for awhile now and it is very frustrating. iPhoto is ok so long as I don't do any cropping or enhancing. If I do that, then it gets all screwed up...
    I know that I can use something like "iPhoto Library Manager" to rebuild stuff but I don't want to lose any of my data. I have done extensive work with faces, places, attributes, names, etc...
    I JUST WANT iPHOTO TO WORK LIKE IT IS SUPPOSED TO AND LIKE IT USED TO!
    Thanks,
    Steve

    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair Library permissions.
    If the permissions have been mucked up somehow, it's likely that your edits have not been saved.
    If the fails:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • Unable to create a connection in SQL developer

    hii
    I'm unable to create a connection in SQL developer..it says I/O Exception, Network Adapter could not establish a connection...i provided the username and password which i used for SQL*Plus, which is working fine. And i gave the host as localhost. I don't know how to fill the connection name field..can anyone help me in connecting to the database...By the way I'm using Oracle 11g. Thankssssss

    you could try to change the connection type to TNS and pick the database name available to you in the Network Alias drop-down list.
    Edited by: Alex Nuijten on Sep 5, 2008 10:13 AM

  • Unable to create a tablespace under user scott despite of many privileges

    Hi,
    I use user scott to test a rdf database using oracle 11.2.0.2 contained in oracle developer days in my oracle linux enterprise guest system. However, I am unable to create a tablespace under scott. The error message says insufficient privilege. Actually, I granted all privilege in Roles, System Privileges, Object Privileges to scott in the OEM panel. I also granted resource, create session, create table, unlimited tablespace to scott in sqlplus as well. However, I am still unable to create the tablespace. The command I used for creating tablespace is below:
    create tablespace rdf_tblspace
    datafile '\home\oracle\app\oracle\oradata\rdf_tblspace.dat' size 14m reuse
    autoextend on next 10m maxsize unlimited
    segment space management auto;
    Error at Command Line:1 Column:1
    Error report:
    SQL Error: ORA-01031: insufficient privileges
    01031. 00000 - "insufficient privileges"
    Any suggestions will be much appreciated. Thanks a lot in advance.

    user571093 wrote:
    Hi,
    Thanks for the helpful info. Can you pls show me how to grant REATE TABLESPACE system privilege to scott? The System Priveleges in OEM is not enough for scott? Thanks a lot.You should first go through [url http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_9013.htm] this  This link contains details of GRANT command.
    create tablespace is a system privilage granted to a user by the DBA in below way:
    grant create tablespace to scott;

  • Unable to create Web i reports in Win 7 64 bit OS

    Hi,
        I have WIN 7 64 bit installed on my Laptop. I am unable to create Web I reports in this machine. Does any one know why?
    BR, Nanda

    Hi Nanda Kishore,
    Webi reports does not show in your local system,because webi reports acces from repository through URL,if you export your Bex Query(Universe) to repository,it is possible to see.but you local system is usefull for stand alone applications.
    you can see only web intelligece rich client and Desk intelligence.
    All the best
    Praveen

Maybe you are looking for

  • ITunes Home Sharing No Longer Working Under Lion

    Home Sharing is no longer working between Lion and my Apple TV or iPhone. I am able to watch Netflix through my Apple TV (2nd Gen) so I do have connectivity. I have restarted both devices, and updated iTunes to 10.4. Under "Advanced" in iTunes, Home

  • How do I get the directory name from my program?

    Hi, I want to indentify the directory name where my executable is running from the program. Is there any API similar to GetCurrentDirectory in Windows. Thanks, Ram

  • Help Proxy Server Authentication

    Hi All, We are making a J2ME application, and trying to get thru the proxy server which requires authentication. Here is my code but it is getting hang in between. Can anyone helps me out: HttpConnection c = (HttpConnection)Connector.open(url); c.set

  • VN-Tag with Nexus 1000v and Blades

    Hi folks, A while ago there was a discussion on this forum regarding the use of Catalyst 3020/3120 blades switches in conjunction with VN-tag.  Specifically, you can't do VN-Tag with that Catalyst blade switch sitting inbetween the Nexus 1000V and th

  • Third party backup software support for dataguard configurations

    Any Oracle document about the subject? I would be interested in an answer about backupexec 2010 r2 in particular, because reading the manual for its oracle agent there is information about Oracle/RMAN and RAC support, but nothing about Dataguard inte