Problems installing Designer 6.0 on Oracle 8.1.7

I'm trying to install Designer 6.0 for NT on an Oracle 8.1.7 database running on Win2K. When compiling the package cioue_element_type the server "hangs". I have to shutdown the database to get rid of the process.

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

Similar Messages

  • 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

  • Problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.

    Hi Guys,
    I am having problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.
    I am sure I have seen them together in Web Console but doesn't seems to be working... I am getting all sort of javv exception errors...
    Also the installation of StorADE wasn't trivial, I had to create following link for the installation to succeed... and no errors during the installation btw.
    - linked /usr/sbin/smcwebserver -> /usr/sadm/bin/smcwebserver
    - linked /usr/sbin/smreg -> /usr/sadm/bin/smreg
    root # grep -i error /var/sadm/install/Storage_ADE/Install.log
    root #
    last few logs....
    SUNWstadm: Checking the status of the Java Web Console.
    SUNWstadm: Stopping the Java Web Console to register.
    Shutting down Oracle Java(TM) Web Console Version 3.1 ...
    The console is stopped
    SUNWstadm: Registering Storage_A.D.E_2.4 with the Java Web Console.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    Registering Storage_A.D.E_2.4.
    SUNWstadm: Enabling the Java Web Console console_debug_log file
    to automatically grow and rollover using the default settings.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    SUNWstadm: Enabling the Java Web Console to startup automatically
    during subsequent system boot and gracefully stop during system
    shutdown. If you do not want this capability please execute the
    following command: /usr/sadm/bin/smcwebserver disable
    SUNWstadm: Starting the Java Web Console after registration.
    Starting Oracle Java(TM) Web Console Version 3.1 ...
    The console is running
    To complete the configuration, point your browser to:
    https://<hostname>:6789
    Please refer to the SUNWstadm release notes for additional
    installation, configuration, and usage information.
    Installation of <SUNWstadm> was successful.
    SUNWstazt is already installed
    SUNWstazh is already installed
    SUNWstako is already installed
    SUNWstaja is already installed
    SUNWstafr is already installed
    Installation successful
    | You have installed the following: |
    | |
    | o Storage A.D.E. 2.4 - Enterprise Edition - Success |
    | o Storage A.D.E. 2.4 - Management Station UI - Success |
    | |
    | The UI can be accessed at the URL : https://<hostname>:6789/ |
    Finished at: Friday, 20 August 2010 11:14:55 AM EST
    Note: A log has been saved to: /var/sadm/install/Storage_ADE/Install.log
    Any pointers will be appreciated....
    Thanks,
    Nitin

    Hi Guys,
    I am having problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.
    I am sure I have seen them together in Web Console but doesn't seems to be working... I am getting all sort of javv exception errors...
    Also the installation of StorADE wasn't trivial, I had to create following link for the installation to succeed... and no errors during the installation btw.
    - linked /usr/sbin/smcwebserver -> /usr/sadm/bin/smcwebserver
    - linked /usr/sbin/smreg -> /usr/sadm/bin/smreg
    root # grep -i error /var/sadm/install/Storage_ADE/Install.log
    root #
    last few logs....
    SUNWstadm: Checking the status of the Java Web Console.
    SUNWstadm: Stopping the Java Web Console to register.
    Shutting down Oracle Java(TM) Web Console Version 3.1 ...
    The console is stopped
    SUNWstadm: Registering Storage_A.D.E_2.4 with the Java Web Console.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    Registering Storage_A.D.E_2.4.
    SUNWstadm: Enabling the Java Web Console console_debug_log file
    to automatically grow and rollover using the default settings.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    SUNWstadm: Enabling the Java Web Console to startup automatically
    during subsequent system boot and gracefully stop during system
    shutdown. If you do not want this capability please execute the
    following command: /usr/sadm/bin/smcwebserver disable
    SUNWstadm: Starting the Java Web Console after registration.
    Starting Oracle Java(TM) Web Console Version 3.1 ...
    The console is running
    To complete the configuration, point your browser to:
    https://<hostname>:6789
    Please refer to the SUNWstadm release notes for additional
    installation, configuration, and usage information.
    Installation of <SUNWstadm> was successful.
    SUNWstazt is already installed
    SUNWstazh is already installed
    SUNWstako is already installed
    SUNWstaja is already installed
    SUNWstafr is already installed
    Installation successful
    | You have installed the following: |
    | |
    | o Storage A.D.E. 2.4 - Enterprise Edition - Success |
    | o Storage A.D.E. 2.4 - Management Station UI - Success |
    | |
    | The UI can be accessed at the URL : https://<hostname>:6789/ |
    Finished at: Friday, 20 August 2010 11:14:55 AM EST
    Note: A log has been saved to: /var/sadm/install/Storage_ADE/Install.log
    Any pointers will be appreciated....
    Thanks,
    Nitin

  • Problem installing Designer

    Hello,
    I'm having a big problem to install Designer because when I double click the setup button nothing happens... Please let me know what to do because I really like and use the software a lot but my CD is broken so I have to reinstall it from the HD after a crash I had in my HD yesterday. OS: Windows XP Home SP2.
    Thank you very much indeed for any help...
    André Luiz

    Andre,
    Are you able to run other programs sucessfully? The only thing I can think of is to open up a Command Prompt window, cd to the appropriate director and run setup.exe from there. You may see some other console error messages.
    - Suresh

  • Problems installing TCL 7.5 and Oracle Intelligent Agent

    All
    Has anyone had any success in installing TCL 7.5 and Oracle
    Intelligent Agent? If so could you please provide a step by step
    summary of the installation process. I keep getting error
    messages when I run gmake for TCL. I commented out the lines
    specified in the instructions. Does one have to use TCL 7.5? I
    even tried to run version 8.2 and it restarted my machine while
    running gmake test. Maybe it is how I commented the lines. I
    used the # character to comment out the lines. Please help. IFve
    got everything else running I can even use Net8 and SQL plus
    from my Windows NT Client. I now need to be able to use Oracle
    Enterprise Manager, which requires TCL 7.5 and Oracle
    Intelligent Agent.
    Many thanks
    null

    Thor Erik Jelstad (guest) wrote:
    : I am using Oracle 8.0.5.0 and Red Hat 5.2/i386
    : When I try to start Oracle Intelligent Agent I receive the
    : following error message:
    : "DBSNMP: error in loading shared libraries /usr/lib/libtcl.so:
    : undefined symbol: stat"
    : I have installed TCL package 8.0.3-20.
    : Thor Erik Jelstad
    I ran into "stat" symbol issues during some builds. I don't
    recall if the subject program had to be built, but if so, adding
    "-shared" to the cc (for linking) command helps. I think the make
    variable is LDCCOM.
    -Later.
    null

  • Problems starting Designer 6.5 of Oracle 8i in Personal Ed. 8i in PC

    HI YOU!
    Can you help me?
    I have problems starting Oracle Designer 6.x in Windows 98 and Personal Edition 8i.
    I'm not in a LAN and I don't have the client installed.
    I don't know the user systems for Designer, I prooved with the SYSTEM anad SYS user but I cant access to the product.
    Do I requiere the client?. Do I require connecting to the server Database?.
    Any idea?
    THANKS!
    DAVE.

    I had this problem the best thing to do is make sure you have the Blackdown.org JDK116_v5 for Linux installed. Then:
    JAVA_HOME=/somedirectory/jdk116_v5
    export JAVA_HOME
    This fixed the problem for me and I was able to run runIns.sh.

  • Problem installing Design Standard CS5 for mac

    Hi,
    I had to reinstall my computer and I have a serial of Design Standard CS5.
    I've downloaded the mac version but when I tried to install it, this message appeared:
    Warning - The following disk images couldn't be opened - Reason: image not recognized.
    What should I do now? Thanks!

    The dmg file has become corrupt you need to download or copy another image file from backup.

  • Problems encountered while installing designer 6i - RAU

    Hi all,
    While installing designer 6i on Windows XP with Oracle 9i DB, i am having a problem.
    When the RAU views are created, one of the sql file has a view with a column as "CONSTRAINTS" and since its a reserved word, RAU exits showing application error.
    Pls help me solve this.

    I have the exact same problem. The repository install is trying to create a view that has a column named "CONSTRAINTS"...when the install reaches that point, it errors out saying that it cannot find the expected constraint definition. I have no idea how to fix this. I was thinking I would edit the script to change the column name, but anticipate this would cause further problems.

  • Problem Installing Oracle Client 11g R2 64 bit on Windows 7 Enterprise 64

    Hi,
    I am having problems installing the Oracle Client 11g R2 64 bit installation on my Windows 7 64 bit Enterprise machine. The installer does all the checks successfully, it gets me to summary screen and I press finish to start the installation. It then opens the installation mask where it first says Checking whether Central Inventory is locked by another OUI session. After that it very briefly shows Central Inventory is not locked and then the window immediately dissapears with no other errors. I tried installing at my colleague's W7 Enterprise 64 machine and it behaves a little differently but with the same result. Basically on his machine it never even opens the Install mask, when pressing finish from the Summary it just disappears and never starts installation. I tried installing 11g R1 and that loads the first mask and when i press next it just dissapears. I basically need an oracle client 64 bit installation on my machine deperately. Please help. Thanks
    Alex

    One user above reported installing the 64 bit odbc drivers and then the 32 bit drivers. How did you do that? I'm a neophyte to this.
    I'm trying to get a 32 bit ODBC oracle driver to work on a server 2008 R2 machine. I downloaded the 11gR2 x64 client from oracle. The install process makes no mention of 32bit vs 64bit installation. After running the instalation I can run the ODBC administrator and generate a DSN for oracle. When I run the 32 ODBC administrator there is no oracle driver available except the microsoft driver for oracle. When I select that it says that I need to install oracle.
    I had at first tried to install 11g instant client. However that didn't work for the 2008 R2 machine. It complained about some registry error when I tried to run the ODBC install program. I need to get it to work for a customer asap.

  • Problems: install oracle 10g 32 bits on RH 5.8 x64

    Hello,
    Someone has given me an oracle 10g 32 bits to install on a Redhat 5.8 64 bits server (no other server available).
    I have a lot of errors during the installation process
    exemple:
    INFO: /usr/bin/ld: skipping incompatible /oracle/client/10x_32/lib/libxml10.a when searching for -lxml10
    /usr/bin/ld: cannot find -lxml10
    collect2: ld returned 1 exit status
    I installed libxml10 64 and 32 bits on the system !
    I would like to know if this configuration is POSSIBLE ???!
    If yes, what is the solution / process to fix these compli. problems :-|
    Thanks for your help !

    962147 wrote:
    yes i read the installprocess and pre requisits:
    But first "**is it possible to install oracle 10g 32 bits on redhat 64 bits ???* "
    yes or no ? :-(
    I've never seen any 32-bit software that DIDN'T run on a 64 bit OS, as long as the necessary libraries are installed.
    I used this process: is it the good one ?
    http://www.oracle-base.com/articles/10g/oracle-db-10gr2-installation-on-rhel-5.php
    Tim does a very nice job with his stuff on oracle-base, but that is NOT the official documentation. Why not use ORACLE'S own installation guide? Have you seen http://docs.oracle.com/cd/B19306_01/install.102/b15667/toc.htm
    And why are you installing a a version of Oracle that is out of support?
    And as long as you have a 64-bit OS, why would you want to run a 32-bit version of Oracle?
    Edited by: 962147 on 29 sept. 2012 13:06Edited by: EdStevens on Sep 29, 2012 9:22 PM

  • Problems Installing Oracle 8i on Gateway laptop W/ 1.6 GHz CPU

    I'm having problems installing Oracle 8i on a Gateway 600X with a 1.6 GHz CPU and Windows 2000 Professional. The Install/DeInstall screen appears, I click Install/Deinstall, the screen disappears, the hourglass disappears a couple seconds later, and the the install ends without any messages. I tried installing on slower machines and the software seems to install correctly. Is there an issue with Intel's new Mobile Pentium 4 processors or Gateway's laptops?
    Thanks,
    Mike

    have a look in your $ORACLE_HOME/dbs directory. If the init<ORACLE_SID>.ora file has remote_login_password=exclusive then you should also have a file called orapw<ORACLE_SID>. If you haven't, then create one by running "orapwd file=orapw<ORACLE_SID> password=internal entries=5".
    This has worked for me in the past, hope it helps.
    Stef

  • Problems Installing Oracle 10GR2 & kernel parameters

    Hi there,
    I'm trying to install Oracle 10G on a new Solaris10 machine. After extensivley reading the oracle install guide and proceeding my install failed with an out of memory error.
    Ive read the posts regarding many similar problems and to set the kernel parameters in /etc/system. My question for the experts is:
    1). Is there a problem with the oracle install scripts and it not recognising the new features in Solaris?
    2). Is there a more deep-rooted problem with oracle and solaris?
    ANY help/advice would be much appreciated. There are hundreds of posts like this on the web and surely someone must have the answer? I mean surely oracle did not hack /etc/system to get their install to work did they??
    Nibs

    It IS a terrible experince to install oracle 10g on solaris 10. Tell us your system configuration and your installation step. For I have installed three times and each time a different problem. Suggest you go to oracle forum to get more help.

  • Installing Designer 6i on Oracle 9i in W2K

    I am trying to install Designer 6i into 9i Database. I received
    an error when RAU procced to CKGLBWRK.SQL. The error message is
    the following:
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "REPO_OWNER.JR_ACC_RIGHTS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 108
    I have tried to follow Mr. Sosnicki's insturction to correct the
    reserved words errors already.
    I am sorry that I have to use 9i and Designer 6ibecause we are
    setting up new servers and we don't want to invest too many time
    on 8i.
    Thank you.
    Philip

    Hi,
    Unfortunately the Oracle9i database is not yet supported on
    available versions of Designer 6i.
    See the following post:
    database connectivity problem
    for details on a version supporting the Oracle9i database.
    Brian

  • Problems installing Oracle 9i R2 on IBM AIX 5L V3 (server IBM p5 570)

    Hi all,
    Sorry for my bad englsih!
    I have problem with installing oracle 9i R2
    During Linking Oracle 9i Database Error : Error in invoking target install of makefile /u01/app/oracle/product/9.2.0/rdbms/lib/ins_rdms.mk.
    Thank you.
    $ oslevel -r
    5300-03

    i'm using bash shell.If you are using a bash shell then .bash_profile is used by default.
    It is located in user's home, if it does not exist then simply create it.
    can this file be edited after installation?Yes. And also you can set the enviroment temporary (just for current session)
    I just can't find the vi .login file."vi" is command (text editor very common in Unix and Unix like world)
    .login does not need to exist (see .bash_profile as above). Note .login is ignored by bash shell.

  • Problem Installing  IDES 4.7 SR1 with Oracle 9.2.0.1.0

    Hello everyone,
    I have problems installing SAP IDES 4.7 SR1  with Oracle 9.2.0.1.0 on my desktop pc..I got problems in the very begining when using Oracle Universal installer:
    --When I tryied to install Oracle(using Oracle Installer) for the first time I received error - pop up box at 16% with some file 'oraocci9.lib'. I was able to find the file under directory C:\oracle\ora92\oci
    lib\msvc  but still I wasnt able to continue for some reason..
    -- Now when I try to reinstall Oracle from scretch I have even more  errors : When I chose 'select the a databse suited to your needs' and chose General Purpose
    I got the message:
    ..'The folowing running service need to be shutdown before continuing : OracleMTSREcoveryService..'
    --Oracle universal Installer doesn't show that I got  something to uninstall - but still I got this MTS running?Can someone tell me how to uninstall everything and start from scratch again..
    If anyone got idea - please help , or BEST will be if someone got <b>THE DETAILED 4.7 IDES with Oracle 9i INSTALL PROCEDURE PLEASE EMAIL</b> me at: [email protected]
    Highly appreciate any help!!
    Thanks ,
    Bob
    P.S I have done all requitements :
    OS Windows 2003 server installed on C partition Oracle Home resides on C  and created 68 GB D partition for Oracle database files and Sap..

    Hello Bobi,
    Install the Oracle first (choose without database option) then install IDES.
    Regards
    Kariyath

Maybe you are looking for