Oracle 11G Linux OEM Repository Creation Hang

Hi,
I recreating em repository. I was trying to drop em repositry with the following command: -
emca -deconfig dbcontrol db -repos drop
but this command got hang in between.
so i choose another path :-
DECLARE
CURSOR c1 IS
SELECT owner, synonym_name name
FROM dba_synonyms
WHERE table_owner = 'SYSMAN';
BEGIN
FOR r1 IN c1
LOOP
IF r1.owner = 'PUBLIC' THEN
EXECUTE IMMEDIATE 'DROP PUBLIC SYNONYM ' || r1.name;
ELSE
EXECUTE IMMEDIATE 'DROP SYNONYM ' || r1.owner || '.' || r1.name;
END IF;
END LOOP;
END;
PL/SQL procedure successfully completed.
SQL> DROP ROLE mgmt_user;
Role dropped.
SQL> drop user mgmt_view cascade;
User dropped.
SQL> drop user sysman cascade;
User dropped.
after this when i am trying to create em repository with following command :-
emca -config dbcontrol db -repos create
this command got hang after showing
Aug 20, 2009 4:32:56 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Repository successfully created
I dont know why this command got hang after this.
(I tested the same procedure on another staging machine and from the logs i know that after this message it goes for
Listener validation and check the listener)
On production machine listener is up and running, still the command got hong on
Aug 20, 2009 4:32:56 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Repository successfully created
Any Help please ?

hi,
in my case on the AIX 6.3TL3, i have dropped the following synonyms and the schemas in 11.1.0.7.0 :
plz check this :
DROP USER sysman CASCADE;
DROP USER mgmt_view CASCADE;
DROP ROLE MGMT_USER;
ALTER USER dbsnmp ACCOUNT UNLOCK;
ALTER USER dbsnmp identified by dbsnmp;
DROP PUBLIC SYNONYM SETEMVIEWUSERCONTEXT;
DROP PUBLIC SYNONYM MGMT_TARGET_BLACKOUTS;
DROP PUBLIC SYNONYM MGMT_AVAILABILITY;
DROP PUBLIC SYNONYM MGMT_CURRENT_AVAILABILITY;
DROP PUBLIC SYNONYM MGMT_SEVERITY_OBJ;
DROP PUBLIC SYNONYM MGMT_SEVERITY_ARRAY;
DROP PUBLIC SYNONYM MGMT_GUID_OBJ;          
DROP PUBLIC SYNONYM MGMT_GUID_ARRAY;
DROP PUBLIC SYNONYM SMP_EMD_AVAIL_OBJ;
DROP PUBLIC SYNONYM SMP_EMD_TARGET_OBJ;
DROP PUBLIC SYNONYM SMP_EMD_TARGET_OBJ_ARRAY;
DROP PUBLIC SYNONYM SMP_EMD_DELETE_REC_ARRAY;
DROP PUBLIC SYNONYM MGMT_METRICS;
DROP PUBLIC SYNONYM MGMT_TARGETS;
DROP PUBLIC SYNONYM MGMT_TYPE_PROPERTIES;
DROP PUBLIC SYNONYM MGMT_TARGET_PROPERTIES;
DROP PUBLIC SYNONYM MGMT_METRICS_RAW;     
DROP PUBLIC SYNONYM MGMT_CURRENT_METRICS;     
DROP PUBLIC SYNONYM MGMT_STRING_METRIC_HISTORY;     
DROP PUBLIC SYNONYM MGMT_LONG_TEXT;     
DROP PUBLIC SYNONYM MGMT_METRICS_COMPOSITE_KEYS;     
DROP PUBLIC SYNONYM MGMT_METRICS_1HOUR;     
DROP PUBLIC SYNONYM MGMT_METRICS_1DAY;     
DROP PUBLIC SYNONYM MGMT_METRIC_ERRORS;     
DROP PUBLIC SYNONYM MGMT_CURRENT_METRIC_ERRORS;     
DROP PUBLIC SYNONYM EMD_MNTR;     
DROP PUBLIC SYNONYM MGMT_METRIC_COLLECTIONS;     
DROP PUBLIC SYNONYM MGMT_COLLECTION_PROPERTIES ;     
DROP PUBLIC SYNONYM MGMT_METRIC_THRESHOLDS;     
DROP PUBLIC SYNONYM SMP_EMD_NVPAIR;     
DROP PUBLIC SYNONYM SMP_EMD_NVPAIR_ARRAY;     
DROP PUBLIC SYNONYM SMP_EMD_STRING_ARRAY;
DROP PUBLIC SYNONYM SMP_EMD_STRING_ARRAY_ARRAY;
DROP PUBLIC SYNONYM SMP_EMD_INTEGER_ARRAY;
DROP PUBLIC SYNONYM SMP_EMD_INTEGER_ARRAY_ARRAY;
DROP PUBLIC SYNONYM MGMT_DELTA_IDS;
DROP PUBLIC SYNONYM MGMT_DELTA_ID_VALUES;
DROP PUBLIC SYNONYM MGMT_DELTA_ENTRY;
DROP PUBLIC SYNONYM MGMT_DELTA_ENTRY_VALUES;
DROP PUBLIC SYNONYM MGMT_DELTA_VALUE;
DROP PUBLIC SYNONYM MGMT_DELTA_VALUES;
DROP PUBLIC SYNONYM MGMT_NAME_VALUE;
DROP PUBLIC SYNONYM MGMT_NAME_VALUES;
DROP PUBLIC SYNONYM ECM_UTIL;
DROP PUBLIC SYNONYM MGMT_DELTA;
DROP PUBLIC SYNONYM MGMT_TARGET_MEMBERSHIPS;
DROP PUBLIC SYNONYM MGMT_JOB;
DROP PUBLIC SYNONYM MGMT_JOB_PARAMETER;
DROP PUBLIC SYNONYM MGMT_JOB_TARGET;
DROP PUBLIC SYNONYM MGMT_JOB_SCHEDULE;
DROP PUBLIC SYNONYM MGMT_JOB_EXECPLAN;
DROP PUBLIC SYNONYM MGMT_JOB_EXEC_SUMMARY;
DROP PUBLIC SYNONYM MGMT_JOB_OUTPUT;
DROP PUBLIC SYNONYM MGMT_JOB_EXECUTION;
DROP PUBLIC SYNONYM MGMT_LOG;
DROP PUBLIC SYNONYM MGMT_ADMIN;
DROP PUBLIC SYNONYM MGMT_GLOBAL;
DROP PUBLIC SYNONYM MGMT_TARGET;
DROP PUBLIC SYNONYM MGMT_CREDENTIAL;
DROP PUBLIC SYNONYM MGMT_JOBS;
DROP PUBLIC SYNONYM MGMT_PREFERENCES;
DROP PUBLIC SYNONYM MGMT_USER;
DROP PUBLIC SYNONYM MGMT_SEVERITY;
DROP PUBLIC SYNONYM MGMT_CURRENT_SEVERITY;
DROP PUBLIC SYNONYM MGMT_PAF_PROCS_LATEST;
DROP PUBLIC SYNONYM MGMT_PAF_JOBS;
DROP PUBLIC SYNONYM MGMT_PAF$PROCEDURES;
DROP PUBLIC SYNONYM MGMT_PAF$INSTANCES;
DROP PUBLIC SYNONYM MGMT_PAF$STATES;
DROP PUBLIC SYNONYM MGMT_PAF$APPLICATIONS;
DROP PUBLIC SYNONYM MGMT_VIEW_UTIL;
DROP PUBLIC SYNONYM MGMT_MESSAGES;

Similar Messages

  • I had migrated Oracle 10g database from Windows to Oracle 11g Linux

    I had migrated Oracle 10g database from Windows to Oracle 11g Linux.  The database is performing very slow.
    Please guide me where I have to begin (starting point) looking into it.
    Some document stated gather system statistics.  How to check system statistics is up to date
    What are the crucial initialization parameter ?

    Hi,
    Let me just point you out to the documentation, which may concern you:
    I had migrated Oracle 10g database from Windows to Oracle 11g Linux.  The database is performing very slow.
    Managing Optimizer Statistics
    How to check system statistics is up to date
    Managing Optimizer Statistics
    What are the crucial initialization parameter ?
    Configuring a Database for Performance
    Thanks &
    Best Regards,

  • Cannot install Grid control 11g because of repository creation failure

    I cannot install Grid control 11g (on AIX6.1 and 11.2.0.1 database) because of repository creation failure with following log emschema.log.CREATE
    2012-10-29 17:44:49,729 [Thread-190] ERROR emschema.17oypu8dqqrf7 - ERROR:FATAL Configuration Exceptions
    Execution Exception
    null
    2012-10-29 17:44:50,162 [17oypu8dqqrf7] ERROR emschema.17oypu8dqqrf7 - Schema Action Failed
    2012-10-29 17:44:50,163 [17oypu8dqqrf7] ERROR emschema.17oypu8dqqrf7 - java.lang.Exception: The last RCUModel exit status code is not SUCCEEDED.
    2012-10-29 17:44:50,164 [17oypu8dqqrf7] ERROR emschema.17oypu8dqqrf7 - Schema Action Failed
    2012-10-29 17:44:50,167 [17oypu8dqqrf7] ERROR emschema.17oypu8dqqrf7 - Running RCU Failed with Exception Trace
    The last RCUModel exit status code is not SUCCEEDED.
    and rcu.log:
    RCU Logfile               : /ugp1apl/oracle/product/grid/middleware/oms11g/sysman/log/schemamanager/m_102912_0530_PM/m_102912_0530_PM.CREATE/rcu.log
    RCU Checkpoint Object               : /opt/oracle/product/grid/middleware/oms11g/sysman/log/schemamanager//RCUCheckpointObj
    Component schemas created:
    Component               Status     Logfile          
    EM Repository Creation Configuration          Failed     /ugp1apl/oracle/product/grid/middleware/oms11g/sysman/log/schemamanager/m_102912_0530_PM/m_102912_0530_PM.CREATE/em_repos_config.log
    EM Repository Init Configuration          Success     /ugp1apl/oracle/product/grid/middleware/oms11g/sysman/log/schemamanager/m_102912_0530_PM/m_102912_0530_PM.CREATE/em_repos_init.log
    EM Repository Common          Success     /ugp1apl/oracle/product/grid/middleware/oms11g/sysman/log/schemamanager/m_102912_0530_PM/m_102912_0530_PM.CREATE/em_repos_common.log
    2012-10-29 17:44:49.887 NOTIFICATION rcu: oracle.sysman.assistants.common.util.SilentMessageHandler::writeToLog: Repository Creation Utility - Create : Operation Completed
    Database has 11.2.0.1 version and setup according installation guide(init parameters and so on...), what's wrong?
    Edited by: mariok on Oct 31, 2012 2:11 AM

    In install guide is written: http://docs.oracle.com/cd/E11857_01/install.111/e15838/install_em_exist_db.htm#CIAIGDIH
    „No environment variable specific to Enterprise Manager Grid Control needs to be set prior to installation. The ORACLE_HOME and ORACLE_SID variables should not be set; Oracle directories should not appear in the PATH.“
    When I'v set up following variables everything went fine:
    ORACLE_HOME=/opt/oracle/product64/11.2.0.1
    ORACLE_SID=UAGRID
    PATH=/usr/java6_64/bin:/opt/oracle/product64/11.2.0.1/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/lbin:/root/MSP/bin:.:/usr/local/bin:/u1/oracle/SCRIPTS:/opt/oracle/product64/11.2.0.1/OPatch

  • ORACLE 11g linux

    Hi Experts,
    We have recently moved from 10g(windows) to 11g(linux).
    As i am new to Linux I struggle a lot.
    Can anyone help me to solve the following issues...
    1. I am not able to open a .fmb file from the server. The open dialog box in the oracle form builder searches the file in my local system only but not the server connected by LAN.
    2. When I open a old 10g form it throws an error VGS1313 Font Lookup Failure. But i have installed Tahoma font (which i used to design forms in windows 10g) in my Linux (CENTOS 6) system and my /usr/share/fonts/truetype/msttcorefonts has the Tahoma font.
    (I followed the instructions in Linux and Unix tips: Install Tahoma font for Linux)
    3.Next thing is I am unable to use any Keyboard Shortcut Keys to open or save a .fmb file for e.g., ctrl+shift+K to Compile modules in my form builder. But when I go to Program-> Compile Module -> ALL I am able to compile. I am tired of searching Keyboard Mappings.
    Any help greatly appreciated.
    Regards,
    Soofi.

    It sounds like you have a configuration problem.  Regardless, if you plan to work with an FMB (MMB,PLL, etc) on Windows then you need to install the Windows tools.  Attempting to use the Builder, installed on Linux, on your Windows machine is not supported.  It can, technically be done, but again is not supported by Oracle nor is it recommended. Refer to MOS Note 68047.1
    If you are actually trying to work with the Builder on the Linux platform, then you need to consider the product certifications. CENTOS is not a certified Linux platform.  Refer to the product certification guide for details.  You didn't mention exactly which version you are using so I can't point you directly to the document.  Determine which version you are using then find the appropriate doc from here:
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html

  • Oracle Text index hangs(Oracle 11g linux enterprise edition)

    Hi guru,
    One very criticial and showstopper issue coming in Oracle Text Indexing.
    I have table ResourceTable(ResId,Contents blob ,docformat)
    I am creating text index on Contents column by using follwing command:
    create index [IndexName] on [TableName] (contents) indextype is ctxsys.context ('lexer mylex stoplist ctxsys.default_stoplist format column ISDOCFORMAT sync(every "sysdate+1/24") storage my_text_storage memory 200M')parallel 2
    I found there is one document of text/html type which hangs oracle text indexing thread.Oracle doest not give any error message keep using CPU 100% and no progress.
    I then create test table with same stucture and put this corrupted documet record in this table.and did indexing again but its not doing index /not ignoring it and hangs .We have also tried to use timeout feature of inso filter so that if such type of document comes at the time of indexing oracle text indexing process will bypass it after specific time interval but still same issue comes and oracle is not bypassing such faulty document.
    This is realy show stopper issue and any kind of help will be greatly appricited.

    You need to raise an SR with Oracle Support for this, and send them the file which is causing the hang. It should then be easy to investigate the problem and schedule a fix.
    If you don't have a support contract, you could send the file to me and I'll raise a bug. However, if we fix it you won't be able to get the fix until it appears in the next downloadable version.
    - Roger
    roger.ford @ oracle.com

  • Informatica powercenter 8.6.1 repository creation hang

    Hi everybody;
    I installed Informatica PowerCenter 8.6.1 with hot fix 11 on a Windows 2003 server, the installation went ok, the domain was created in Oracle database 10g R2 with a character set as follow: NLS_CHARACTERSET AL32UTF8 and NLS_NCHAR_CHARACTERSET AL16UTF16. The database is hosted on a windows server 2003 machine.
    The problem is with the repository service, it hangs during the creation. What I noticed is as follows:
    The informatica server gets a connection to the database with the repository user info_rep which already has the DBA role.
    The informatica server always hang after issuing an SQL statement for retrieving the nls_length_semantics parameter, it seems that the database returns the result to the informatica server but it hang for some reason.
    Any idea about what is going on, and how to solve this problem?
    Thank you all

    Try to change of browser (from IE to firefox for instance) ?
    And double check that the user has the good privileges ie the right to read the nls parameter.
    If you have identified the statement that hangs, test if with SQL Plus to see if it comes from the database
    of from Informatica.
    And if you don't find, made a call (Service Request) to the support. http://support.oracle.com
    Success
    Nico

  • Problem installing mod_plsql oracle 11g linux

    Hello and thanks in advance for your help! I want to install an Oracle HTTP Server 11g on a Centos linux server. It seems to be working but when I execute a pls query such as mydomain.gr:7777/pls/smth nothing happens.. Logs of apache show the following error:
    [VirtualHost: main] MODPLSQL-00368: mod_plsql: (null) HTTP-404 No procedure specified to run
    Until now I have managed to install a WebLogic server and the WebCache server. Should I also install the Database manager so as to configure
    mod_plsql?
    I edited dads.conf, cache.conf and plsql.conf, and included plsql.conf in httpd.conf of apache for oracle http server.
    What could be going wrong?

    Try add and set "PlsqlDefaultPage" at "dads.conf". Any PL/SQL procedure, which generated HTML. There is package "PKG_WEB", procedure "list' at this example:
    <Location /pls/ddd>
    SetHandler pls_handler
    Order allow,deny
    Allow from All
    AllowOverride None
    PlsqlDatabaseUsername
    PlsqlDatabasePassword
    PlsqlDatabaseConnectString DB1.WORLD
    PlsqlAuthenticationMode Basic
    PlsqlSessionStateManagement StatelessWithResetPackageState
    PlsqlMaxRequestsPerSession 1
    PlsqlDefaultPage *PKG_WEB.list*
    </Location>

  • Oracle 11g -select on dictionary view hangs

    Hi Experts,
    I have issued the below query and it's hanging for a long time.
    SQL> select * from gv$session where rownum<=1;
    Could you please someone shed light on this issue?
    Regards,
    Richard
    Edited by: user12075620 on May 16, 2011 8:44 PM

    Duplicated and even triplicated post, probably Jive issue.
    To be continued over there :
    http://forums.oracle.com/forums/message.jspa?messageID=9594103#9594103
    Nicolas.

  • P4's /Oracle 9i/Designer 6i Repository Creation Problems

    Hi,
    I am currently running Windows 2000 Professional on a new P4. I was unable to install Oracle 8.1.6 so have installed Oracle 9i and Designer 6i.
    I have not been able to get a Repository built with this combination of hardware/software.
    Can anyone tell me if Designer 6i will run against Oracle 9i?
    If not when will Designer 9i be available for download?
    Regards

    I4m having a very similar problem with the same installation, but on a P2. Repository installation displays several errors (unable to grant, create indexes, etc on certain tables) and when I run designer logging with the user for which I created the repository it tells me that it is not a valid repository user.
    Any insight??
    tnx

  • Oracle 11G Linux ( Oracle Database Gateway for SQL Server 11.1.0.6.0. )

    Hi,
    I am tring Gateway for SQL Server ..
    I want to Select Oracle Database Gateway for SQL Server 11.1.0.6.0 at the time of installation, but It is not coming in the Avaliable Components List..
    Is there any prerequisite for SQL server ?
    Any Help please ?

    Are you following the "Step Through the Oracle Universal Installer" section under
    http://download.oracle.com/docs/cd/B28359_01/gateways.111/b31043/sqlserver.htm#CCHEDECC
    ?

  • Oracle 11g R1(11.1) Database Upgrade Guide.

    Where can I find the SAP documentation for:
    Database Upgrade guide > Upgrade to Oracle Database 11g Release 1(11.1):UNIX.
    I am able to find Upgrade to Oracle Database 11g Release 2(11.2).  We are planning to upgrade to 11g Release 1(11.1) and I am not able to find any SAP documentation for 11g Release 1(11.1):
    Does SAP support 11g Release 1(11.1)?
    We are using Business Object XIR3 and want to upgrade from Oracle 9i to Oracle 11g R1.
    Thanks
    Edited by: Sherry Barkodar on Jan 7, 2011 1:52 AM

    We are using Oracle 9i for our Business Object repository for CMS / Audit repository purpose and we want to upgrade to Oracle 11g. What is the impact of this upgrade (from Oracle 9i to Oracle 11g) on Business Object repository?
    Can you please provide some information for upgrade to Oracle 11g R2 and impact on business Object Repository?
    Bellow is information about our platform:
    -          The BOE XI 3.1 installation is on Sun Solaris.
    -          Upgrading from Oracle 9i to Oracle 11g to be used for CMS / Audit repository purpose.
    -          We want to use Oracle 11g for CMS repository and reporting purposes.
    Thanks,
    Sherry

  • Database for OEM repository

    Hi All,
    Greetings...
    I have a question.
    Can it be possible to use Oracle XE for OEM repository and what about other editions like Standard also can be used?
    Please help me to conclude my requirement for an Oracle Enterprise Manager Cloud Control 12c Release 3 (12.1.0.3) installation on winx64.
    regards,
    Noushad

    If you are looking to purchase Oracle Enterprise Manager Cloud Control 12c it requires an Oracle database for the repository which would be included in the license so you do not need to worry about the database version. Note if you were to use the the repository database for something other then the OEM repository this would require a database license.
    You can confirm this information with your Oracle Rep or review the OEM license information.

  • Oracle 11g Instant Client availability on Windows

    We have just installed and tested new features on Oracle 11g Linux and Windows.
    We had a problem in the deployment phase, we installed the Oracle Instant Client in Windows connected to Oracle 11g Server with Linux.
    The systems seems is not working correctly, when will be the instant client 11g for Windows available?
    We have a urgent need to know it.
    Thanks a lot.
    Stefano

    I don't think the instant client is available yet for windows nor linux.
    As for the 11g client beta on windows, you can get it via ODAC.
    Oracle 11g ODAC 11.1.0.5.10 Beta
    Oracle Data Access Components (ODAC) Beta Download
    http://www.oracle.com/technology/software/tech/windows/odpnet/index_11gbeta.html

  • Oracle 11g installation on Linux Enterprise 5 remains hanging at 43%!

    Hi all,
    as per Subject, I have installed a Linux Enterprise 5 OS downloaded by Oracle Download Center and it is now installed following the nice Guide here.
    I have added the missing Linux packages and set up the kernel parameters as per Guide quoted above.
    If I launch the Oracle installation, it completes the packages and parameters check fine, install goes fine until 43% and then hangs.
    It's not freezing as the Installation window shows ongoing animations, if I try to stop installation it responds immediately asking for confirmation.
    It just hangs up!
    The Linux machine is actually on a VMWare image on a MacOS Leopard host.
    I have tried it on my laptop and desktop as well, but the hang point keeps being the same.
    Any idea?
    Thanks in advance.

    Satish Kandi wrote:
    Can you post last 10 lines from the installation log? That might provide some clue.Sure.
    I will copy more that last 10 lines as last 10 lines do not look too descriptive to me.
    This will contain also my Installation abort.
    Summary
    Global Settings
    Source: /mnt/hgfs/Oracle/database/install/../stage/products.xml
    Oracle Base: /home/oracle/app/oracle
    Oracle Home: /home/oracle/app/oracle/product/11.1.0/db_1 (OraDb11g_home1)
    Installation Type: Enterprise Edition
    Product Languages
    English
    Space Requirements
    / Required 3.43GB (includes 224MB temporary) : Available 30.10GB
    New Installations (125 products)
    Oracle Database 11g 11.1.0.6.0
    Enterprise Edition Options 11.1.0.6.0
    Oracle Partitioning 11.1.0.6.0
    Oracle Spatial 11.1.0.6.0
    Oracle OLAP 11.1.0.6.0
    Oracle Database 11g 11.1.0.6.0
    Oracle Text 11.1.0.6.0
    Oracle Net Services 11.1.0.6.0
    Oracle Enterprise Manager Console DB 11.1.0.5.0
    Oracle Net Listener 11.1.0.6.0
    HAS Files for DB 11.1.0.6.0
    Oracle Call Interface (OCI) 11.1.0.6.0
    Enterprise Manager Agent 10.2.0.3.1
    Oracle Programmer 11.1.0.6.0
    Oracle Database Gateway for ODBC 11.1.0.6.0
    Oracle Advanced Security 11.1.0.6.0
    Oracle JVM 11.1.0.6.0
    Database Configuration and Upgrade Assistants 11.1.0.6.0
    Oracle XML Development Kit 11.1.0.6.0
    Generic Connectivity Common Files 11.1.0.6.0
    Oracle Multimedia 11.1.0.6.0
    Oracle Multimedia Locator 11.1.0.6.0
    Oracle Internet Directory Client 11.1.0.6.0
    Oracle Database Utilities 11.1.0.6.0
    Secure Socket Layer 11.1.0.6.0
    PL/SQL 11.1.0.6.0
    Oracle Recovery Manager 11.1.0.6.0
    Oracle Net 11.1.0.6.0
    Assistant Common Files 11.1.0.6.0
    Installation Common Files 11.1.0.6.0
    Enterprise Manager plugin Common Files 11.1.0.5.0
    Oracle LDAP administration 11.1.0.6.0
    SQL*Plus 11.1.0.6.0
    HAS Common Files 11.1.0.6.0
    Oracle Help for the Web 2.0.14.0.0
    Oracle UIX 2.2.20.0.0
    Precompiler Common Files 11.1.0.6.0
    Oracle Clusterware RDBMS Files 11.1.0.6.0
    Cluster Verification Utility Common Files 11.1.0.6.0
    Oracle Wallet Manager 11.1.0.6.0
    Oracle Security Developer Tools 11.1.0.6.0
    XML Parser for Java 11.1.0.6.0
    Enterprise Manager Minimal Integration 11.1.0.6.0
    Oracle Database User Interface 2.2.13.0.0
    SQL*Plus Files for Instant Client 11.1.0.6.0
    Oracle ODBC Driver 11.1.0.6.0
    Required Support Files 11.1.0.6.0
    Database SQL Scripts 11.1.0.6.0
    OLAP SQL Scripts 11.1.0.6.0
    PL/SQL Embedded Gateway 11.1.0.6.0
    Oracle Globalization Support 11.1.0.6.0
    Character Set Migration Utility 11.1.0.6.0
    Oracle Locale Builder 11.1.0.6.0
    Secure Socket Layer 11.1.0.6.0
    Oracle Java Client 11.1.0.6.0
    Oracle JDBC/THIN Interfaces 11.1.0.6.0
    Oracle Multimedia Client Option 11.1.0.6.0
    Oracle Universal Connection Pool 11.1.0.6.0
    Oracle Notification Service 11.1.0.5.0
    Oracle Code Editor 1.2.1.0.0I
    Oracle Ultra Search Server Rdbms 11.1.0.6.0
    Oracle Help For Java 4.2.9.0.0
    Oracle Containers for Java 11.1.0.6.0
    JAccelerator (COMPANION) 11.1.0.6.0
    Database Workspace Manager 11.1.0.6.0
    SQLJ Runtime 11.1.0.6.0
    Oracle Core Required Support Files 11.1.0.6.0
    Platform Required Support Files 11.1.0.6.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle Application Express 11.1.0.6.0
    Oracle SQL Developer 11.1.0.6.0
    Oracle JDBC Server Support Package 11.1.0.6.0
    regexp 2.1.9.0.0
    Enterprise Manager Common Files 10.2.0.3.1
    Installation Plugin Files 11.1.0.6.0
    Oracle JDBC/OCI Instant Client 11.1.0.6.0
    XML Parser for Oracle JVM 11.1.0.6.0
    Oracle XML Query 11.1.0.6.0
    Oracle Message Gateway Common Files 11.1.0.6.0
    Oracle Starter Database 11.1.0.6.0
    Sample Schema Data 11.1.0.6.0
    Precompiler Required Support Files 11.1.0.6.0
    Parser Generator Required Support Files 11.1.0.6.0
    Oracle Multimedia Locator RDBMS Files 11.1.0.6.0
    Oracle Globalization Support 11.1.0.6.0
    Oracle Multimedia Annotator 11.1.0.6.0
    Oracle Multimedia Java Advanced Imaging 11.1.0.6.0
    Oracle Database 11g Multimedia Files 11.1.0.6.0
    Agent Required Support Files 10.2.0.3.1
    Oracle 11g Warehouse Builder Server 11.1.0.6.0
    Oracle Ultra Search Server 11.1.0.6.0
    Oracle Ultra Search Middle-Tier 11.1.0.6.0
    Oracle Ultra Search Common Files 11.1.0.6.0
    Perl Interpreter 5.8.3.0.4
    RDBMS Required Support Files 11.1.0.6.0
    Oracle Display Fonts 9.0.2.0.0
    RDBMS Required Support Files for Instant Client 11.1.0.6.0
    Enterprise Manager Agent Core Files 10.2.0.3.1
    Enterprise Manager Common Core Files 10.2.0.3.1
    Enterprise Manager Grid Control Core Files 10.2.0.3.1
    Enterprise Manager Database Plugin -- Agent Support 11.1.0.5.0
    Enterprise Manager Database Plugin -- Management Service Support 11.1.0.5.0
    Enterprise Manager Repository Core Files 10.2.0.3.1
    Enterprise Manager Database Plugin -- Repository Support 11.1.0.5.0
    Provisioning Advisor Framework 10.2.0.3.1
    XDK Required Support Files 11.1.0.6.0
    Oracle RAC Required Support Files-HAS 11.1.0.6.0
    SQL*Plus Required Support Files 11.1.0.6.0
    Oracle JFC Extended Windowing Toolkit 4.2.36.0.0
    Oracle Extended Windowing Toolkit 3.4.47.0.0
    Oracle OLAP API 11.1.0.6.0
    Oracle OLAP RDBMS Files 11.1.0.6.0
    Oracle Data Mining RDBMS Files 11.1.0.6.0
    Oracle Real Application Testing 11.1.0.6.0
    Bali Share 1.1.18.0.0
    Buildtools Common Files 11.1.0.6.0
    Oracle Net Required Support Files 11.1.0.6.0
    SSL Required Support Files for InstantClient 11.1.0.6.0
    LDAP Required Support Files 11.1.0.6.0
    Oracle ODBC Driverfor Instant Client 11.1.0.6.0
    Oracle Configuration Manager 10.2.6.0.0
    Oracle Universal Installer 11.1.0.6.0
    Oracle One-Off Patch Installer 11.1.0.6.0
    Installer SDK Component 11.1.0.6.0
    Sun JDK 1.5.0.1.1
    INFO: Method 'dispose()' Not implemented in class 'OiCcrCsi'
    INFO: config-context initialized
    INFO: *** Install Page***
    INFO: FastCopy : File Version is Compatible
    INFO: Install mode is fastcopy mode for component 'oracle.server' with Install type 'EE'.
    INFO: Link phase has been specified as needed
    INFO: Setup phase has been specified as needed
    INFO: HomeSetup JRE files in Scratch :0
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/app/oracle/product/11.1.0/db_1/root.sh'. Received the value from a code block.
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/app/oracle/product/11.1.0/db_1/root.sh'. Received the value from a code block.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_exp_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_filemap.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    WARNING: This will stop installation of all products and exit the Installer. Are you sure that you want to stop the installation and exit?
    INFO: User Selected: Yes/OK
    Thanks :)

  • Creation of two databases in oracle 11g on linux

    HI,
    I need to create two databases in oracle 11g on linux.
    how to set SID'S in .bash_profile and change the init.ora file.
    pls anyone let me know
    thanks
    srinivas

    If you have different databases on same node you could choose to not set ORACLE_SID in shell init file but use instead interactive oraenv Oracle script to set the right ORACLE_SID.
    Please read Configuring the Operating System Environment Variables in http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/em_manage.htm#ADMQS12369
    To create easily a database (ie without using your own scripts) try to use DBCA that will automatically take care of database initialization file: http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/install.htm#BABEIAID
    Edited by: P. Forstmann on 5 août 2011 12:01

Maybe you are looking for

  • BCM4331 on MBP 9,1

    Hi, I'm trying to install arch on my macbook pro 9,1 (mid-2012) but I need wifi working for the installation for a network connection. I viewed almost all the wikis and tried nearly everything I saw. The last thing I tried was installing the broadcom

  • Need file on Application server to be pipe delimited

    Hi, I want the file in the application server with headings and pipe delimited... I have used     IF NOT T_OUTPUT[] IS INITIAL. Transfer the changed T_INPUTFILE data to application server.       OPEN DATASET V_FILEPATH FOR OUTPUT IN TEXT MODE ENCODIN

  • How to publish news on a portal page of Oracle CS

    Hi everybody! Please help, how to publish news on a portal page of Oracle Collaboration Suite Thanks a lot for your helps.

  • HT204380 can you face time between 2 devices which are registered to the same email address

    can i use face time between my iphone 4s and my sons ipod touch 4th gen eventhough they are both registered to the same apple account and same email address?

  • Unable to Print from iPhoto from MacBook

    Trying to print from iPhoto using MacBook Intel. In version 5 there was a print button on the tool bar. In version 6 there is no print button on the tool bar and when I go to customize the tool bar, there is no printer option to choose. So from there