Upgrade design 2000 v1.3.2 to v 2.1

Dear Sir/Madam,
I'm using Oracle Design 2000 v1.3.2 with personal Oracle data
ver 7.2.2.3.1. How can I upgrade to new version of Design 2000
(v2.1)?
Can I backup data ,reinstall design v2.1 and then restore data ?
Thanks very much for your help.
BACH
null

Hi Nguyen,
I have done something similar (migrating from Des1.2/Oracle7.2
to Des2.1/Oracle8.0) but in a NT environment and this is how I
went about it.
1. First you have to export the current repository on using the
Des1.3.2 RAU (Repository Admin. Utility) facility.
2. Then install the new version of your Des2.1 (on server
and client in my case).
3. Create a new repository using Des2.1.
4. Import back using the export file from Des1.3.2 and the
Des2.1 RAU.
Usually the Des2000 booklet from Oracle gives a detailed step by
step procedure to migrate from one ver to another. You might be
better off if you have that book with you too.
Hope this info could at least help you to get started.
Headstart Team (guest) wrote:
: Nguyen Pham Bach (guest) wrote:
: : Dear Sir/Madam,
: : I'm using Oracle Design 2000 v1.3.2 with personal Oracle
data
: : ver 7.2.2.3.1. How can I upgrade to new version of Design
2000
: : (v2.1)?
: : Can I backup data ,reinstall design v2.1 and then restore
data
: : Thanks very much for your help.
: : BACH
: This is a Headstart-only discussion group. Please address your
: question to Oracle Customer Support, or visit the Support
: web-site: metalink.oracle.com.
null

Similar Messages

  • Importing a .dmp file into Designer/2000 v1.3.2

    Hi everyone. Is it possible to directly import a dmp file
    exported using Designer/2000 v1.0.0 into Designer/2000 v1.3.2.
    or do I need to go via the same v1.0.0 import and only then
    upgrade to v1.3.2
    Thank you for your help.
    null

    Mangaliso,
    This forum is for Headstart related questions and experiences
    only. Please go to metalink.oracle.com to get more information on
    your problem.
    Regards,
    Lauri
    Mangaliso Fweta (guest) wrote:
    : Hi everyone. Is it possible to directly import a dmp file
    : exported using Designer/2000 v1.0.0 into Designer/2000 v1.3.2.
    : or do I need to go via the same v1.0.0 import and only then
    : upgrade to v1.3.2
    : Thank you for your help.
    null

  • Connecting from Oracle designer 2000 Forms 4.5 to 9i

    Hi,
    a)We have installed Oracle designer 2000 and are able to connect to a 9.0.1.0.0 database.
    The Versions we have used are as follows:-
    Forms [32 Bit] Version 4.5.7.1.6 (Production)
    Oracle9i Enterprise Edition Release 9.0.1.0.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.0.0 - Production
    Oracle Toolkit Version 2.3.6.9.0 (Production)
    PL/SQL Version 1.2.1.5.0 (Production)
    Oracle Procedure Builder V1.5.6.15.3 - Production
    Oracle Virtual Graphics System Version 2.1.10.7.0 (Production)
    Oracle Tools GUI Utilities Version 1.2.0.10.0 (Production)
    Oracle Multimedia Version 2.0.7.9.0 (Production)
    Oracle Tools Integration Version 1.2.0.4.0 (Production)
    Oracle Tools Common Area Version 2.0.0.9.0
    Oracle CORE Version 3.5.2.0.0 - Production
    b)We are able to connect from SQL 3.1 to a 9.0.1.0.0 database also.
    1)Does Oracle support this configuration?
    2)Will my Oracle 4.5 forms builder be able to use all the objects available in the 9.0.1.0.0 database?
    3)Is there a possibility that my forms will not run properly because of this configuration?

    Strictly speaking we only certify the upgrade from 6i to 9i, however, the technical details of going from 4.5 directly to 9i are the same and in many cases should work as going from 6i to 9i.
    Regards
    Grant ROnald
    Forms Product Management

  • Creation of application in designer 2000 ver 6

    Following messgae is shown while try to create new appliocation in designer 2000.
    ORA-6502 PL/SQL numeric or value error.
    The detail error is follows.
    RME-00222: Failed to dispatch operation to Repository
    RME-02124: Failed to execute SQL statement: declare
    pl1 CIOAPPLICATION_SYSTEM.data;
    utility varchar2(3);
    begin
    rmmes.clear;
    savepoint rm_dispatch;
    pl1.i.NAME := true;
    pl1.v.NAME := :p3;
    pl1.i.DATAWAREHOUSE_FLAG := true;
    pl1.v.DATAWAREHOUSE_FLAG := :p4;
    pl1.i.APPLICATION_TYPE := true;
    pl1.v.APPLICATION_TYPE := :p5;
    CIOAPPLICATION_SYSTEM.INS(:p1,pl1);
    :p2 := pl1.v.id;
    :errcnt := 0;
    exception when others then
    rmmes.get_error_state(utility,:excode);
    rmmes.get_product(utility,:exprod);
    :exutil := utility;
    :errcnt := rmmes.getsize;
    :sqlcod := SQLCODE;
    :sqlmsg := SQLERRM;
    rollback to savepoint rm_dispatch;
    end;
    RME-02105: Oracle error occurred...
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 22
    ORA-06500: PL/SQL: storage error
    ORA-06512: at "DES.RMMES", line 38
    ORA-06512: at "DES.CIOAPPLICATION_SYSTEM", line 193
    ORA-04031: unable to allocate 1036 bytes of shared memory ("large pool","unknown object","session heap","pliost struct")
    ORA-04088: error during execution of trigger 'DES.CDI_EL_CREATE_AUDIT'
    ORA-06502: PL/SQL: numeric or value error.
    Please help.
    Madhukar
    null

    I had a similar problem which was resolved by increasing the LARGE_POOL_SIZE to 2 MB
    Good Luck!
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Madhukar Srivastava ([email protected]:
    Following messgae is shown while try to create new appliocation in designer 2000.
    ORA-6502 PL/SQL numeric or value error.
    The detail error is follows.
    RME-00222: Failed to dispatch operation to Repository
    RME-02124: Failed to execute SQL statement: declare
    pl1 CIOAPPLICATION_SYSTEM.data;
    utility varchar2(3);
    begin
    rmmes.clear;
    savepoint rm_dispatch;
    pl1.i.NAME := true;
    pl1.v.NAME := :p3;
    pl1.i.DATAWAREHOUSE_FLAG := true;
    pl1.v.DATAWAREHOUSE_FLAG := :p4;
    pl1.i.APPLICATION_TYPE := true;
    pl1.v.APPLICATION_TYPE := :p5;
    CIOAPPLICATION_SYSTEM.INS(:p1,pl1);
    :p2 := pl1.v.id;
    :errcnt := 0;
    exception when others then
    rmmes.get_error_state(utility,:excode);
    rmmes.get_product(utility,:exprod);
    :exutil := utility;
    :errcnt := rmmes.getsize;
    :sqlcod := SQLCODE;
    :sqlmsg := SQLERRM;
    rollback to savepoint rm_dispatch;
    end;
    RME-02105: Oracle error occurred...
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 22
    ORA-06500: PL/SQL: storage error
    ORA-06512: at "DES.RMMES", line 38
    ORA-06512: at "DES.CIOAPPLICATION_SYSTEM", line 193
    ORA-04031: unable to allocate 1036 bytes of shared memory ("large pool","unknown object","session heap","pliost struct")
    ORA-04088: error during execution of trigger 'DES.CDI_EL_CREATE_AUDIT'
    ORA-06502: PL/SQL: numeric or value error.
    Please help.
    Madhukar
    <HR></BLOCKQUOTE>
    null

  • How to compare 2 different repositories in Designer 2000?

    How to compare 2 different repositories in Designer 2000?
    Is it possible to compare repositories?
    If yes, how can i do that? Is there a tool for this?
    Situation:
    I've 2 different designer repositories. I've compared in the database schema DES2_MANAGER the table SDD_ELEMENTS with the second database.
    I've compared the modules, where the last_update_date was different.
    Result was 10 screens. So now i want to compare these modules(SCREEN) in designer with an other designer Repositorie.
    Thanks anyway

    If yo will click on the name/title of the document (there'll be a small arrow on the right of it), you will get this menu:
    You can choose to browse all versions....

  • UPGRADE WINDOWS 2000 TO 2003 OR 2008 WITH EBS - 11.5.10.2 AND DB 10GR2

    Hi ...
    We have a new project to start upgrade windows 2000 to 2003 or 2008 (Wich it is better ) . As I woudl like to know what our options here .any reference will be more useful .
    I think of cloning option . What do you think ?
    Thanks in advance .
    Regards,

    Hi,
    We have a new project to start upgrade windows 2000 to 2003 or 2008 (Wich it is better ) . As I woudl like to know what our options here .any reference will be more useful .You would need to go with Windows 2003 as Windows 2008 is not certified with 11i -- See (Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]) for details.
    I think of cloning option . What do you think ?You can use Rapid Clone to clone the instance from Windows 2000 to Windows 2003 as per the following docs.
    Rapid Clone Documentation Resources, Release 11i and 12 [ID 799735.1]
    Or, you could just upgrade the OS directly, and in this case please make sure you follow the steps in these docs.
    Note: 356878.1 - How to relink the whole Applications 11i Installation
    Note: 407055.1 - Process To Upgrade the Operating System and Oracle Database Server
    Thanks,
    Hussein

  • Can Designer 2000 (ver. 1.3)  Connect to ORACLE 8i

    Hello Everybody,
    I have installed ORACLE 8i on Windows XP Home Edition Build (2600).
    I have also installed DESIGNER 2000 (version 1.3) on the same machine(Compaq Presario Model 5410US). How do I get Designer 2000 to connect to my ORACLE 8i database. My listener is running with two default handles ORCL and EXTPROC_CONNECTION_DATA. But when I enter my user name and passworld and ORCL as a connetion string, I get an error message "ORA-12154: TNS:COULD NOT RESOLVE SERVICE NAME". Could someone please tell me what to do. Many thanks.
    Emmanuel

    Paolino Censi (guest) wrote:
    : It is possible to run developer 2000 1.3.2 (Forms 4.5) using
    : sql*net of Oracle 8 client ?
    : May I set some parameter in regedit file ?
    : My Operating system is Windows95/NT.
    : Thank you in advance.
    : Paolino
    I think if you follow the steps you can connect --
    1. First check whehter TCP/IP has been installed and
    you can connect using the protocol. You can do this
    using simple command like ping. So on the DOS command
    prompt type following--
    ping 127.0.0.1 and enter.
    This will give you a series of messages and in the end
    OK. If you get OK in the end that means TCP/IP is
    properly working.
    2. Then configure the tnsnames.ora for the database sid you have
    chosen. You can do it through SQL Net Easy configuration.
    Configure it for TCP/IP and remember the sid name e.g. ORCL.
    3. Go to DOS prompt and change the directory to your
    ORACLE_HOME. Start the database giving command
    svrmgr30 (enter)
    4. It will give you prompt as SVRMGR. Type follwing
    connect internal; (enter)
    It should show message as connected. Then quit out of server
    manager.
    5. You are now again on to DOS prompt. Type the following
    lsnrctl80 start (enter)
    It will give the message as Listener Started Successfully.
    6. Now minimize the Dos window and start Forms application.
    While connecting type username, password and database name also.
    e.g. scott, tiger, ORCL.
    It should get connected. Because I followed the same procedure
    and now I am working suceessfully on it.
    null

  • Designer/2000 v2.1 with Rdbms 8.0.5 ,OAS 4.0 on NT

    Hi,
    I installed Oracle server v8.0.5( enterprise edition) and
    Application server 4.0 on Win NT. It works fine. But when I try
    to install designer/200 v 2.1 or developer/2000 v2.1( server
    edition) on top , the installation stops in the middle by giving
    the message "Internal Error ".
    Any help ??
    Thanks
    Chandra
    null

    Chandra (guest) wrote:
    : Hi,
    : I installed Oracle server v8.0.5( enterprise edition) and
    : Application server 4.0 on Win NT. It works fine. But when I
    try
    : to install designer/200 v 2.1 or developer/2000 v2.1( server
    : edition) on top , the installation stops in the middle by
    giving
    : the message "Internal Error ".
    : Any help ??
    : Thanks
    : Chandra
    dear chandra,
    I faced the same problem too. Are you using the beta version?
    If not try to install designer/2000(this will install the
    developer/2000 also) first and then the database and application
    server. the beta version tries to modify some MFC*dll files. It
    does not work in any combination of installation.
    Hope this will help
    thanx
    Ranjan
    null

  • OS upgrade from 2000 to 2003 possible?

    We are running OS Service Release 2000.4.3asr6 and CCM 4.1(3)sr4d. We want to upgrade CCM to Version 4.3(1), but it requires OS 2003.1.1 prior to the upgrade.
    Is it possible to upgrade OS 2000 to 2003?
    Thank you in advance.
    Zeek

    Hi Jason,
    We have to upgrade a callmanager 4.1(3) to a 4.3(1).
    The CMM 4.3(1) supports only the OS 2003.1.1 or greather.
    You recommand to make a freh install on the server and restore the datas by using the a Bars backup.
    But is it possible to restore a BARS from a version 4.1 to a 4.3 ?
    I think that to restore a bars, you must to it on an exactly version of callmanager ?
    Thanks you in advance,
    Thierry

  • DFD balancing using FHD in Designer/2000 rel 2.1 ver

    How do I perform DFD balancing using functional heirarchy diagram (FHD) in Designer/2000 rel 2.1 ver

    If you mean by balancing of DFD the complexity (that is the number of (sub) functions), then the FHD is the only option to show this complexity.
    Open the FHD and create a new diagram. Choose as the root function your highest level DFD-function (that should be the complete system).
    Now you get a overview of your functions and subfunctions and you can see the complexity.
    But what is important is that you have made DFD's on all levels, not just the lowest (elementary) level. Otherwise you can not use the FHD, because there will not be an full hierarchy of functions under a single root function.
    null

  • Issues after upgrading design studio 1.3

    Hi Experts,
    We have upgraded design studio version from 1.2 to 1.3. Before upgradation our application was working fine and we didnt get any error. After upgradation, during runtime we are getting 2 errors and a warning. We are getting the following errors while clicking “Sales chart tab” and we couldnt find the cause of the errors.
    During runtime, we are getting the below warning message for a text box. We are displaying aggregated value of a keyfigure (undelivered quantity) in a text box using onload function in application properties and the scripts are as below.
    var Qaunt0 = DS_4.getDataAsString("006EIO21E0Q3UY91YLO5Y0ATQ", {});
    TEXT_1.setText(Qaunt0);

    I was facing the same issue and was able to fix with the following steps.
    - Login into Web tier box as The Administrator or same user which was
    used to install BIP Web tier
    - Stop TomcatRun Repair of the Design Studio install (BIP AddOn)
    - After install stop tomcat if it started, go to tomcat/work directory
    and delete everythign there
    - Run wdeploy tomcat7 deployallStart Tomcat and wait 10 minutes
    Hope this works.
    Rajan

  • User name & password for oracle designer 2000

    Hi,
    I have downloaded the oracle designer 2000 from oracle . I need user name & password to enter the screen. If anyone knows pl. help me

    The username and password you are looking for is that of the Database you are connecting to. I.e. where you have installed the designer repository.
    If you have not installed the repository, follow the instruction to create the oracle user (repository owner), install the designer repository and use it to login.
    The best thing will be to download the documentation the way you downloaded the software. It is important

  • Error and crash durring creation of Designer 2000 repository

    I am a student learning to use Oracle and have run accross a problem when I tried to generate a Designer 2000 repository.
    I have installed Oracle 8i Personal Edition Release 8.1.5 on Windows 98.
    I logged on to Oracle using the internal id and began generating a repository, at the point in the process when it reaches these details:
    Stage Details
    CKTRIG
    Creating the repository triggers
    Object Details
    TRIGGER
    CDI_EL_CREATE_AUDIT
    Staus Information
    Submitting Definition/Statement..
    cdapitrg.sql
    I get the following error message:
    ora-04089: Cannot create triggers on objects owned by SYS
    I have tried skipping the step until it reaches one it accepts and then received a fatal error which closed the whole program down. I have also tried uninstalling and reinstalling and starting the process from the beginning and ended with the same results.
    Does anyone know why this is happening and more importantly how I can get around it?
    Thanks.

    Am not sure if you were able to resolve the issue but below are some points:
    a. I think the dlls sfabol and msa are not any more registerable, since they are more of VB.NET components and here assembly is registered and not the dll.
    b. For logging into the application just ensure that you have user id in table SMOUSER and the employee for that user in SMOMITABT table.
    c. If this is fine, then ensure that you have the latest BDOC metadata information on your laptop. I think in 5.0 also you need to use Clientconsole to download this information.
    d. If this is all okay, then try running SQL profiler and check if the query to the ides db is being executed by the framework. If the query is fired then it means application seems to behave properly but the query is not retrieving relevant details.
    For further details feel free to contact me..
    thanks,
    Piyush

  • LOCATION FOR DOWNLOADING DEVELOPER 2000 AND Designer/2000 SOFTWARE

    Can u pls. give me the location from where I can download DEVELOPER/2000 AND Designer/2000 SOFTWARE

    Designer 2000 can not be downloaded.
    Instead you can download the current releases of Designer -
    Designer10g(9.0.4.7) and Designer10gR2(10.1.2.2) from
    http://www.oracle.com/technology/software/products/designer/index.html.
    This can be a standalone installation but if you are interested in generating Oracle forms/reports from Designer, then you will have to install this on top of the corresponding iDS releases ie iDS 10g(9.0.4) or iDS 10gR2(10.1.2.0.2). iDS can be downloaded from
    http://www.oracle.com/technology/software/products/ids/index.html

  • Lock-ups on MCS-7825 after after OS Upgrade to 2000.4.4aSR6

    About 3 weeks ago, I upgraded some MCS-7825 & MCS-7835 servers to 2000.4.4aSR6. Since then, one of the 7825's has been rebooting on its own almost twice a day. The other 7825 and 7835s are operating fine.
    Anybody else encountering a problem with this? I see in the release notes, some BIOS and firmware updates are included for the 7825, and am suspecting this is the problem.

    My problems actually turned out to be hardware, I think. I reviewed the logs and found out it had been happening for several months.

Maybe you are looking for