Designer Repository Migration: 9i to 10g

Hi All,
We need to migrate designer repository from oracle 9i to oracle 10g.
Please give us the steps to do it.
Thanks in advance.
Regards,
Ateet

Please follow :
http://www.oracle.com/technology/products/designer/supporting_doc/des10g_9046/cmnhlp72/rep_insgde/igrepos_904.htm#UpgradingAnExistingRepository
http://www.oracle.com/technology/products/designer/documentation.html
Regards
Rajesh

Similar Messages

  • = Help PLEASE ! (Designer repository migration 6i)

    Hi everybody,
    (Oracle Designer 2000 repository migration from 6 to 6i)
    I'd like to know where can I find the script 'migrate_repos_privs.sql'. The propose of this script is to migrato users from the old repository version to 6i.
    I start with repository version 6 and I try to execute this script. The source of this script try to call 'jr_sys_privs.ins' package internally but it doesn't exist in old repository. The result obviously is an error 'pl/sql called not found'.
    This is the fouth step (4/5) in the tutorial instructions. Next I'm going to push the 'migrate repository' button in the tool to complete the migrate process.
    Thanks. (Please, send me copy of your answers to: [email protected] )
    Best regards:
    Richard.

    Hi,
    The MIGRATE_REPOS_USERS.SQL script is generated when you run the the CKGENUSR.SQL script (step 12.1 of the insallation guide). In the box at the beginning of '12:Migration of subordinate users'it describes how when you run CKGENUSR.SQL it generates the MIGRATE_REPOS_USERS.SQL to your working directory.
    check your working directory after running CKGENUSR.SQL you should find the script there.
    Rgds
    Susan Duncan
    Oracle Designer Product Management

  • 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.

  • Designer repository question

    We currently have our designer repository at configuration 4.0.12.96.16. We were told that this version could be accessed by both Designer 6i and Designer 9i. The repository resides on an 8i database right now and we want to go to a 10g database.
    I've checked the designer documentation on how to upgrade from a 6i or higher to 10g. However, i want to know if my designer 6i could still access this repository if i upgrade only the repository. The certification matrix doesn't cover designer 6i anymore...
    Has anyone gone through this upgrade and can share lessons learned?

    If you just upgrade de database version of the database where the repository resides from 8i to 10 there should be no problem. But if you upgrade the designer repository from 9i to 10g you will (probably) not be able to access this repository from a 6i or 9i client (only 10g client).

  • Migrating Designer Repository 6i to Repository 10g

    My client has an Oracle Designer repository 6i Version 6.5.92.1.9 Release 4.7.(Repository 9i).
    He has created an Oracle Designer repository 10g (latest version) onto another server.
    He wants to migrate his Repository 6i into his new repository 10g.
    Is it possible to do this, if not could you tell me more.
    Thanks

    He ought to be able to use the Export in the Repository Administration Utility (RAU) in 6i to export the repository and Import in the RAU in 10g to import it. Two caveats:
    1. Don't try to go from a versioned repository to a non-versioned one. I think the other way around works, but I don't have mine versioned, so I don't know for sure.
    2. Make absolutely sure that you are using the right EXP for the database version in which the 6i repository is stored and the right IMP for the database version in which the 10g repository is stored. Check the EXECUTE_EXP and EXECUTE_IMP registry settings on each. I've seen a lot of problems that could be avoided by using the right export and import.

  • Migration of Designer Repository Owner from 7.3.4 to 8.1.7

    My goal is database import from Oracle 7.3.4(Windows NT 4.0) to Oracle 8.1.7( Linux 7.1).
    But, I have problem with importing Objects of Designer Repository Owner( no matter whether Designer 2.1 or Designer6.0).I gave Designer Repository Owner all necessary privileges an roles,but import just hangs! I can't find in log some exact information.
    Thanks in advance!

    I do that-full export,then full import.Then I found out that Designer Owner makes problem.
    I tried to import only Designer Owner, but it didn't work again!

  • OBIEE 10g incremental repository migration

    Could someone direct me to an Oracle document or previous post that clarifies if incremental OBIEE repository migration utilizing copy/paste between two offline repositories is supported, and if doing so viloates any Oracle warranty? We're on version 10.1.3.2. Thanks.

    thanks bifacts. i have reviewed this article before and conducting our migrations the way it describes, but have recently been told that this approach is no longer supported by Oracle (i.e., incremental copy/paste). can you confirm if it's supported? or, to ask another way, are there any Oracle support risks associated to heading down this path?

  • 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

  • Certified Operating Systems for use with Oracle Designer Repository

    Hi all,
    We have Oracle Designer Repository version 10g(9.0.4.3.14) installed on Microsoft Windows 2000. As our OS and Network team is going to migrate the OS from Windows 2000 to Windows 2003, I want to know if Windows 2003 is certified for our Designer version or not.
    Thanks in advance.
    Iman

    I think you misunderstood Mark's statement. Oracle Designer has two distinct but tightly related parts. One is the Oracle Designer Client, which is a client/server application that only runs on Microsoft Windows. The latest versions are certified for Windows XP R3, but you'll have to check the current certification matrix to see on what OSs your version of the Designer client are certified.
    The other part is the Oracle Designer Repository. This is a set of tables, views and stored procedures that are installed in an Oracle database. The Oracle database can be on any OS or hardware for which that version of the database is certified. There is a certification matrix to show the certified versions of OS and database, and a separate matrix to show certified combinations of database and repository.
    The Oracle Designer Repository and the Oracle Designer client must be matched, but basically, if you run the Repository Administration Utility against a lower version of the repository, it will give you an option to upgrade the repository to the version that is compatible with your client. If you run against a higher version of the repository, it just won't work, and you'll have to upgrade your client.
    Unfortunately, the certification matrices seem to have disappeared from OTN, so they are only available through My Oracle Support.

  • Migrating portal from 10g to 11g

    Hi,
    We are in the process of upgrading oracle mid tier from 10gAS to OFMW 11g and also migrating it from Solaris to Linux.
    With regard the portal migration from OAS 10g to OFMW 11g
    1) Is it possible to migrate portal objects from 10g (solaris) to a new install of OFMW portal 11g(linux) directly OR do we have to upgrade the existing OAS 10g to OFMW portal 11g (on Solaris) and then migrate the portal objects to OFMW Portal 11g (on Linux)
    I am new to portal migration. Any suggestions and additional details would be appreciated.
    Thanks
    RB

    Migration + upgrade in one shot is do-able, because upgrade will require a sequence of processes but they will be mostly based on repository upgrade, and hence will be transparent to the OS you are using.
    However, in practice, the standard rule-of-thumb is that you avoid dealing with multiple layers of complications in a single shot. That means, you break complications in such steps where you could recognize the sources of any later errors/problems you encounter.
    hope that helps!
    AMN

  • 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

  • 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

  • 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

  • Upgrade of Designer repository from 6i to latest version

    Is the designer repository supported in a 10gR2 database?
    We plan to upgrade to the latest developer suite and i'm working on a POC. I've upgraded the repository database to 10gR2. Now, i plan to install the latest version of developer suite on a client box and then run the RAU to upgrade the repository.
    Has anyone done this? And can share his/her experience?
    Thanks.

    According to the Metalink note about this (Note:60705.1), both 9i and 10g Designer can run on 10gR2 databases. You're right to upgrade though, because the 6i repository is not certified on that database.
    By the by, latest full Developer Suite is 10.1.2.0.2. But there is a newer Designer (v 10.1.2.2) available, which that same Metalink note says is certified with the base 10.1.2.0.2 Developer. I'd go with the newest Designer if I were you.
    have fun

  • Design Repository Configuration objects after an import

    I have 1 design repository to development environment and another to production environment.
    I have 3 target schemas in Development and 3 target schemas in Production.
    Then I make a Metadata Export of my Development Project and a Metadata Import in my Production environment (MDL).
    Now I have all objects in my Design Repository in Production environment.
    I know that I have to change the Locations parameters (for example: The Host Name and Port Number)
    Do I have to change anything else?
    What do I have to change?
    Thanks!

    Apart from location and physical configuration parameters, dont we have to re-import(reconcile) the tables and PL/SQL transformations also?
    We faced a similar situation, when we imported the project in different environment and changed the location, the validation gave an error.re-importing the tables and PL/SQL transformations solved it.
    we are using OWB 10.1 with oracle 10g on windows2000 server.
    regards
    Sagar

Maybe you are looking for