RME-02124 Creating Designer Repository

Error message in CKROLGRT.lis file:
Granting on Object: VIEW CI_XMD_GENERAL_MODULES_SQS
Granting : INSERT, UPDATE, DELETE, SELECT
Executing statement(s)...
Error Submitting Definition: User intervention required...
RME-02124: Failed to execute SQL statement: grant INSERT, UPDATE, DELETE, SELECT on CI_XMD_GENERAL_MODULES_SQS to ckr_DSREPOSD01
ORA-00936: missing expression
Dumping Buffer...
grant INSERT, UPDATE, DELETE, SELECT on CI_XMD_GENERAL_MODULES_SQS to ckr_DSREPOSD01
...End of Buffer
Client Platform Windows XP SP 2
Server Platform Sun Solaris SPARC 64-bit
RDBMS 9.2.0.7
Designer 6i r4.5
Can I continue with the installation?
How can I solve it?
Could someone help me? it's very urgent
thanks,
Silvia
Message was edited by:
user502574
Message was edited by:
user502574
Message was edited by:
user502574

Sorry, I forgot it.
Server O.S. Solaris SPARC 64-bit
Thanks

Similar Messages

  • Getting error RME-02124 while importing repository dump

    Hi All,
    I am trying to import a dump file in the repository. I have installed Database 10g and Developer Suite 10g on XP machine.
    I have a dump (.dmp) file from Designer 6i, now when i am trying to import it through RAU, getting below error after a min of import start.
    The error says that it requires "sdd_reserved_names" table, but my question is since i have fresh installation then how will there be any table exists.
    As per my understanding "sdd_reserved_names" table comes when we install a new repository, since i have to import a repository which means, the schema should not contain any repository (Then only we can "Import" option is available in the RAU), so please help me how to import the repository.
    RME-02124: Failed to execute SQL statement: select o.object_name, o.object_type from user_objects o where o.status='INVALID' and exists (select 1 from sdd_reserved_names r where r.rn_res_name=o.object_name and r.rn_type=decode(o.object_type,'PACKAGE BODY','PACKAGE', 'TYPE BODY', 'TYPE', o.object_type)) order by decode(o.object_type,'VIEW',1,'PACKAGE','2','PACKAGE BODY',3,'FUNCTION',4,5)
    Thanks & Regards
    Sanjay

    Hi Inol,
    I am trying to upgrade using document http://download.oracle.com/otn_hosted_doc/designer/des10g_9047/cmnhlp72/rep_insgde/igrepos.htm#Start_to_use_the_repository_tools.
    I am installing repository using "Installing a Repository (SQL Script Method)", but after this when i start RAU as mentioned, and try to install repository it say's, that another repository exits in this oracle instance hence it says that this install will be configured to use private synonym.
    when i proceeded with the same after few mins it throws error
    ORA-04045: errors during recompilation/revalidation of PUBLIC.RM_ELEMENT_TYPES
    Message
    ORA-00980: synonym translation is no longer valid
    Please help how to resolve this.
    Thanks & Regards
    Edited by: user11204334 on Jan 24, 2011 3:18 AM

  • Getting Started on Designer Repository

    Hi
    I need to install, create designer repository on Windows 2003 including data model. Where can I get a starting point to learn all about Oracle designer - Installation, Administration etc.
    I haven't found any good document for beginner so far. I downloaded Installation document from oracle, but it does make little sense to me as I have absolutely no idea on designer.
    Please shed some light on this.
    I will also need to migrate existing data model to the new repository.
    Thanks for the help!
    - fa

    1. you need to have the standard or enterprise edition of the database.
    then you can use my script to get a repository created. Of course you will need to change things to set it to your database and not mine. But here it is.
    After you install the IDS 10G in a new oracle home on the Client windows PC you will find the intall manual under:
    start - programs- Oracle Developer Suite - Designer documentation - Repository instalation Guide
    The following are the step I use to build a new repository
    You will need to set paths and names as you desire for your local PCs and repostiory.
    -- Step 1
    Log on as SYS
    This is so you can get the path name of your datafiles:
    select file_name, tablespace_name from dba_data_files;
    -- D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\TEMP_65.DBF
    create tablespace constant_grow_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\constant_grow_indexes_01.dbf'
    size 4000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace constant_grow_TABLES
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\constant_grow_tables_01.dbf'
    size 15000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace dependency_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\dependency_indexes_01.dbf'
    size 5600k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace dependency_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\dependency_tables_01.dbf'
    size 9000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace diagram_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\diagram_indexes_01.dbf'
    size 1000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace diagram_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\diagram_tables_01.dbf'
    size 2000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace lob_data
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\lob_data_01.dbf'
    size 1200k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace rapid_grow_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\rapid_grow_indexes_01.dbf'
    size 250000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace rapid_grow_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\rapid_grow_tables_01.dbf'
    size 500000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace system_meta_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\system_meta_indexes_01.dbf'
    size 20000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace system_meta_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\system_meta_tables_01.dbf'
    size 30000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace temporary_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\temporary_indexes_01.dbf'
    size 5000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace temporary_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\temporary_tables_01.dbf'
    size 9000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace version_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\version_indexes_01.dbf'
    size 9000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace version_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\version_tables_01.dbf'
    size 12000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    -- Step 2
    Make sure you ave plenty of space in your system tablespace
    select tablespace_name, sum(bytes)/1024/1024 from dba_free_space
    group by tablespace_name;
    alter tablespace system add datafile
    'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\system03.dbf' size 140m;
    -- Step 3
    As SYS
    create user owner identified by owner default tablespace users
    temporary tablespace temp;
    --Run this file as SYS
    @ D:\Designer_Home\IDS10_1_2\repadm61\UTL\CKROROLE.SQL
    GRANT EXECUTE ON DBMS_LOCK TO owner;
    GRANT EXECUTE ON DBMS_PIPE TO owner;
    GRANT CREATE TABLE TO owner;
    GRANT CREATE VIEW TO owner;
    GRANT CREATE PROCEDURE TO owner;
    GRANT CREATE SYNONYM TO owner;
    GRANT CREATE SEQUENCE TO owner;
    GRANT SELECT ON v_$nls_parameters TO owner WITH GRANT OPTION;
    GRANT SELECT on sys.V_$PARAMETER TO owner;
    GRANT SELECT ON dba_rollback_segs TO owner;
    GRANT SELECT ON dba_segments TO owner;
    GRANT CREATE ANY SYNONYM TO owner;
    GRANT DROP ANY SYNONYM TO owner;
    GRANT CREATE PUBLIC SYNONYM TO owner;
    GRANT DROP PUBLIC SYNONYM TO owner;
    GRANT ck_oracle_repos_owner to owner;
    GRANT CONNECT, RESOURCE TO owner;
    GRANT dba TO owner;
    --(If you want Row Level Security (RLS) on)
    GRANT execute on dbms_rls to owner;
    -- Step 4 Adding a user
    create user user65 identified by user65 default tablespace users
    temporary tablespace temp;
    GRANT CONNECT, RESOURCE TO user65;
    GRANT CKR_OWNER TO USER65;
    GRANT CREATE TABLE TO user65;
    GRANT CREATE VIEW TO user65;
    GRANT CREATE PROCEDURE TO user65;
    GRANT CREATE SYNONYM TO user65;
    GRANT CREATE SEQUENCE TO user65;
    GRANT SELECT ON dba_rollback_segs TO user65;
    GRANT SELECT ON dba_segments TO user65;
    GRANT CKR_OWNER TO USER65;
    GRANT EXECUTE ON SDD_ACC_PRIV_LIST TO USER65;
    GRANT EXECUTE ON SDD_SYS_PRIV_LIST TO USER65;
    GRANT SELECT ON SDD_DEPENDENCY_TYPES TO USER65;
    GRANT SELECT ON I$RM_ELEMENT_TYPES TO USER65;
    GRANT SELECT ON SDD_GLOBAL_NAMES TO USER65;
    GRANT EXECUTE ON JR_UTIL TO USER65;
    GRANT EXECUTE ON JR_SYSTEM_UTIL TO USER65;
    GRANT EXECUTE ON CKMIGFUN TO USER65;
    -- Step 5
    The following are the recommended minimum settings.
    optimizer_mode = Choose
    compatible = 9.0.0 # for an Oracle9i database
    compatible = 8.1.7 # for an Oracle8i database
    max_enabled_roles = 30
    sort_area_size = 262144
    sort_area_retained_size = 65536
    hash_area_size = 1048576
    optimizer_index_caching = 50
    optimizer_index_cost_adj = 25
    shared_pool_size = 32000000
    db_block_buffers # comment out on an Oracle9i database
    db_block_buffers = 2000 # on an Oracle8i database
    open_cursors = 3000
    processes = 100
    db_file_multiblock_read_count=16 # for a 4K Oracle block size
    db_file_multiblock_read_count=32 # for a 2K Oracle block size
    db_file_multiblock_read_count=8 # for a 8K Oracle block size
    Step 5b - (Oracle 9i or 10.2 DB) Install Oracle 9i or 10.2 Import and Export Utilities
    Before installing Designer Repository on an Oracle 9i or 10.2 database, you need to set up the installation workstation to use the Oracle 9i or 10.2 import and export utilities. To do so, perform the following steps at the workstation from which you will be running the repository installation:
    From the Oracle 9i or 10.2 installation media, install the Oracle 9i or 10.2 import and export utilities in a dedicated Oracle home.
    In the Windows Registry, locate the key named:
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_HomeName\REPOS61
    where HOMEn is the home number of the home installed into for a multiple Oracle home environment, but is not present where the default Oracle home is being used.
    Change the value of the EXECUTE_IMPORT and EXECUTE_EXPORT variables to point to the new Oracle home. Thus, if the new Oracle home is d:\des_9i, the settings would be:
    d:\des_9i\bin\exp.exe
    d:\des_9i\bin\imp.exe
    -- Step 6
    Log on to the Repository Admin Utility of Designer
    start - programs- Oracle Developer Suite - Designer - Repository Admin Utility
    Install Repository button
    Make sure both check boxes are checked(one is grayed out) Next
    Select the proper tablespace for the seletced box
    Start the install.
    I wish you well.
    Michael

  • Installation of Design Repository using OWB Rel 1

    I installed OWB Rel 1 on server and then try to create Design Repository.
    It did not work as error appears on first screen " Can not connect o database - verify connect information". I provided correct information (sys user/password, host name, service name, port number) and tried different things e.g. instead of host name ip address etc. But result was same.
    any body can help me to sort this out?

    Hi,
    i´m not sure but i think you must give a connect string, in an explicit sequence.
    Well, maybe you better have a look at the Guides of Installation.
    Watch there: http://www.oracle.com/technology/documentation/index.html
    Regards
    Lone Wolf

  • Do we hav to create a separate repository for Designer Repository??

    Hi
    I have created a repository using a Repository Assistant. Do we have to create a separate repository for Designer Repository??? If so, how do we create a Designer Repository??
    Message was edited by:
    user536189

    Hi,
    The basic installation of OWB paris makes a repository owner and a repository user for you.
    This owner serves as the design repository owner as well as the runtime repository owner.
    For creating your mappings and deploying and executing them you just need to associate a target schema with the repository owner which you can do from the repository assistant from within the design center.
    I hope you are talking about OWB paris and I have been able to guess your question correctly.
    Regards
    -AP

  • Creating 9i Designer Repository using SCM in 10g Database

    Hi, Can I create a 9i Designer repository (using SCM) in a 10g database ?
    Thanks,
    Purav

    Hi,
    You can find the documentation at the following location:
    http://www.oracle.com/technology/products/designer/supporting_doc/des10g_9045/cmnhlp72/rep_insgde/igttl_9i.htm
    Thanks.

  • Trouble installing Designer Repository under XE

    I have installed Oracle 10g XE on another PC (as a test system), and I have the XE Client on my own laptop. I also have SQL Designer installed, and both can talk to the copy of XE just fine. However, when I try to install the Designer Suite, I've run into a couple of major problems, primarily with the repository.
    I seem to be able to create the repository ok, but when I try to install it, I get the error messages (shown below) when I get to the step called "cksysfol.sql". I let the Repository installation process continue, and no other errors were raised.
    I tried to research this on Oracle's discussion forums, and found very little that addresses anything like this. Several posts suggest that creating a Designer Repository is not possible under XE. Other posts seem to indicate that other people have been successful in installing a Designer repository. I also found references that said I needed to enable "Fine-Grained Access Control" as part of the original database installation process, but I didn't see any place where that was even an option.
    I need to install Designer because I need access to the Entity Relationship Diagram feature for a project I'm working on.
    What do I need to do to get the Repository installed correctly?
    ================================================================================
    Message
    ORA-04063: package body "REPOS_MANAGER.JR_REG_IO" has errors
    Message
    ORA-06508: PL/SQL: could not find program unit being called: "REPOS_MANAGER.JR_REG_IO"
    Message
    ORA-06512: at "REPOS_MANAGER.JR_FOLDER", line 535
    Message
    ORA-06512: at "REPOS_MANAGER.SDD_FOLDERS_I", line 136
    Message
    ORA-04088: error during execution of trigger 'REPOS_MANAGER.SDD_FOLDERS_I'
    Message
    ORA-06512: at line 1270
    Message
    RME-02124: Failed to execute SQL statement:
    DECLARE
    ar_irid number;
    wkarea_irid          number;
    dummy_wrkarea boolean := FALSE;
    folder_irid number;
    folder_ivid number;
    org_irid number;
    org_ivid number;
    max_default_value_types number;
    rtn_id number;
    vat_type number;
    comment varchar2(100);
    ps1_irid number;
    ps1_ivid number;
    l_SUPPORTS_DESIGNER varchar2(1);
    l_SUPPORTS_JDEVEE varchar2(1);
    TYPE t_Value_Type is record
    ( name varchar2(20)
    , datatype varchar2(20)
    , lob_flag varchar2(1)
    , derived_from binary_integer -- index number of source record
    , irid number -- store irid for later use
    Type tt_Value_Type is table of t_Value_Type index by binary_integer;
    init_value_types tt_Value_Type;
    BEGIN
    dbms_output.enable(1000000);
    -- Added for Bug 1326447
    update ck_installed_objects
    set ci_created = 'N'
    where ci_stage='CKSYSFOL';
    -- End addition for Bug 1326447
    select SUPPORTS_JDEVEE
    , SUPPORTS_DESIGNER
    into l_SUPPORTS_JDEVEE
    , l_SUPPORTS_DESIGNER
    from rm$repositories;
    -- Check Global Shared Workarea exists
    dbms_output.put_line('* Checking if Global Shared Wokrarea exists' );
    begin
    select irid
    into wkarea_irid
    from I$sdd_workareas
    where name = 'GLOBAL SHARED WORKAREA';
    exception when no_data_found then
    dummy_wrkarea := TRUE;
    -- Create a dummy workarea to put the SYSTEM FOLDER in
    wkarea_irid := jr_workarea.create_workarea( user,
    'SYSTEM WORKAREA',
    'Temporay WorkArea used to create the SYSTEM FOLDER');
    end;
    -- Set workarea context
    jr_context.set_workarea(wkarea_irid);
    -- Now create a FOLDER called SYSTEM FOLDER
    dbms_output.put_line('* Creating SYSTEM FOLDER');
    -- USBUG 1006132 CREATION OF SYSTEM FOLDER RESULTING IN DANGLINGS RM DATA CAUSING FP TO HANG
    -- USBUG 989215 NEED TO IDENTIFY SYSTEM FOLDER AND ALL ITS CONTENTS BY GUID
    folder_irid := 1773150433009805186156169550188005433;
    folder_ivid := 1773150433009809908522652419833219129;
    insert into SDD_FOLDERS ( IRID
    , IVID
    , DATE_CREATED
    , CREATED_BY
    , OWNING_USER
    , ELEMENT_TYPE_NAME
    , CONTAINER_SUBTYPE
    , REMARK
    , NAME
    , OS_TIMESTAMP
    , ROOT_FLAG
    , SYSTEM_ELEMENT_FLAG )
    values ( folder_irid
    , folder_ivid
    , SYSDATE
    , USER
    , USER
    , 'CEL'
    , 'FOL'
    , 'SYSTEM FOLDER'
    , 'SYSTEM FOLDER'
    , SYSDATE
    , 'Y'
    , 'Y');
    -- USBUG 1006123 NEED TO PREVENT USERS UPDATING CONTENTS OF THE SYSTEM FOLDER
    -- USBUG 1103313 CHANGES TO ALLOW SYSTEM FOLDER TO BE VERSIONED
    -- create the appropiate access rights
    dbms_output.put_line('* Creating access rights for SYSTEM FOLDER');
    insert into sdw_access_rights ( IRID
    , IVID
    , GRANTEE_REFERENCE
    --------------------------------------------------------------------------------

    This is a bit late, but in case you were still interested, I have successfully installed Designer repositories on XE. Just make sure the repository owner has the correct db privileges as well as quota on the repository tablespaces.
    Thanks,
    Dan

  • MIGRATION DESIGNER REPOSITORY 6.0 to 6i

    I've tried to migrate repository 6.0 to 6i but in process i recive the error message:
    ORA-03232 unable to allocate extent to tablespace ...
    ORA-02063 error from link ...
    RME-02124 failed to excute SQL statement CREATE TABLE UPG_RM_TEXT_LINES ...
    I have read the solution of note but the problem persist.
    Someone can help Me
    Thanks in adv
    Domenico Navarra
    Italy

    This sounds like you dont have enough space to do the migration and Oracle cannot extend a data file. Make sure you have autoextend on in the target database (I'm guessing it's the target).
    Steve

  • Help! how to create a repository correctly of owb?

    I have installed oracle11 in the directory c:\app\***\product\11.1.0\db_1 and installed owb in the directory c:\app\***\product\11.1.0\owb11gr1. When i tried to Create a Repository Using the Repository Assistant, the system gives out an error message:OWBSYS is not granted access to owb home/owb/bin/admin/rtrepos.properties:Please run UnifiedRepos/reset_owbcc_home.sql specifiying the path of the Oracle Home from which the Control Center Service is being run.
    Then I run the script reset_owbcc_home.sql and put in "C:/app/***/product/11.1.0/owb11gr1" according to the prompt.
    But it still can not work, it gives out another error,"there is no table or views"
    Can anyone tell me how to create a repository correctly?
    Thanks!

    With your database 11g install OWB is already installed under the ORACLE_HOME's owb directory. You should/could have just used it.
    I'd suggest a cleanout and start again, here are the steps:
    1. Close any open OWB
    2. from db home,
    Stop runtime service - cd owb/rtp/sql sqlplus OWBSYS/OWBSYS @stop_service
    3. drop your target user, design user
    4. cleanout OWBSYS, recreate:
    cd owb/UnifiedRepos
    sqlplus using your sysdba
    @clean_owbsys
    @cat_owb <tablespace_of_your_choice)
    Now run reposinst.bat from your database Oracle home
    Cheers
    David

  • Import designer repository error

    I am trying to import a designer repository using RAU but I have seen several errors about ORACLE error 942. One of them is:
    IMP-00017: following statement failed with ORACLE error 942:
    "CREATE DIMENSION "PROMOTIONS_DIM" LEVEL "PROMO" IS ("PROMOTIONS"."PROMO_ID""
    ") LEVEL "SUBCATEGORY" IS ("PROMOTIONS"."PROMO_SUBCATEGORY_ID") LEVEL "CATEG"
    "ORY" IS ("PROMOTIONS"."PROMO_CATEGORY_ID") LEVEL "PROMO_TOTAL" IS ("PROMOTI"
    "ONS"."PROMO_TOTAL_ID") HIERARCHY "PROMO_ROLLUP" ("PROMO" CHILD OF "SUBCATEG"
    "ORY" CHILD OF "CATEGORY" CHILD OF "PROMO_TOTAL") ATTRIBUTE "PROMO" LEVEL "P"
    "ROMO" DETERMINES "PROMOTIONS"."PROMO_NAME" ATTRIBUTE "PROMO" LEVEL "PROMO" "
    "DETERMINES "PROMOTIONS"."PROMO_END_DATE" ATTRIBUTE "PROMO" LEVEL "PROMO" DE"
    "TERMINES "PROMOTIONS"."PROMO_BEGIN_DATE" ATTRIBUTE "PROMO" LEVEL "PROMO" DE"
    "TERMINES "PROMOTIONS"."PROMO_COST" ATTRIBUTE "SUBCATEGORY" LEVEL "SUBCATEGO"
    "RY" DETERMINES "PROMOTIONS"."PROMO_SUBCATEGORY" ATTRIBUTE "CATEGORY" LEVEL "
    ""CATEGORY" DETERMINES "PROMOTIONS"."PROMO_CATEGORY" ATTRIBUTE "PROMO_TOTAL""
    " LEVEL "PROMO_TOTAL" DETERMINES "PROMOTIONS"."PROMO_TOTAL""
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    I have the same versions (dev suite 10g and database 10.2.0.2) with the source designer. Both of them are on Windows XP.
    Both of the repositories are using the tablespace with exactly same name(this may be irrelevant). When I start importing, I already have some data in that tablespace in the target repository. DSGNR users on both repositories are using that tablespace as default tablespace.
    Anything wrong here? I did upgrade database from 10.2.0.1 to 10.2.0.2 myself before export/import designer repository. Not sure if this is caused by the unsuccessful update? I did not see error in database upgrade.
    Your input is highly appreciated.
    Jennifer

    Yes the is a problem here.
    You have incompatable import export tools between Designer and the DB.
    In the Repository install manual it states:
    Step 5b - (Oracle 9i or 10.2 DB) Install Oracle 9i or 10.2 Import and Export Utilities
    Before installing Designer Repository on an Oracle 9i or 10.2 database, you need to set up the installation workstation to use the Oracle 9i or 10.2 import and export utilities. To do so, perform the following steps at the workstation from which you will be running the repository installation:
    From the Oracle 9i or 10.2 installation media, install the Oracle 9i or 10.2 import and export utilities in a dedicated Oracle home.
    In the Windows Registry, locate the key named:
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_HomeName\REPOS61
    where HOMEn is the home number of the home installed into for a multiple Oracle home environment, but is not present where the default Oracle home is being used.
    Change the value of the EXECUTE_IMPORT and EXECUTE_EXPORT variables to point to the new Oracle home. Thus, if the new Oracle home is d:\des_9i, the settings would be:
    d:\des_9i\bin\exp.exe
    d:\des_9i\bin\imp.exe
    If you have the 10.2 DB on the same machine then just point the registry to thoes tools and if you dont you will need to install the 10.2 client with admin privleges to get the imp/exp tools installed and then point the registry to them.
    hope that helps.
    Michael

  • Creating a repository

    Dears ,
    i want to create repository in order to can upload an employee pic ... but i dont know the settings or what configurations shall i select ... could u plz help creating the repository ?
    1- i want to know which storage type shall i use , i have the following :
              - sap system database
              - http content server
              - logical repository
              - rfc archive
              - structure storage system

    Yes, but it is a multi-step process. First, you have to do a design capture of the table definitions into your repository. Start the Design Editor. If you haven't set up a database definition under the DB Admin tab, you'll need to do that first. Then, choose the Generate menu, Capture Design of ... and choose Server Model. The Source of Design Capture will be DDL Files - in other words, your table scripts. Follow the wizard.
    Once you have your table definitions in your repository, you can create a Database Diagram, which is quite similar to an Entity Relationship Diagram. Just drag your table definitions from the navigation tree into the gray diagram area to the right
    Or you can reverse engineer your table definitions into Entity definitions and do real ER Diagrams. You can't do that in the Design Editor, so close it, and open the ER diagrammer. Use the Table to Entity Retrofit utility, found on the Utilities menu, and follow the wizard. This will transform your Table Definitions into Entity definitions. Then you can start a new ER diagram, drop down the Edit menu, and Include your new Entities on the diagram.

  • Creating design and runtime repositiries in the remote database in OWB 10.2

    Hi,
    As per my current scenario i have OWB 10.2 installed in a client machine and i have to create target schemas, design repository and runtime repository (control center) in a remote data base.OWB is not installed in this remote data base.
    Firstly is possible to have such a configuration in OWB, if yes are there any implications of that.
    Thx

    want to confirm whether an machine having OWB client can start the control center services or specifically the client system from which i had installed the repository.There are no any limitations with executing Control Center service from any computer with instaled OWB software.
    If we can do it from any client machine, is there any way we can restrict this to have some level of securityAs I know there is no in OWB any standard feature to restrict executing CC service from specified computers.
    But maybe you can use for this task Oracle database features, for example OnLogon trigger (it is possible to check IP address from which connection is initiated).
    Regards,
    Oleg

  • Finding locked objects in design repository?

    Does anyone know if it is possible to get a list of objects that are currently locked by users inside a design repository?
    I am looking for something that is equivalant to what v$locked_object is for Oracle objects. I've tried looking at the tables/views/procedures defined in the Control Center but I haven't been able to figure out a way to do it.
    I am writing some scripts to automate the export/import of MDLs between repositories. I'd like to be proactive about checking locks in the repository before attempting to import the MDL.
    Thanks.

    HI,
    it seems that OWB uses DBMS_LOCK package for locking objects, so you can extract OWB internal lock names from SYS.DBMS_LOCK_ALLOCATED table (name OWB locks begin with 'OWB'). Locked object id (from all_iv_all_objects) specified at the end of lock name in reverse order.
    But I don't now how to get type of locking (opening object also creates a lock).
    Oleg

  • One schema for OWB Design repository, runtime repository and target schema

    Currently we have contents of OWB Design schema, runtime schema and target schema all combined into one schema of the same database in OWB 9.0.2 as well as OWB3i. We like to move to OWB10g in very near future. Can we keep the same structure for convenience of migration in OWB10g? Is it mandatory that OWB design repository (and components) must be separate from OWB run time repository (and components) and target schema? In other words is it possible and workable to use only one schema to contain OWB design repository, OWB run time repository and target schema in OWB10g environment with repositories to be situated on Oracle v9.2.0.1.0? Also what special considerations should be taken to create the database v9.2.0.1.0 and installation of OWB10g. What are the problems/side-effects to have all in one schema?
    Also please let me know how to install Oracle Workflow server to be used along with OWB. Will OWB10g work with repository on Oracle database v9.2.0.1.0?
    Your prompt advice will be very well appreciated.
    Sankar

    The design repo is a metadata repo that stores all the design-time objects and so forth.
    It is an architectural decision that you or your team need to decide on. There are many flexible ways to architect an OWB infrastructure.
    Also, your repository users will be using the design repository on the the other DB instance to do their design work...potentially less people always hitting the target database all the time.
    -Greg

  • Help!!! Designer/Repository 6i install fails on Win with 8i

    I get the following error when trying to install
    Designer/Repository on Windows 2000 with 8i enterprise (8.1.7):
    Orainst.exe has generated errors and will be closed by windows.
    You will need to restart the program. An error log is being
    created. Where do I find the error log? Is it oraninst.log?
    There is no error in that file. What do I do?

    I have the same problem. It is sad that no one got back to you
    I get the following error when trying to install >Designer/Repository on Windows 2000 with 8i enterprise (8.1.7):
    Orainst.exe has generated errors and will be closed by windows.
    You will need to restart the program. An error log is being
    created. Where do I find the error log? Is it oraninst.log?
    There is no error in that file. What do I do?

Maybe you are looking for

  • My iPhone 4 needs updates, but my computer is broken. Can I use someone else's computer to update?

    It's been a while since my computer crashed and refused to work again and I cannot afford to get it fixed. It's been a long while since I was able to update it last. It's now told me it needs to be restored or something, but like I said, I don't have

  • N93 web browser doesn't work

    hi everyone, i'm a newbie here. i would just like to ask if someone also experienced the problem about their grumpy web browser. when selecting it, a pop-up menu just appears saying "web: already in use." is there a way to fix this or should i reform

  • Return Delivery invoice.

    Hi experts, I am trying to do return delivery Invoice .. but i am getting the error.. I did PO with ME21N -  xyz material for 13 qty. MIGO_GR     - XYZ material for 13 qty. then i did Invoice  MIRO for the same PO  13 qty. after that i did change in

  • Objects did not added to the transport request

    Hi team Pls advise, I've been trying to create a transport for some workschedules in client DDD. But although I've created a transport and saved it, when I look at the transport or task, there's no objects saved in it. For the other clients BBB, CCC,

  • Lion address book import

    I used Outlook to Mac successfully for a previous Windows Outlook to Mac Address Book contacts migration.  O2M makes one vcf file with all contacts in it, and you just import that vcf file, and presto all works.  That was with Snow Leopard. Now I hav