Creating BIPLATFORM and MDS schemas

Hi every one,
Is it manadatory to use RCU for creating schemas BIPLATFORM and MDS.
Or can we create them manually.
If it is possible to create manually where can in find the scripts for that.
Please help me in this regard.

It uses multiple sql statements to perform the create or drop. I would not recommend going outside of using the RCU to create the schemas.

Similar Messages

  • Run the Repository Creation Utility (RCU) to install the SOA and MDS schema

    Hi
    I am new to SOA Suit and RCU installation.
    Can any one help me to provide a link to download RCU for linux OS 64-bit.
    how to Run the Repository Creation Utility (RCU) 11gR1PS3 to install the SOA and MDS schemas (Please provide the doc file are installation steps)
    I have installed following softwares
    1. Install Linux OS 64-bit
    2. Install the Oracle 11gR2 (11.2.0.1.0) 32-bit or 64-bit Database.
    3. Install WebLogic 11gR1PS3 (10.3.4.0) 64-bit.
    4. Install SOA Suite 11gR1PS3 (11.1.1.4.0) 64-bit
    Thanks in advance......
    Bye
    Phani

    Hi Dasari,
    Thanks for your reply.
    I have downloaded RCU from
    Prerequisites & Recommended Install Process
    Repository Creation Utility 11.1.1.4.0 Size: 308 MB, Check Sum: 2446020112
    http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html
    but I didn't saw rcu.sh but I saw RCU_HOME/BIN/rcu.bat file, which is support windows environment.
    I am looking RCU for linux OS 64-bit.
    if the same will use for both windows and linux that to 64-bit. please help me the RCU runing steps
    Thanks
    Phani

  • RCU doesn't re-create MDS schema

    I used RCU to drop my MDS schema (for soa suite ver. 11.1.1.1.2).
    When attempting to re-create the schema, RCU throws a number of errors, including:
    1. Error creating database file: /app/Oracle/oradata/JDEV_mds.dbf
    File already exists.
    2. If 1 is ignored, the RCU then complains the user JDEV_MDS doesn't exist.

    Did you shutdown your existing SOA Suite 11.1.1.2 environment and exit JDev before starting RCU to drop schemas?Yes, before running RCU, i made sure nothing was connected to the schema.
    Now attempted to re-create re-create the schema after restarting the database and there's another error:
    Error creating PL/SQL Object
    MDS_INTERNAL_SHREDDED: PACKAGE BODY

  • Error while running Re-create grants and synonyms for APPS schema

    Hi,
    I have upgraded customer's Oracle Apps 11i (11.5.10) database to Oracle 10g R2. While executing '+Re-create grants and synonyms+ ' as given in Note: 362203.1, I am gettng error:
    plus80 -s APPS/***** @E:\EBSTEST\ebstestappl\ad\11.5.0\admin\sql\adappsgs.pls &systempwd 1 INV APPLSYS APPS TRUE FALSE TRUE
    Error:
    Program exited with status 3
    Cause: The program terminated, returning status code 3.
    Action: Check your installation manual for the meaning of this code on this operating system.Connected.
    old 2: ad_apps_private.create_grants_and_synonyms(&2,'&3','&4','&5','FALSE');
    new 2: ad_apps_private.create_grants_and_synonyms(1,'INV','APPLSYS','APPS','FALSE');
    begin
    *+
    ERROR at line 1:
    ORA-20000: ORA-00955: name is already used by an existing
    object:create_grants_and_synonyms(1,INV,APPLSYS,APPS): create_base_gs(INV,APPS): In Synonyms
    Loop:create_synonym(INV,MTL_ONHAND_DISCREPANCY,APPS,MTL_ONHAND_DISCREPANCY):
    do_apps_ddl(APPS,CREATE SYNONYM "MTL_ONHAND_DISCREPANCY" FOR INV."MTL_ONHAND_DISCREPANCY"):
    ORA-06512: at line 5
    MTL_ONHAND_DISCREPANCIES
    I checked the database and there isn't MTL_ONHAND_DISCREPANCY synonym. But there is MTL_ONHAND_DISCREPANCIES synonym.
    This is an upgraded instance from 11.0.3 and first time I am running Re-create grants and synonyms for APPS schema.
    Plz let me know if anyone of you faced this issue.
    Rgds,
    Thiru

    Hi,
    there is no such table MTL_ONHAND_DISCREPANCY or synonym in Applications 11.5.10.2. Is that custom table created in your db?
    After dropping this table from APPS schema 'Re-create grants and synonyms for APPS schema' went thru fine.Its correct
    This table does not exist in INV schema in 11.5.10.2.
    Could be possible that the consultant could have created this table in INV and APPS schema by mistake or whatever.Yes, with the same name, there might be table in APPS SCHEMA. When you run recreate grants and synonyms, adadmin tries to create synonym for that table in APPS schema. since there is object available with the same name in apps chema, you got that error.

  • Error In Adadmin Re-Create Grants And Synonyms For Apps Schema

    HI,
    I upgraded the my DB from 9.2.6 to 10.2.4.It was sucessfull.
    While doing Postupgradayion steps -
    Recreate grants and synonym for apps
    a. Log in to server with applmgr user
    b. Execute adadmin
    c. Choose -> Maintain Applications Database Entities menu
    d. Choose -> Re-create grants and synonyms for APPS schema
    2 workers got failed ...
    i chked the worker log file i found
    sqlplus -s APPS/***** @/stageAPP/stageappl/ad/11.5.0/admin/sql/adappsgs.pls &systempwd 1 PO APPLSYS APPS TRUE FALSE TRUE
    Connected.
    old 2: ad_apps_private.create_grants_and_synonyms(&2,'&3','&4','&5','FALSE');
    new 2: ad_apps_private.create_grants_and_synonyms(1,'PO','APPLSYS','APPS','FALSE');
    begin
    ERROR at line 1:
    ORA-20000: ORA-00955: name is already used by an existing
    object:create_grants_and_synonyms(1,PO,APPLSYS,APPS): create_base_gs(PO,APPS):
    In Synonyms
    Loop:create_synonym(PO,XXGOD_SEQ_DECORTIMESHEET_HDR,APPS,XXGOD_SEQ_DECORTIMESHEE
    T_HDR): do_apps_ddl(APPS,CREATE SYNONYM "XXGOD_SEQ_DECORTIMESHEET_HDR" FOR
    PO."XXGOD_SEQ_DECORTIMESHEET_HDR"):
    ORA-06512: at line 5
    Workaround $adctrl
    Control
    Worker Code Context Filename Status
    1 Run Grants/Synonyms R115 adappsgs.pls FAILED
    2 Run Grants/Synonyms R115 Wait
    3 Run Grants/Synonyms R115 Wait
    4 Run Grants/Synonyms R115 Wait
    5 Run Grants/Synonyms R115 Wait
    6 Run Grants/Synonyms R115 Wait
    7 Run Grants/Synonyms R115 Wait
    8 Run Grants/Synonyms R115 Wait
    9 Run Grants/Synonyms R115 Wait
    10 Run Grants/Synonyms R115 Wait
    11 Run Grants/Synonyms R115 Wait
    12 Run Grants/Synonyms R115 Wait
    13 Run Grants/Synonyms R115 Wait
    14 Run Grants/Synonyms R115 Wait
    15 Run Grants/Synonyms R115 Wait
    16 Run Grants/Synonyms R115 Wait
    SQL> select owner, object_type from dba_objects where object_name = 'XXGOD_SEQ_DECORTIMESHEET_HDR';
    OWNER OBJECT_TYPE
    PO SEQUENCE
    APPS SEQUENCE
    Its Cutom Object .. I think i need to drop/rename anyone .. which one i should drop / rename .
    Or
    Is it possible to skip the failed workers .. if do .. please give me the steps ...
    Thanks

    Hi;
    There is 8 option(hidden) avaliable but i suggest dont use this option.(As you mention its a custom,if you belive it wont problem you can use this hidden option or drop 'XXGOD_SEQ_DECORTIMESHEET_HDR' and recreate it later,its own your risk) By the way please check below notes which is similar error like yours
    Run Adadmin To Recreate Grants And Synonyms ORA-20000 ORA-00955 In Synonyms Loop:create_synonym(GL,PLAN_TABLE,APPS,PLAN_TABLE) [ID 437714.1]
    ADADMIN MAINTAINING APPLICATIONS GRANTS AND SYNONYMS APP-931 ORA-955 ORA-20000 [ID 1014455.102]
    Regard
    Helios

  • ODS and ODSSM schemas not created in oracle 11.1.0.2 on Win 2008 R2 server

    Hi,
    I'm trying to install webcenter suite installation on windows 2008 R2 server.
    As a starting point installed oracle db 11.2.0.1
    As a second step, tried to run rcu script and found that the ODS and ODSSM schemas are not created as a part of the installation.
    Any idea why they are not created or how they can be created?
    Thanks,
    Raam.

    They're part of identity management suite install and not included in webcenter

  • Create port channel between UCS-FI and MDS 9124 (F Mode)

    Dear Team,
    We were trying to create  port channel between UCS FI and MDS 9124
    But the port channel not getting active in F mode on MDS 9124
    FI is in FC End Host Mode
    We have enabled FC uplink trunking on FI
    We have enabled NPIV on MDS
    We have enabled trunk on MDS
    FI and MDS in default VSAN
    To check we changed the FI mode to FC Switching mode and port channels became active but in E mode
    when we enabled FC uplink trunking on FI and FC Switching mode port channels became active in TE mode
    but in both the above cases showflogi database shows WWPN of SAN alone not showing any from FI.
    How to achive this?
    Have read that no need to change the swicthing mode to FC Switching mode and keep as FC Endhost mode
    SO how to achieve Port channel with F mode in MDS and FI ( Mode showing as NProxy)
    Does it has to do anything with MDS NX-OS version? (https://supportforums.cisco.com/thread/2179129)
    If yes how to upgrade as license for ports came along with Device and we do not have any PAC/PAK or license file as it came
    with license
    Also we have seen 2 files availabe for download (m9100-s2ek9-kickstart-mz.5.2.8b.bin and m9100-s2ek9-mz.5.2.8b.bin) which to use
    Thanks and Regards
    Jose

    Hi Jo Bo,
    what version of software if your MDS running?
    On your UCS do connect nxos and show inteface brieft and look at the mac address.
    it is possible that you might be hitting the bug below. if this is the case you might need to upgrade the firmware on your MDS.
    Add MAC OUI "002a6a", "8c604f", "00defb" for 5k/UCS-FI
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCty04686
    Symptom:
    Nexus switch unable to connect any other Nexus or other Cisco Switch in NPV mode with a F port-channel.   Issue might be seen in earlier 5.1 releases like
    5.1.3.N1.1a
    but not the latest
    5.1.3.N2.1c
    release. Issue is also seen in
    5.2(1)N1(1)
    and
    6.0(2)N1(1)
    and later releases.
    Conditions:
    Nexus configured for SAN PortChannels or NPIV trunking mode Nexus connected to UCS via regular F port channel where UCS in NPV mode  NPV edge switch: Port WWN OUI from UCS FI  or other Cisco manufactured switch:  xx:xx:00:2a:6a:xx:xx:xx   OR  xx:xx:8c:60:4f:xx:xx:xx
    Workaround:
    Turn-off trunking mode on Nexus 5k TF-port Issue does not happen with standard  F-PORT Remove SAN Portchannel config
    Further Problem Description:
    To verify the issue please collect  show flogi internal event-history errors  Each time the port is attempted OLS, NOS, LRR counters will increment. This can be determined via the following output,  show port internal info all show port internal event-history errors

  • Problem in Importing to MDS schema

    Hello,
    I am creating a pre process event handler in OIM 11gR2,in which there is one step "*importing custom event into MDS schema*" to do that:
    1)go to OIM_HOME/server/bin and edit the weblogic.props file as follows:
    wls_servername=oim_server1
    application_name=OIMMetadata
    metadata_from_loc=/home/oracle/eventhandlers
    Event Handler Config file location as /home/oracle/eventhandlers/metada/EventHandlers.xml
    2)weblogicImportmetada.bat file and it prompt
    Weblogic Admin User Name : weblogic
    Weblogic Admin Password : weblogic admin password
    weblogic Admin URL : t3://localhost:7001
    after connecting to the weblogic it shows the error message :
    Please enter your username :weblogic
    Please enter your password :
    *Please enter your server URL [t3://localhost:7001] :t3://localhost:7001*
    Connecting to t3://localhost:7001 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'base_domain'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Location changed to domainRuntime tree. This is a read-only tree with DomainMBean as the root.
    For more help, use help(domainRuntime)
    Problem invoking WLST - Traceback (innermost last):
    File "IDM_HOME\server\bin\weblogicImportMetadata.py", line 21, in ?
    File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 289, in importMetadata
    File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 795, in executeAppRuntimeMBeanOperation
    File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 765, in getMDSAppRuntimeMBean
    UserWarning: MDS-91002: MDS Application runtime MBean for "oim" is not available. "importMetadata" operation failure.
    please advice how to resolve this error as i'm new in OIM
    thanks & regards,
    Tushar Palekar

    hii,
    I have restart the server but not luck the error remain same
    Problem invoking WLST - Traceback (innermost last):
    File "C:\yash\Oracle\Middleware\Oracle_IDM1\server\bin\weblogicImportMetadata.py", line 21, in ?
    File "C:\yash\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 289, in importMetadata
    File "C:\yash\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 795, in executeAppRuntimeMBeanOperation
    File "C:\yash\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 765, in getMDSAppRuntimeMBean
    UserWarning: MDS-91002: MDS Application runtime MBean for "oim" is not available. "importMetadata" operation failure.
    can you please suggest me what should be in the metadata_from_loc:
    metadata_files:
    metadata_to_loc:
    please help
    tushar

  • Error in RCU to create DEV_BIPLATFORM and DEV_MDS

    Hello expert
    am kind of new with OBIEE and RCU , and i make many problem on it ..
    FIRST OF ALL
    1- i install OBIEE Simple and Enterprise install
    2- it start to work very good but i restart my laptop and then some corruption with the 2 install happen and nothing couldn't open (( middleware console - OBIEE analytics and dashboards ))
    3- what i did to solve this issue , remove the simple install and i remove the weblogic but it didn't work
    4- then i decide to remove the enterprise install and the the anther weblogic .. but still it didn't work .. (( now in my laptop there only BI administration tool and the oracle JRokict ))
    NOW
    1- when i try to create DEV_PLATFORM and DEV_MDS by RCU , i get error *(( RCU 6083 failed check prerequisites requirement for selected component BIPLATFORM ))*.. i guess there no BIPLATFORM repository .
    how i can solve it .. Please Please Please am trainee in some company and this is my chance to proved my worth and get the job ..
    am waiting :(
    Edited by: 910067 on Feb 6, 2012 11:41 PM

    Hi,
    I guess you are using the same database as previous one (which means the RCU prerequisites might not be an issue here). So. I suggest you try the following steps.
    1. Drop the previously created repository using RCU.
    Make sure you point to the right DB, use the right credentials (sysdba) here.
    2. Recreate the repository (probably with a different prefix for schema)
    3. Install BI in simple mode.
    Thank you,
    Dhar

  • Can not create Database-based MDS connection

    Hello Dear Oracle Support,
    I am trying to use MDS to share some common dvm files. First step, I want to create a database based MDS connection but failed.
    My SOA schema is JDEV_SOAINFRA. When I test my Database based MDS connection, I got ORA-01031: insufficient privileges. What privileges I need to grand to MDS schema?
    I am using JDEV_MDS as username to establish MDS connection.
    Thank you for any suggestion and/or information,
    Alena Li

    Hello Alena!
    If you want to wait the answer from Oracle Support here.. you'll need a lot of patience.
    Is the corresponded Database Connection test succeed?
    If it also fails that, I think, your JDEV_MDS user (schema) lack of the CONNECT privilege.
    A question to you - how did you created this schema?
    You should use RCU to create the schemes  for SOA Suite (and other Oracle Middleware).
    The RCU creates the schemes with all necessary structures (tables) and grants.
    Hope this helps,
    Oleg

  • 12c Cloud Control Install : plug-in MDS Schema Configuration has failed its

    Anyone,
    I am trying to install Oracle 12c Cloud Control (CC). I am installing this product on the
    same server (a VM) as the database.
    Some basic information ( a repeat of above):
    Platform OS:
    uname -aLinux slc02itk 2.6.18-308.0.0.0.1.el5xen #1 SMP Sat Feb 25 16:26:29 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
    Database Software:
    SYS@OTMDX07>select banner from v$version ;
    BANNER
    Oracle Database 12c Enterprise Edition Release 12.1.0.0.1 - 64bit Beta
    PL/SQL Release 12.1.0.0.1 - Beta
    CORE 12.1.0.0.1 Beta
    TNS for Linux: Version 12.1.0.0.1 - Beta
    NLSRTL Version 12.1.0.0.1 - Beta
    Cloud Control Software:
    Software obtained from here:
    http://www.oracle.com/technetwork/oem/enterprise-manager/downloads/index.html
    Enterprise Manager Cloud Control 12c Release 1 (12.1.0.1) for Linux x86-64 (With Bundle Patch 1)
    I have successfully installed the CC software and am having problems with the configuration.
    I am running this command:
    /u01/app/oracle/middleware/oms/sysman/install/ConfigureGC.sh
    In the linux window I get the following feedback. Note the "divide by zero" error.
    Does anyone know what causes this, and better yet, how to avoid it?
    Percent Complete: 50
    Percent Complete: 100
    Repository Creation Utility: Create - Completion Summary
    Database details:
    Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=slc02itk)(PORT=1521)))(CONNECT_DATA=(SID=OTMDX07)))
    Connected As : SYS
    Prefix for (prefixable) Schema Owners : SYSMAN
    RCU Logfile : /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/rcu.log
    Component schemas created:
    Component Status Logfile
    Authorization Policy Manager Success /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/apm.log
    Repository Creation Utility - Create : Operation Completed
    Repository Creation Utility - Dropping and Cleanup of the failed components
    Repository Dropping and Cleanup of the failed components in progress.
    2012-06-12 06:01:50,448 [Thread-45] ERROR - createRepository failed with following error:
    java.lang.ArithmeticException: / by zero
    at oracle.sysman.assistants.rcu.backend.SilentProgressor.progress(SilentProgressor.java:58)
    at oracle.sysman.assistants.rcu.backend.RCUModel.cleanUp(RCUModel.java:605)
    at oracle.sysman.assistants.rcu.backend.SilentRCUModel.showCompletionMessage(SilentRCUModel.java:245)
    at oracle.sysman.assistants.rcu.backend.RCUModel.executeTasks(RCUModel.java:449)
    at oracle.sysman.assistants.rcu.backend.SilentRCUModel.performOperation(SilentRCUModel.java:224)
    at oracle.sysman.assistants.rcu.backend.RCUModel.startOperation(RCUModel.java:327)
    at oracle.sysman.assistants.rcu.Rcu.execute(Rcu.java:335)
    at oracle.sysman.emdrep.opss.EMSecuritySchemaManager.perform(EMSecuritySchemaManager.java:317)
    at oracle.sysman.oms.MDSSchemaConfiguration.perform(MDSSchemaConfiguration.java:186)
    at oracle.sysman.oms.BaseConfiguration.invoke(BaseConfiguration.java:192)
    at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:540)
    at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:120)
    at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
    at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/rcu.log
    In one of the log files generated:
    /u01/app/oracle/middleware/oms/cfgtoollogs/cfgfw/CfmLogger_2012-06-12_05-45-08-AM.log
    I see the following messages. The messages say "INFO", but they may as well be "FATAL" because the installation
    or configuration cannot continue. I believe the failure lies in the creation of the "SYSMAN_OPSS" user.
    NFO: oracle.sysman.top.oms:__________________________DUMPING PARAMETERS______________________________________________
    INFO: oracle.sysman.top.oms:OracleHome: /u01/app/oracle/middleware/oms
    INFO: oracle.sysman.top.oms:Connect String: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=slc02itk)(PORT=1521)))(CONNECT_DATA=(SID=OTMDX07)))
    INFO: oracle.sysman.top.oms:SYS User: SYS
    INFO: oracle.sysman.top.oms:________________________________________________________________________
    INFO: oracle.sysman.top.oms:MDS Schema Creation status: COMPLETED
    INFO: oracle.sysman.top.oms:MDS Schema Creation is successful
    INFO: oracle.sysman.top.oms:_______________________________________________________________________
    INFO: oracle.sysman.top.oms:Starting opss Schema Creation.
    INFO: oracle.sysman.top.oms:Failed to create OPSS schema
    INFO: oracle.sysman.top.oms:_______________________________________________________________________
    INFO: oracle.sysman.top.oms:Starting APM Schema Creation.
    INFO: oracle.sysman.top.oms:Failed to create APM schema
    INFO: oracle.sysman.top.oms:The plug-in MDS Schema Configuration has failed its perform method
    Here I show that the "other" users get created with their objects.
    1* select owner, count(*) from dba_objects where owner like 'SYSMAN%' group by owner
    SYS@OTMDX07>/
    OWNER COUNT(*)
    SYSMAN_RO 847
    SYSMAN_MDS 60
    SYSMAN 11174
    SYSMAN_APM 211
    SYS@OTMDX07>
    1* select tablespace_name, file_name from dba_data_files where tablespace_name like 'M%'
    SYS@OTMDX07>/
    TABLESPACE_NAME FILE_NAME
    MGMT_ECM_DEPOT_TS /u02/oradata/OTMDX07/mgmt_ecm_depot1.dbf
    MGMT_TABLESPACE /u02/oradata/OTMDX07/mgmt.dbf
    MGMT_AD4J_TS /u02/oradata/OTMDX07/mgmt_ad4j.dbf
    Repository Creation Utility: Create - Completion Summary
    Database details:
    Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=slc02itk)(PORT=1521)))(CONNECT_DATA=(SID=OTMDX07)))
    Connected As : SYS
    Prefix for (prefixable) Schema Owners : SYSMAN
    RCU Logfile : /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/rcu.log
    Component schemas created:
    Component Status Logfile
    Authorization Policy Manager Success /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/apm.log
    For complete disclosure, the Enterprise Manager prerequisite checks yielded these findings:
    id_check_session_cached_cursors_param ==> fail
    id_check_open_cursors_param ==> fail
    But I think the check is wrong. I do not understand why the check fails on only these initialization parameters:
    1* select name, value from v$parameter where name in ('session_cached_cursors','open_cursors')
    SYS@OTMDX07>/
    NAME VALUE
    session_cached_cursors 1000
    open_cursors 1000
    Any insight is greatly appreciated.
    John

    John,
    I note that your database version is 12.1.0.0.1 - 64bit Beta, which is not certified for EM 12c. This may have something to do with the repository creation failure. Can you try using a certified database version (e.g. 11.2.0.2 or 11.2.0.3) to host the EM 12c repository?
    Regards,
    - Loc

  • MDS Schema Relaionship

    Hi,
    Is there any document or article on MDS Schemas, which give information like which table gets updated when a page is created or edited at runtime and the relationship between the tables within the schema.
    Thanks,
    Jagan

    Thanks for you response Yannick. I did post this question, because I exported MDS customizations to a Managed Server using wlst successfully. When tried i running the application i was not able to see the pages created at runtime but the export trace shows the page which was created at runtime to be exported successfully. When i tried to find the same page in the MDS schema it wasn't there. So i tried creating a new page again from the application to find which table of MDS schema was getting updated. I did not find any table getting updated with the newly created page at runtime. But the application was picking up the newly created resources.
    I tried restarting the server, even then it did not pick up the pages exported.
    Is there any configuration to be done to pick the resources created at runtime after an export operation?
    Is there any document on this?
    How are the references for the resources created at runtime stored in the MDS?

  • Getting error while creating the variable of Schema Element type

    Hi everybody,
    For creating a variable of schema element type I am doing the following steps...
    Select 'Variables' after right clicking on bpel process. IN this window, go to 'Create VAriable' then select 'Element' type. Now in Type Choose, I expanded the my imported schema files. And selected a element type, then click ok to create this variable... I am getting the message...
    IN ORDER TO SAVE IMPORTED WSDL/SCHEMA FILES, YOU MUST HAVE A PARTNER LINK LOCATED UNDER THE CURRENT PROJECT DIRECTORY.
    What is mean by that.
    I have imported the schema files in project. AFter that I have imported them into the WSDL also. Now why I am getting error while creating the variable. However I can create variable directly in .BPEL file then everything is fine. And it is working also. But what is mean with the above error? Why I am not able to create variable through GUI?
    Thanks.

    Hi,
    I have this same problem this morning, and I was going crazy, until I found this webpage on the internet:
    [http://technology.amis.nl/blog/1803/problem-importing-xml-schema-in-bpel-process|http://technology.amis.nl/blog/1803/problem-importing-xml-schema-in-bpel-process]
    The idea is that the jdeveloper is not very good working with directories with spaces on the directory name. If you move all your work to a directory without spaces, it will work smoothly. At least, it had worked for me.
    Regards,
    Nacho

  • Create view and alter Session gets 0RA-01031

    I can't create a view after using ALTER SESSION set current_schema without using an explicit schema. I get ORA-01031. Is this a known bug? Here are the details:
    1. Log on as SYSTEM
    2. ALTER SESSION set current_schema=FRED;
    3. CREATE VIEW vFoo as select * from Foo;     -- ORA-01031: insufficient privileges
    4. CREATE VIEW FRED.vFoo as select * from Foo;     -- this works!
    I've read where some privileges need to be granted directly. In fact, if Fred grants select privilege on Foo to SYSTEM, the statement in #3 above works. However, something doesn't seem right because why does #4 succeed without the GRANT?
    In case you're wondering why I don't just use #4 above, which does work, it's because I've got a script that will be run by customers to create tables, views, etc. in an arbitrary schema and the schema is associated with a user with limited permissions. Hence, the use of the ALTER SESSION.

    See, You looged as SYSTEM (Scheme = SYSTEM)
    Now you alter your session to another schema FRED.
    Now if you want to access SCHEMA of FRED, You need to connect first.
    SQL > connect user/password@host
    Then
    SQL > CREATE VIEW vFoo as select * from Foo;
    View created.

  • Why are BC objects created in user's schema

    Server = Sun Sparc SunOS 5.8, Oracle 8.1.7.4 SID
    Client = Windows 2000, Oracle 9iDS (v9.0.2 w/Jdeveloper v9.0.3)
    Network = 100MB TCP/IP
    I have a schema with relatively large (in my mind) tables master = 225,000 records; detail = 1,200,000 records.
    I've used Jdeveloper 9i to create a business components (Java based) view of these tables.
    When I execute the view (query) and request the last record of the master table, this action takes approximately 1 hr and 40 minutes to accomplish.
    The database is in archive mode.
    The redo logs (3) on the database were 500 KB files (the default created by the DBCA). I was seeing archive files created on the order of one every 10 seconds. I increased the logfiles to be 200 MB and now appear to be getting archives once every 10 minutes.
    I've tracked it down to something taking place in the connected user's tablespace during the query.
    I created a separate tablespace (with it's own temporary tablespace) for my test user. If I did not grant unlimited tablespace to this user, the query failed because the user did not have privilege on the tablespace.
    When I granted unlimited tablespace (is there no middle ground??), the tablespace grew to 290 MB from 128 KB. After disconnecting from the query (quitting the application) the tablespace remained at 290 MB. Upon restarting the query, the used tablespace initially shrunk back to 650KB and then grew again to 290 MB. The temporary tablespace never changed or seemed to be accessed. Both times the query took about1 hr and 40 minutes
    9 objects were created in the users schema, 3 tables, 4 indexes and 2 LOBs.
    My question is why these thing s need to be created for tables that are already indexed and why they would not stay populated for quick reuse. If every one of my users create and populate these tables and indexes for each query session, Ill soon run out of disk space, to say nothing about the ridiculously poor performance.
    Have I made some basic error in the creation of my business components that cause this condition?

    It will spew out a whole lot of diagnostic output. Copy and post that diag and let me have a look at it.Here goes ...... and guess what .... this actually worked, there was no tables created in the user schema and the query only took about 3 or 4 minutes. Something quirky in the JDeveloper / tester way of doing business ???
    [00] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    [01] CommonMessageBundle (language base) being initialized
    [02] Stringmanager using default locale: 'null'
    [03] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
    [04] Loading 5.0 IDE classes
    [05] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
    [06] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
    [07] Creating a new pool resource
    [08] BC4JDeployPlatform: LOCAL
    [09] Propertymanager: searching for file and system based properties
    [10] {{ begin Loading BC4J properties
    [11] -----------------------------------------------------------
    [12] BC4J Property jbo.default.language='en' -->(MetaObjectManager) from System Default
    [13] BC4J Property jbo.default.country='US' -->(MetaObjectManager) from System Default
    [14] BC4J Property DeployPlatform='LOCAL' -->(SessionImpl) from Client Environment
    [15] Skipping empty Property ConnectionMode from System Default
    [16] Skipping empty Property HostName from System Default
    [17] Skipping empty Property ConnectionPort from System Default
    [18] BC4J Property jbo.locking.mode='pessimistic' -->(MetaObjectManager) from System Default
    [19] Skipping empty Property ApplicationPath from System Default
    [20] BC4J Property AppModuleJndiName='ctf.database.gpl.bc.BcModule' -->(SessionImpl) from Client Environment
    [21] Skipping empty Property java.naming.security.principal from System Default
    [22] Skipping empty Property java.naming.security.credentials from System Default
    [23] Skipping empty Property jbo.user.principal from System Default
    [24] Skipping empty Property jbo.object.marshaller from System Default
    [25] BC4J Property jbo.use.pers.coll='false' -->(SessionImpl) from System Property
    [26] BC4J Property jbo.pers.max.rows.per.node='70' -->(SessionImpl) from System Default
    [27] BC4J Property jbo.pers.max.active.nodes='30' -->(SessionImpl) from System Default
    [28] Skipping empty Property jbo.pcoll.mgr from System Default
    [29] BC4J Property jbo.txn_table_name='PS_TXN' -->(SessionImpl) from System Default
    [30] BC4J Property jbo.txn_seq_name='PS_TXN_seq' -->(SessionImpl) from System Default
    [31] BC4J Property jbo.control_table_name='PCOLL_CONTROL' -->(MetaObjectManager) from System Default
    [32] BC4J Property jbo.stringmanager.factory.class='use_default' -->(SessionImpl) from System Default
    [33] BC4J Property jbo.fetch.mode='AS.NEEDED' -->(MetaObjectManager) from System Default
    [34] BC4J Property jbo.323.compatible='false' -->(MetaObjectManager) from System Default
    [35] Skipping empty Property JBODynamicObjectsPackage from System Default
    [36] BC4J Property MetaObjectContextFactory='oracle.jbo.mom.xml.DefaultMomContextFactory' -->(MetaObjectManager) from System Default
    [37] BC4J Property MetaObjectContext='oracle.jbo.mom.xml.XMLContextImpl' -->(MetaObjectManager) from System Default
    [38] BC4J Property java.naming.factory.initial='oracle.jbo.common.JboInitialContextFactory' -->(SessionImpl) from Client Environment
    [39] BC4J Property IsLazyLoadingTrue='true' -->(MetaObjectManager) from /oracle/jbo/server/jboserver.properties resource
    [40] BC4J Property ActivateSharedDataHandle='false' -->(MetaObjectManager) from System Default
    [41] Skipping empty Property HandleName from System Default
    [42] Skipping empty Property Factory-Substitution-List from System Default
    [43] BC4J Property jbo.project='PM_BC' -->(MetaObjectManager) from Client Environment
    [44] BC4J Property jbo.max.cursors='50' -->(MetaObjectManager) from System Default
    [45] BC4J Property jbo.dofailover='true' -->(MetaObjectManager) from System Default
    [46] BC4J Property jbo.doconnectionpooling='false' -->(MetaObjectManager) from System Default
    [47] BC4J Property jbo.recyclethreshold='10' -->(MetaObjectManager) from System Default
    [48] BC4J Property jbo.ampool.dynamicjdbccredentials='true' -->(MetaObjectManager) from System Default
    [49] BC4J Property jbo.ampool.resetnontransactionalstate='true' -->(SessionImpl) from System Default
    [50] BC4J Property jbo.ampool.sessioncookiefactoryclass='oracle.jbo.common.ampool.DefaultSessionCookieFactory' -->(MetaObjectManager) from System Default
    [51] BC4J Property jbo.ampool.connectionstrategyclass='oracle.jbo.common.ampool.DefaultConnectionStrategy' -->(MetaObjectManager) from System Default
    [52] BC4J Property jbo.ampool.maxpoolsize='2147483647' -->(MetaObjectManager) from System Default
    [53] BC4J Property jbo.ampool.initpoolsize='0' -->(MetaObjectManager) from System Default
    [54] BC4J Property jbo.ampool.monitorsleepinterval='600000' -->(MetaObjectManager) from System Default
    [55] BC4J Property jbo.ampool.minavailablesize='5' -->(MetaObjectManager) from System Default
    [56] BC4J Property jbo.ampool.maxavailablesize='25' -->(MetaObjectManager) from System Default
    [57] BC4J Property jbo.ampool.maxinactiveage='600000' -->(MetaObjectManager) from System Default
    [58] BC4J Property jbo.passivationstore='null' -->(MetaObjectManager) from System Default
    [59] BC4J Property RELEASE_MODE='Stateful' -->(MetaObjectManager) from System Default
    [60] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
    [61] BC4J Property PoolClassName='oracle.jbo.common.ampool.ApplicationPoolImpl'-->(MetaObjectManager) from System Default
    [62] BC4J Property jbo.maxpoolsize='2147483647' -->(MetaObjectManager) from System Default
    [63] BC4J Property jbo.initpoolsize='0' -->(MetaObjectManager) from System Default
    [64] BC4J Property jbo.poolrequesttimeout='30000' -->(MetaObjectManager) from System Default
    [65] BC4J Property jbo.poolmonitorsleepinterval='600000' -->(MetaObjectManager) from System Default
    [66] BC4J Property jbo.poolminavailablesize='5' -->(MetaObjectManager) from System Default
    [67] BC4J Property jbo.poolmaxavailablesize='25' -->(MetaObjectManager) from System Default
    [68] BC4J Property jbo.poolmaxinactiveage='600000' -->(MetaObjectManager) from System Default
    [69] BC4J Property jbo.assoc.consistent='true' -->(MetaObjectManager) from System Default
    [70] BC4J Property jbo.viewlink.consistent='false' -->(MetaObjectManager) from System Default
    [71] BC4J Property jbo.passivation.TrackInsert='true' -->(MetaObjectManager) from System Default
    [72] Skipping empty Property jbo.ViewCriteriaAdapter from System Default
    [73] BC4J Property jbo.SQLBuilder='Oracle' -->(MetaObjectManager) from /oracle/jbo/server/jboserver.properties resource
    [74] BC4J Property jbo.ConnectionPoolManager='oracle.jbo.server.ConnectionPoolManagerImpl' -->(MetaObjectManager) from System Default
    [75] BC4J Property jbo.TypeMapEntries='Oracle' -->(MetaObjectManager) from Client Environment
    [76] Skipping empty Property jbo.sql92.JdbcDriverClass from System Default
    [77] BC4J Property jbo.jdbc.trace='false' -->(MetaObjectManager) from System Default
    [78] BC4J Property jbo.sql92.DbTimeQuery='select sysdate from dual' -->(MetaObjectManager) from System Default
    [79] BC4J Property oracle.jbo.defineColumnLength='as_chars' -->(MetaObjectManager) from System Default
    [80] Skipping empty Property jbo.tmpdir from System Default
    [81] Skipping empty Property jbo.server.internal_connection from System Default
    [82] Skipping empty Property SessionClass from System Default
    [83] Skipping empty Property TransactionFactory from System Default
    [84] BC4J Property jbo.debugoutput='console' -->(Diagnostic) from System Property
    [85] BC4J Property jbo.debug.prefix='DBG: ' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [86] BC4J Property jbo.logging.show.timing='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [87] BC4J Property jbo.logging.show.function='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [88] BC4J Property jbo.logging.show.level='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [89] BC4J Property jbo.logging.show.linecount='true' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [90] BC4J Property jbo.logging.trace.threshold='6' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [91] BC4J Property jbo.jdbc.driver.verbose='false' -->(Diagnostic) from System Default
    [92] BC4J Property jbo.ejb.txntimeout='1830' -->(SessionImpl) from System Default
    [93] BC4J Property jbo.ejb.txntype='global' -->(MetaObjectManager) from System Default
    [94] BC4J Property jbo.ejb.txn.disconnect_on_completion='false' -->(SessionImpl) from System Default
    [95] Skipping empty Property oracle.jbo.schema from System Default
    [96] BC4J Property jbo.xml.validation='false' -->(MetaObjectManager) from System Default
    [97] BC4J Property ord.RetrievePath='ordDeliverMedia' -->(MetaObjectManager) from System Default
    [98] BC4J Property ord.HttpMaxMemory='102400' -->(MetaObjectManager) from System Default
    [99] Skipping empty Property ord.HttpTempDir from System Default
    [100] BC4J Property ord.wmp.classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' -->(MetaObjectManager) from System Default
    [101] BC4J Property ord.qp.classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'-->(MetaObjectManager) from System Default
    [102] BC4J Property ord.rp.classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'-->(MetaObjectManager) from System Default
    [103] BC4J Property ord.wmp.codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' -->(MetaObjectManager) from System Default
    [104] BC4J Property ord.qp.codebase='http://www.apple.com/qtactivex/qtplugin.cab' -->(MetaObjectManager) from System Default
    [105] Skipping empty Property ord.rp.codebase from System Default
    [106] BC4J Property ord.wmp.plugins.page='http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&' -->(MetaObjectManager) from System Default
    [107] BC4J Property ord.qp.plugins.page='http://www.apple.com/quicktime/download/' -->(MetaObjectManager) from System Default
    [108] BC4J Property ord.rp.plugins.page='http://www.real.com/player/' -->(MetaObjectManager) from System Default
    [109] BC4J Property jbo.security.enforce='None' -->(SessionImpl) from System Default
    [110] BC4J Property jbo.security.loginmodule='oracle.security.jazn.tools.Admintool' -->(SessionImpl) from System Default
    [111] BC4J Property jbo.server.useNullDbTransaction='false' -->(SessionImpl) from System Default
    [112] Copying unknown Client property (DBconnection='jdbc:oracle:oci8:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=1526)))(CONNECT_DATA=(SID=sidname)))') to session
    [113] Copying unknown Client property (password='apassword') to session
    [114] Copying unknown Client property (JDBCName='dev_oci') to session
    [115] Copying unknown Client property (user='ausername') to session
    [116] Copying unknown Client property (jbo.applicationmoduleclassname='ctf.database.gpl.bc.BcModule') to session
    [117] Copying unknown Client property (ApplicationName='ctf.database.gpl.bc.BcModule') to session
    [118] WARNING: Unused property: LC='Calling Function' found in /oracle/jbo/common/Diagnostic.properties resource
    [119] }} finished loading BC4J properties
    [120] -----------------------------------------------------------Diagnostics: (Properties (re)loaded) Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    [121] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    [122] JavaVMVersion: 9.0.3.738 cdov
    [123] JavaVMVendor: Oracle Corp.
    [124] JavaVMName: OJVM Client VM
    [125] OperatingSystemName: Windows 2000
    [126] OperatingSystemVersion: 5.0
    [127] OperatingSystemUsername: MacEwan James
    [128] Jbo323Compatible Flag: false, str: false
    [129] Loading from PM_BC.jpx file
    [130] Loading from indvidual XML files
    [131] Loading the Containees for the Package 'PM_BC.PM_BC'.
    [132] Registered Oracle JDBC driver with BC4J Server
    [133] Connected to Oracle JBO Server - Version: 9.0.3.10.7
    [134] BC4J: Instrumentation disabled
    [135] Loading from /ctf/database/gpl/bc/bc.xml file
    [136] Loading from indvidual XML files
    [137] Loading the Containees for the Package 'ctf.database.gpl.bc.bc'.
    [138] Loading from /ctf/database/gpl/bc/BcModule.xml file
    [139] Loading from /ctf/database/gpl/bc/GplElementView.xml file
    [140] ViewObjectImpl's default fetch mode = 0
    [141] Loading from /ctf/database/gpl/bc/GplElement.xml file
    [142] Loading Typemap entries from oracle.jbo.common.OracleTypeMapEntries
    [143] CSMessageBundle (language base) being initialized
    [144] OracleSQLBuilder reached getInterface
    [145] Oracle SQL Builder Version 3.2.0.0.0
    [146] Loading from /ctf/database/gpl/bc/GplGroupView.xml file
    [147] Loading from /ctf/database/gpl/bc/GplGroup.xml file
    [148] Loading from /ctf/database/gpl/bc/GplPageView.xml file
    [149] Loading from /ctf/database/gpl/bc/GplPage.xml file
    [150] Loading from /ctf/database/gpl/bc/GplParamView.xml file
    [151] Loading from /ctf/database/gpl/bc/GplParam.xml file
    [152] Loading from /ctf/database/gpl/bc/GroupPageIdFkLink.xml file
    [153] Loading from /ctf/database/gpl/bc/GroupPageIdFkAssoc.xml file
    [154] Loading from /ctf/database/gpl/bc/ElementPageFkLink.xml file
    [155] Loading from /ctf/database/gpl/bc/ElementPageFkAssoc.xml file
    [156] Loading from /ctf/database/gpl/bc/ParamElmFkLink.xml file
    [157] Loading from /ctf/database/gpl/bc/ParamElmFkAssoc.xml file
    [158] Using DatabaseTransactionFactory implementation oracle.jbo.server.Database TransactionFactory
    [159] mUsePersColl is false
    [160] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
    [161] ViewObjectImpl.mDefaultMaxActiveNodes is 30
    [162] DBTransactionImpl Max Cursors is 50
    [163] Created root application module: 'ctf.database.gpl.bc.BcModule'
    [164] Locale is: 'en_US'
    [165] DefaultConnectionStrategy is establishing an application module connection
    [166] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [167] Creating a new pool resource
    [168] Trying connection/2: url='jdbc:oracle:oci8:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ahost)(PORT=1526)))(CONNECT_DATA=(SID=asid)))' info='{user=ausername, password=apassword, java.naming.security.principal=ausername, java.naming.security.credentials=ausername}' ...
    [169] Successfully logged in
    [170] JDBCDriverVersion: 9.0.1.4.0
    [171] DatabaseProductName: Oracle
    [172] DatabaseProductVersion: Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production JServer Release 8.1.7.4.0 - Production
    [173] ViewRowSetImpl's jbo.viewlink.consistent = false (0)
    [174] Column count: 21
    [175] ViewObject : Created new QUERY statement
    [176] SELECT GplPage.PAGE_ID, GplPage.PAGENAME, GplPage.HEIGHT, GplPage.WIDTH, GplPage.UNITS, GplPage.GRID_SCALE, GplPage.GRID_FLAGS, GplPage.LEFT_GRID_MARGIN, GplPage.RIGHT_GRID_MARGIN, GplPage.BOTTOM_GRID_MARGIN, GplPage.TOP_GRID_MARGIN, GplPage.NUM_MINOR_GRID, GplPage.TYPE, GplPage.ACL, GplPage.CLASS, GplPage.DATE_MOD, GplPage.NUM_ELEMENT, GplPage.LOCKED, GplPage.FLAGS FROM GPL.GPL_PAGE GplPage
    [177] Column count: 11
    [178] ViewObject close prepared statements...
    [179] ViewObject : Created new QUERY statement
    [180] SELECT GplGroup.GROUP_ID, GplGroup.LINK_ID, GplGroup.USERNAME, GplGroup.GROUPNAME, GplGroup.ACL, GplGroup.CLASS, GplGroup.PAGE_ID, GplGroup.TAIL, GplGroup.TEST, GplGroup.SEQ, GplGroup.VERSION FROM GPL.GPL_GROUP GplGroup WHERE GplGroup.PAGE_ID = :1
    [181] Binding null for 1
    [182] Column count: 11
    [183] ViewObject : Re-defining and reusing prepared Statement
    [184] Binding param 1: 2
    [185] JBOTableModel: Recvd Event=[RangeRefreshEvent: GplGroupView2 start=0 count=1]
    [186] $$added root$$ id=-2
    [187] $$added root$$ id=-73
    [188] $$added root$$ id=-2559
    [189] Column count: 11
    [190] ViewObject : Reusing defined prepared Statement
    [191] Binding param 1: 363793
    [192] JBOTableModel: Recvd Event=[RangeRefreshEvent: GplGroupView2 start=0 count=1]
    [193] Removing an unreferenced, available pool instance
    [194] ViewObject close prepared statements...
    [195] ViewObject close prepared statements...
    [196] ViewObject close prepared statements...
    [197] ViewObject close prepared statements...
    [198] ViewObject close prepared statements...
    [199] ViewObject close prepared statements...
    [200] ViewObject close prepared statements...
    [201] Clearing EO cache for ctf.database.gpl.bc.GplPage
    [202] Clearing EO cache for ctf.database.gpl.bc.GplParam
    [203] Clearing EO cache for ctf.database.gpl.bc.GplGroup
    [204] Clearing EO cache for ctf.database.gpl.bc.GplElement
    [205] Clearing EO cache for ctf.database.gpl.bc.GplPage
    [206] Clearing EO cache for ctf.database.gpl.bc.GplParam
    [207] Clearing EO cache for ctf.database.gpl.bc.GplGroup
    [208] Clearing EO cache for ctf.database.gpl.bc.GplElement
    [209] Resetting AM=BcModule
    [210] *** closing jdbc connection now **** (oracle.jdbc.driver.OracleConnection@120)
    [211] mUsePersColl is false
    [212] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
    [213] ViewObjectImpl.mDefaultMaxActiveNodes is 30
    BC4J Tester exit code(0)

Maybe you are looking for