DB LINK Problem in Designer 2000 ver 2.0

Hi,
Description:
I have re-engineered a database into designer. The database name say is TEST. I have created another database called say TEST2 in TEST2 I have created a snapshot definition from one of the tables re-engineered from TEST.
Problem:
As soon as I try to generate the snapshot down to table level I can't see the db link to the remote database TEST in the DDL statement that was generated. I tried looking for a place in the database design but can't find a place to specifically define a database link.
In the database design I have specified that a db link extist but
there is no plcae to define the links name.
Code Exp:
PROMPT Creating Snapshot 'S_TABLE_OPPORTUNITY'
CREATE SNAPSHOT S_TABLE_OPPORTUNITY
STORAGE
INITIAL 310K
NEXT 310K
TABLESPACE TEST_GENERAL_DATA
REFRESH FORCE
WITH ROWID
AS
SELECT
NULL OBJID
FROM TABLE_OPPORTUNITY????looking for db link here
Please assist.

Hello
When you Use DAtabase Desing Transformer, check the options for generating the columns, its Key and related entities are chosen. U can find it in more options or any other button. then start genetaion
u should get the tables.
If still u are facing problem, delete the already generated table from DESIGN EDITOR.
regds
sai
null

Similar Messages

  • 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

  • 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

  • Developer 2000 ver 5 connecting problem with 10g

    Is it possible to work developer 2000 ver 5 with 10g database? When I connected in Form Designer it worked after a long time But when in runtime both form and report gives network error. So, Please give a solution for developer 5 to work with oracle 10g.
    Thanks & regards.
    Jamil

    Hi,
    We use forms 6 and had the same problem and at this time upgrade to a new version is not possible; so we found two ways to handle this (Note we have form 6 to this may not work for you):
    a) Compile your forms using a database 8 or 8i, and the fmx should be able to connect to a 10g database. this means a daily backup from to 10g to 8i or at least make sure you have the same db structure.
    b) Perform a partial forms upgrade of procedure builder:
    from the help menu on forms open "About form builder" and check the version of installed products.
    Download forms 6i and upgrade only "Procedure builder" with this:
    Oracle Procedure Builder V6.0.8.21.0 Build #1459 - Production
    option b has been working for us, we are able to connect to a 10g database without problems.
    Of course, this is a work-around, not supported by Oracle or anyone for that matter, so make sure you test it in a couple of machines before using in a production envrionment.
    Regards,
    Hugo.

  • 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

  • Installing Developer 2000 ver 2.1 on Windows 2000

    I'm facing lot of problems with my Developer 2000 ver 2.1 on Windows 2000. Most of the time it gave me illegal operation error and closes the Designer or Runtime. How can i solve this problem. Is there any patch for D2k for installing in windows 2000

    I have installed Oracle Develoepr/2000 2.1 on Windows2000 and it works.You better install the latest Oracle Installer and then run this Installer to Install D2K .
    Thiru

  • Oracle 8i Installation problem on Windows 2000

    I had purchased a Oracle8i (MS/Windows NT CD (E-Commerce), part Number A94674-01 in the month of Jun 2000.
    When I tried to install Oracle 8i personal edition of Windows 2000 ver.
    The installation got completed smoothly. But after that I was not able to start my database and even Windows 2000 crashed after that. After every crash I reinstalled windows 2000 and oracle 8i but the result was same. My whole purpose of purchasing Oracle 8i on windows 2000 is getting defeated.
    I would request you send me solution what to do ? Or replace my Oracle S/W. Its useless for me right now.
    My M/C configuration is
    Dell P-III (256 MB, 300 Mhz) with sound card.
    20 GB Hard Disk of 7200 rpm.
    The primary O/S is Windows 98.
    The Hard disk is partitioned into no. Of logical drives.
    They are like 2GB of each (C, D, E, F) and G 10 GB
    C part ion has got Windows. And G has got windows 2000. There is enough space in all part ions.
    I would appreciate if you can solve my problem as soon as possible.
    Sincerely,
    Shekhar
    null

    IF its a new installation remove the ORACLE key from the REGISTRY.

  • Problem in designing the complex report for the client requirement

    Post Author: venkateshvarakala
    CA Forum: General
    Hi,
    I have problem in designing the report (Crystal Report 9.0) with multiple groups wih a sub report in each group with a a group header and footer with a
    detail section in each report.
    My requirement is as follows.1) Xxxx-sub reportwill have one header conetnt and footer content and detail ection in the middle grouped on one parameter2) Yyyyysub reportwill have one header conetnt and footer content and detail ection in the middle grouped on one parameter3) Zzzzzsub reportwill have one header conetnt and footer content and detail ection in the middle grouped on one parameter4)ABCdsub reportwill have one header one footer in group headers grouper on two prameters, My requirement demands customised detail section i.e.static conetent followed by detail section and a static conetnt(which should not repeat with child table records,should come only once with the a record and
    s) and detail section.
    example:
    main table of the sub report 4 has records m1,m2,m3,m4... and child table has
    m1c1m,m1c2,m1c3,m1c4,m2c1,m2c2,m2c3,m2c4,m3c1,m3c2,m3c3,m3c4,m4c1,m4c2,m4c3,m4c4...
    The staic content should come only with m1,m2,m3,m4 not with m1c1,m1c2....like this I need in two places in the same report which may have 500 recors printed in single report.
    all the above section should be suppressable with a condition including the top 3 reports.
    I am able to get the top 3 reports as per the requirement but my forth sub report is getting displayed after each sub-group 1,2,3 which is not happening with
    1,2,3. Only 4th set is repeating with 1,2,3.
    THis report is attached with 6 datasets.
    I linked the main report main table with 1,2,3 (main Table) report filling table but when I am trying to link the 4th table main table  I am able to link but
    I am not getting the result on the report.All the dataset has the one common column. sub report 1,2,3 are filled with common datasets with condition suppressing where as 4th report is filled with
    different results .
    1) My question is why the 4 the report is report is repeating with 1,2,3 why 1,2,3 are coming as expected.2) Is it possible to create
    Please help me in designing the report as per the requiremnt and suggest me if I need any design modifictions.
    Your suggestions and inputs are highy appreciated.Thanks for sparing time in going through my problem and I will be grateful if give solution and share if you have similar experiences.
    Thanks
    Venkatesh Varakala.

    If you create a multiprovider with the two ODS you won’t have this problem.
    Hope it helps.
    Regards.

  • 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

  • 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

  • Repository problem in Designer

    I've install 8i DB in ora8i home and form 6i in default_home and after wards I install Designer 6i in default_home now when I Start Designer it gives error msg that 'the user does not have an installed repository run repository Admin Utility but on trying the same unable to Login with'system/manager' login as 'scott/tiger' and try to install repository but gives error 'CDR-21244 Process has been aborted. Causes : the previous process has failed or the user has aborted it.
    Pls guide me how solve the repository re installetion. (also installed designer 2nd time but the problem continue)

    It is very important to read the Online Documentation of Designer/2000 ( 6i) before Installing a Repository. There are steps like System Requirements etc and step by step about Installing the Repository. There are steps like New Tablespace, User , Roles etc and once must read these steps before attempting to Install the Repository. I have done this and it worked.
    Hope this helps.
    Thiru

  • Problems Installing Designer 6.0 over Oracle 8i (Linux SUSE 8.0)

    I have problems installing Designer 6.0 over Oracle 8i (Linux SUSE 8.0). When I try to create the repository the installation hang up. I try over Oracle 8i (WIndows 2000) and the problems remain.
    Please any body can help?
    Is it possible to install Designer 6i and generate forms 6.0 (I mean for using Developer 6.0 (NOT 6i))?
    Best regards,
    JAGC

    Marcel,
    I had the same problem. Oracle gives as an answer that Designer 6.0 is not supported against 8.1.7. In the specified package a statement is issued which is a problem for 8.1.7. I changed that package and now it works fine.
    Comment as below and replace with the delete statement, then it compiles fines.
    I don't know if any problem can occur after that, but a Migration from a 1.3.2 repository to 6i works fine through this repository. Hope this helps.
    Kind Regards
    Jan Boersma
    Email: [email protected]
    see here:
    -- Remove Reserved Names entry and comment
    -- delete from sdd_reserved_names
    -- where (rn_res_name, rn_type) in ((upper(view_name), 'VIEW')
    -- ,(upper(pack_name), 'PACKAGE')
    -- ,(upper(pack_name), 'PACKAGE BODY')
    -- ,(upper(app_view_name), 'VIEW BODY'));
    delete from sdd_reserved_names
    where ((rn_res_name = UPPER(view_name) AND rn_type = 'VIEW') OR
    (rn_res_name = UPPER(pack_name) AND rn_type = 'PACKAGE') OR
    (rn_res_name = UPPER(pack_name) AND rn_type = 'PACKAGE BODY') OR
    (rn_res_name = UPPER(app_view_name) AND rn_type = 'VIEW BODY'));
    null

  • OCX problems Using Designer 2.1 to Generate VB 5.0/6.0

    We are using Designer 2.1 to Generate VB 5.0 which we are
    actually bringing into and opening up in VB 6.0. We are running
    into problems with the controls gauge32.ocx and threed32.ocx. We
    retrieved copies of the ocxs, but we can't put them on our NT
    machines.
    I've seen documentation that indicates we need Oracle Objects
    also, is this true?
    Any information on any issue relating to VB 5.0/6.0 generation
    out of Designer would be appreciated!
    null

    Hi (Miss?) Donna,
    You need to install Oracle OLE 2 Object which is accompanied with
    Oracle Server for Win NT or Oracle Developer disks. In addition,
    to run apps generated as VB 5/6 apps by Designer/2000 , you need
    some legacy OCXs, which are placed on controls directory of VB
    5/6 installation directory.
    WM_HOPETHISHELP
    =====
    Donna Pinkerton (guest) wrote:
    : We are using Designer 2.1 to Generate VB 5.0 which we are
    : actually bringing into and opening up in VB 6.0. We are
    running
    : into problems with the controls gauge32.ocx and threed32.ocx.
    We
    : retrieved copies of the ocxs, but we can't put them on our NT
    : machines.
    : I've seen documentation that indicates we need Oracle Objects
    : also, is this true?
    : Any information on any issue relating to VB 5.0/6.0 generation
    : out of Designer would be appreciated!
    null

  • 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

  • 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

Maybe you are looking for

  • Call transaction in BDC

    Hello Expers, I made changes to asset master (AS02). Changes are displayed in AS03 but I could not see changes in database tables. Can anybody tell the reason. call transaction 'AS02' using BDCDATA mode 'N' update 'S' messages into BDCMSGCOLL. Many t

  • Add interactive sound to a question slide

    Hello every one I need to do something really simple to a multiple choice question I need to add a recorded voice that will appear just when users click on the icon many times as the user needs... then they will be able to anwer the question that I n

  • How can I re-start when stuck on apple logo/spinning gear page for HOURS???

    I uploaded 12 updates at once and when I went to restart, it became stuck on the page with the apple logo and spinning gear. Left it for hours and hours but no change. I have removed the battery and re-powered. I've also tried to use the install Disc

  • HT4623 I cant update my ipod

    how do I install the iOS to my ipod?

  • Build 10061 - Mail - Will not allow me to add accounts

    Trying to use built in App for mail, but it is not allowing me to add accounts to it. Screen does nothing. Any one else have this problem?