Oracle Designer Web Assistant

Hi,
How do I acquire Oracle Designer Web Assistant 6i.
Thanks,
Daren.

Note that starting with Designer 6i version 4.6 onwards, the ODWA has been incorporated into Designer and is called Repository Object Browser (ROB).
Please review the release notes, online documentation and the Designer OTN site for further information.
- Suresh

Similar Messages

  • Installing Oracle Designer Web Assistant (ODWA)

    Cannot install Oracle Designer Web Assistant (ODWA)!
    Also: Is it only meant to be installed on a windows client and not on a Unix server?
    SQL> @c:\ora81\odwa\ins\odwa_ins
    Value of ODWA_HOME directory (for example c:\orant\odwa):
    /opt/oracle/product/817/odwa
    Installing Oracle Designer Web Assistant (ODWA) database objects...
    ... installing ODWA tables/sequences and initial data
    ... creating ODWA views
    ... creating general packages/procedures/functions
    ... creating ODWA package specifications
    ... creating ODWA package bodies
    ... installing ODWA triggers
    ... setting initial ODWA filters and quality checks
    begin
    ERROR at line 1:
    ORA-06550: line 2, column 3:
    PLS-00201: identifier 'ECHO_UE.CREATE_OTE_FOR_UE' must be declared
    ORA-06550: line 2, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 3, column 3:
    PLS-00201: identifier 'ECHO_UE.CREATE_MPY_FOR_UE_PROPS' must be declared
    ORA-06550: line 3, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 4, column 3:
    PLS-00201: identifier 'ECHO_UE.CREATE_MPY_FOR_UE_TXT_USE' must be declared
    ORA-06550: line 4, column 3:
    PL/SQL: Statement ignored

    Jim,
    Sorry for taking so long before replying to your question.
    It is a problem we have seen before and the solution is quite simple.
    * Open the file ODWA_HOME\ddl\cdwp_brw.pkb
    * Locate the procedure browser
    * Change the following fragment from:
    ===================================
    htp.frame
    ( csrc =>'cdwp_brw.tree_plus_selector?p_el_id='| |
    to_char(p_el_id)| |
    chr(38)
    , cname=> 'selector'
    ============================================
    in:
    ===================================
    htp.frame
    ( csrc =>'cdwp_brw.tree_plus_selector?p_el_id='| |
    to_char(p_el_id)
    , cname=> 'selector'
    ============================================
    in other words: remove "| |chr(38)
    This shoudl do the trick.
    Please let me know whether this helped!
    best regards,
    Lucas Jellem

  • Oracle Designer Web Assistant for 6i

    Hi,
    Will there be an ODWA for Designer 6i available through OTN? Is there and estimated time for its availabilty?
    Thanks in advance,
    Beatriz.
    null

    Beatriz,
    Currently there are no plans to make ODWA 6i available on OTN. ODWA 6i will be part of a new tools suite that you will be able to buy through Oracle Consulting. News about this suite will become available during the next month or so.
    regards,
    Sandra

  • Designer Web Assistant for 9i?

    Is there a version of Designer Web Assistant available that will work with 9i?

    David,
    The version released for Designer 6i (6.5.0.16) will work with Designer 9i as well. Furthermore, in an imminent release of Oracle Designer 9i, the Oracle Designer Web Assistant will be incorporated as Repository Object Browser.
    best regards,
    Lucas Jellema
    AMIS Services BV
    (and developer of the Oracle Designer Web Assistant)

  • Designer Web Assistant and WebDB

    We require assistance with linking WebDB to Web Assistant. We are new to the WebDB and the install instructions provided by the Web Assistant download are unclear about the finer points of connecting to the webdb listener. We are using Designer 2.1.2, WebDB 2.1 and Oracle 8.0.5, on a Unix Server, under Windows NT.
    Problem:
    When the homepage URL (odwa/odwa.cdwp.startup) is requested, using our ODWA id, the following error message is returned: component 'INIT_CGI_ENV' must be declared and identifier 'WWV_DOCLOAD.IS_FILE_DOWNLOAD' must be declared.
    To date:
    1) WebDB is installed on the Unix server which holds the Designer repository.
    2) ODWA id has been created and granted access according to the grant script provided in the download for Web Assistant.
    3) The ODWA ddl files have been moved to the server as \orant\odwa\ddl\* and recompiled.
    4) The ODWA gif files have been moved to the server as \orant\odwa\images\* and a virtual directory has been added to the Listener Settings as /odwa_images/.
    5) A new DAD was created called ODWA, pointing to the repository. The other parameters have not altered our problem and were removed.
    6) Web Assistant was previously installed and evaluated as a static client and looks like a very valuable tool. But we require the flexibilty and simplicity of the dynamic approach.
    Any suggestions would be appreciated! Thank you.

    Anne,
    Can you run WebDB itself? (create WebDB modules user the WebDB database browser)?
    Did you create public synonyms for all database objects in the OAS_PUBLIC schema (these objects constitute the OAS Web PL/SQL Toolkit; packages such as HTF, HTP and OWA_UTIL should be in this schema)? Did you grant execute privileges on these objects to PUBLIC? (you can test this by connecting to SQL*PLUS and typing: desc htp <enter>.
    If this returns a long list of procedure headings, this is probably okay. To be sure, type 'drop package htp' to remove an accidentally installed local instance of this package. If this statement does indeed drop a package, you must ensure no OAS_PUBLIC objects are installed in the ODWA schema.
    The last error message you describe: procedure returned no data, could have the following cause: you call ODWA properly but the cdwp package in ODWA writes data to the wrong HTP package. The data returned by the WebDB listener is read from a buffer inside the HTP package (the one that is accessible to the WebDB listener). However, if ODWA writes to another package and therefore another buffer, WebDB listener cannot find any data to return.
    To reduce confusion, it is best to make sure the database contains only one HTP package (as well as only one instance of the other objects in the Web PL/SQl Toolkit).
    null

  • Oracle designer web application: NO DATA FOUND if no record returned

    Hi, Friends:
    We use oracle designer 6i to generate web applicaion. Is there methods to popup message box like 'NO DATA FOUND' when click search or submit button from screen?Oracle web server generator automatically generate lots packages and functions like function QueryHits, it returns the number of record, my question is how can I catch this paremeter from designer module or module components before code generation? what kind parameter do I need to define and passe to Designer so that Oracle web server generator knows this parameter at generating time or run time?
    Thanks
    Brian

    For displaying messages you can use On-Message trigger attached to the form. In the Forms on-line help you can find also a good example - "On-Message Trigger" topic.
    In Designer this trigger is created at module level (Application logic-Events).
    I hope this will help you.

  • Designer Web Assistant with iAS

    Hi,
    Anyone using ODWA with the new iAS (not OAS) listener? I've got it working except for the virtual directory mapping for the gifs.
    The install instructions are excellent, but not for this version of iAS. I've tried different combinations for the Path Aliasing, but this seems to be more for DB stored logic than physical directories.
    TIA,
    Gary Wong

    Hi,
    Found the answer and wanted to share it...
    Edit jserv.conf, and put:
    Alias /odwa_images/ "E:\OraNT\odwa\gif/"
    Where E:\OraNT is your <OracleHome>. I remembered that the listener is now just
    straight Apache.
    Cheers,
    Gary
    null

  • I have Creative Suite 6 Design & Web Premium installed on my HP Windows 7 laptop. All of a sudden Acrobat Pro will not open and I cannot reinstall. Get errors 2203, & Error-Install MSI payload failed with error 1603. Help.

    I have not been able to reinstall Acrobat Pro on my laptop. I have Suite 6 Design & Web Premium on my HP laptop. I have Windows 7 operating system. All of a sudden Acrobat Pro will not open so I uninstalled and tried to reinstall the program.
    The error messages I get are:
    ERROR: Error 2203.Database: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error -2147287035.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 2203.atabase: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error - 2147287035.
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    Help PLEASE!

    Hi Patricia ,
    For error 2203 ,please refer to the following link.
    https://helpx.adobe.com/creative-suite/kb/error-2203-install-creative-suite.html
    For error 1603 ,refer to this link.
    https://helpx.adobe.com/creative-suite/kb/error-1603-install-cs3-cs4.html
    Let us know if this solves the issue .If required ,we"ll surely assist you further.
    Regards
    Sukrit Dhingra

  • I am getting error messages installing update for CS6 Design & Web Premium

    I am getting error messages after trying to install an update for CS6 Design & Web Premium on my Imac running OS 10.6.8. The errors are all U44M1I215 with one U44M1D207 for Fireworks. Please assist.   dand45036
    Here are all the errors.
    DPS Desktop Tools CS6 32.0.0 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Dynamic Link Media Server CS6 1.0.1 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Extension Manager 6.0.8 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Adobe Photoshop 13.0.6
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Dreamweaver CS5.5 11.5.3 Updater
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I210
    Flash Pro CS6 update 2
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I215
    Fireworks CS5 11.0.2 Update
    There was an error downloading this update. Please quit and try again later. Error Code: U43M1D207
    Fireworks CS6 update to improve Mac 10.8 platform compatibility and resolve usability bugs.
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Adobe Bridge CS6 5.0.2 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Adobe InDesign CS6 (8.1.0) update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Dreamweaver CS6 (to version 12.0.3) to address HiDPI-compliance and resolve critical bugs.
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Adobe Illustrator CS6 Update (version 16.0.4)
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15

    you can update manually:
    pre cc updates:  http://www.adobe.com/downloads/updates/
    cc updates:  http://prodesigntools.com/adobe-cc-updates-direct-links-windows.html
    cc 2014 updates:  win (http://prodesigntools.com/adobe-cc-2014-updates-links-windows.html) / mac (http://prodesigntools.com/adobe-cc-2014-updates-links-mac.html)

  • CS6 Design & Web download failure?

    I have recently bought an iMac with OS X 10.8 and, when I try to download the trial of CS6 Design & Web, the download via Adobe Download Assistant fails at about 10%. I have tried to make my security settings as download friendly as possible. I keep getting "Error downloading this product (Error 109)". Does anyone know why this might be happening? I tried downloading it to my Windows 7 laptop but it failed again.

    Sounds like your network connection simply sucks and times out/ switches IPs dynamically/ whatever. Check the stuff here:
    Troubleshoot Adobe Download Assistant
    Also generally check your network configuration on both computers, your router and verify the provider configuration. They could even have a quoata on this and simply throttle/ cut off your connection...
    Mylenium

  • Oracle 9i WEB-forms, with or without Headstart?

    We have some applications that are created with Designer 2.1.2 and Headstart 2.1.2 and we are about to migrate these to Oracle9i Web Forms and here are my questions:
    1) What are the advantages/disadvantages if we continue to use Headstart?
    2) What do we need to get Headstart working together with Oracle 9i Web Forms?
    3) Where do we order new software/license for "Headstart for 9i"?
    4) Are there any way we can get support on Headstart except the forum on OTN?
    5) Briefly explained, if we remove Headstart and replace it with own-developed code, what would our main tasks/problems be?
    6) Are there any functionality we cannot have if we remove Headstart from our applications?

    1) What are the advantages/disadvantages if we continue to use Headstart?
    The advantages would be more or less the same as for Headstart 2.1.2, except for the fact that you can make use of new features, and it runs on the web too! A 'disadvantage' would be that only web forms is supported out of the box (not client/server) and you need to set up an application server. Of course you need to migrate, which sometimes can be a difficult task. However, this depends on things like customizations on top of Headstart, typical client/server features that have been used and that cannot be migrated to web forms etc. A lot of this has been documented in the Headstart Migration Guide.
    2) What do we need to get Headstart working together with Oracle 9i Web Forms?
    We build Headstart against Designer 9i (+ Developer 9i that comes with it). At this point we still are working on Headstart for Designer 9i.
    3) Where do we order new software/license for "Headstart for 9i"?
    Contact your Oracle Consulting Manager, or call Oracle and ask for Mike Kruijsdijk.
    4) Are there any way we can get support on Headstart except the forum on OTN?
    You can hire consultancy from us or one of our partners.
    5) Briefly explained, if we remove Headstart and replace it with own-developed code, what would our main tasks/problems be?
    To mention some of them:
    - It probably would take man-years to build a template package with the same functionality
    - Headstart code at some points deals with Forms bugs, which you now have to deal with yourself
    - You have no support any more (upgrades) and need to do upgrades for new versions of Designer yourself. I've seen more than one customer that are years behind with upgrading to new versions of Designer, because of this.
    And many more. You really should investigate this thouroughly before you start on this. It would not surprise me if you come to the conclusion you might as well rebuild your applications completely.
    6) Are there any functionality we cannot have if we remove Headstart from our applications?
    You can have anything you like, as long as you build it yourself. But for practical reasons I suppose you will not have RuleFrame for example.
    As long as you don't start building new applications with it, the code practically is yours, so you might consider to do the upgrade of Headstart yourself. Of course support will be more difficult, but you still can hire consultancy.
    Jan Kettenis

  • Problem in updating relationships - Oracle Design Editor

    Hello
    I am using the tool Oracle Design Editor of the Oracle suite Desginer for ERD modeling.
    I'm having trouble updating the changes in primary keys of tables in their relationships children (FK), is not updating. When I delete a primary key field, the table has the reference field is not being deleted.
    This is a software failure or is a normal behavior?
    Someone could help me.

    I'd love to try this out and see what really happens, so I can give you the absolutely correct answer. Unfortunately, I've been snowed in and haven't been in the office all week, and I don't have Designer on the home computer on which I'm typing this.
    My guess from faulty memory is that if you delete a column from a multi-column PK, Designer will remove the column from the FK constraints that reference it, but will not remove the corresponding column from the related tables. After all, Designer doesn't know that this column is ONLY used as part of an FK. As far as it knows, you may need that column for some other purpose.
    Let me give you two hints about the way Designer was designed to work that may clarify this:
    First of all, Designer has an Entity/Relationship diagrammer that works on the logical design level - modeling Entities rather than Tables, and Relationships rather than Foreign Keys. It was expected by the creators of the tool that you would do most of your design in the ER diagrams, then use the Database Design Transformer (DDT) to translate that design to the Table Definitions of your physical design. In the E/R diagrammer, you can designate key attributes (attributes become your columns), but you don't have to. DDT will create key columns for you when it translates your logical design to a physical one.
    Secondly, Designer expects that most of your primary keys will be surrogate primary keys that are single columns set from Oracle Sequences. There are many advantages to using surrogate keys for PKs and FKs, while natural keys are used only for unique keys. One of the advantages is that surrogate keys are non-updatable, which will greatly reduce the chore of maintaining foreign keys. If you do a web search, you will see a lot of discussion of the pros and cons of surrogate PKs.

  • Error when install latest ODB with Oracle Designer

    I need to use Oracle Discoverer.
    So I removed all traces of Oracle from my machine.
    Installed Oracle Designer Suite.
    It worked.
    Then I installed Oracle Data Provider for .NET 9.2.0.2.102..
    I got 2 errors during install. One was due to a service (OracleHomeAgent) which I shut down easily.
    The other, was more trouble:
    Error in writing to file C:\Oracle\Ora92\bin\oci.dll
    I could find no more Oracle services to shut down.
    Nor did an IISRESET release it .
    So I told it to ignore copying that file.
    Then it finished.
    My web applications which use ODP seem to work fine.
    But am I at risk for some error?
    Why would OCI.DLL not allow itself to be installed?
    Is that a problem?
    thanks
    David Kreth Allen

    Most likely, some MS OS services, not Oracle services, are locking your oci.dll. Please refer to the following thread for a workaround.
    Re: Can't install 9.2.0.4 Beta on WinXP - oci.dll is locked

  • Utility for migrating Domain Definitions from Oracle Designer to JHeadstart

    Hi,
    I am currently involved in the migration of a pretty substantial application, developed with Oracle Designer’s Web Server Generator, to the Oracle ADF technology stack, using JHeadstart. You know I am a big fan of JHeadstart for a number of reasons, but this particular application is ideally suited for JHeadstart (or I should say the other way round of course). JHeadstart and ADF can do everything Web PL/SQL Toolkit and the Web Server Generator can do - and much, much more. So both end users and developers of this application stand to gain from the migration.
    However , due to special technical limitations in the Web Server Generators and the inventive hand-crafted work-arounds, I can use the JHeadstart Designer Generator migration tool only for th 60% really simple maintenance modules. The other 40% is better off with building from scratch.
    There is one piece of information in Oracle Designer that is quite useful to me - that is the Domain Definitions. The sets of allowable values that power the dropdownlists and radio groups is needed in JHeadstart’s Application Definition file, and the current edition of the JHeadstart Designer Generator does not allow the migration of Domains (only complete modules are supported).
    In this article: http://technology.amis.nl/blog/?p=1352 is describe a way to migrate a selected set of domain definitions from Oracle Designer to JHeadstart. This approach works for all releases of JHeadstart - from the early beginnings back in 2002 to the latest 10.1.3 release.
    best regards,
    Lucas

    Probably better to ask / confirm this on the Warehouse Builder forum, but ....
    I believe that OWB will always indicate a default value for NotNull columns. It might also do this for value-constrained columns (one where you have set Allowable Values directly for the column or for a domain associated to the column). In a normal situation, most column definitions are NullAllowed, but if you're doing some simple test runs and have nothing but key columns and some rudimentary data columns then you might have inadvertantly caused this situation.
    hope this helps

  • Oracle 9iFS configuration assistent

    I have installed oracle 9iFS configuration assistent and after installation i got an error message "areasQueries". I tried also to run ifsconfig.bat, but only ms-dos window appears for a few seconds. I was searching the forum, documentation, web, but nothing found.
    I'am using win 2000 service pack3 and i was instaling oracle 9ifs on the same computere where oracle database 9i is an oracle enterprise manager.
    Any help would be appreciated.
    Thanxs
    PS: Please answer me if the froblem can't be fixed or there is no solution jet.
    Ales

    is the D:oracle... something you entered for the ORACLE_HOME - i.e. is it a typo? If so, i'd suggest de-installing any products (ifs) and re-installing rather than trying to fix the above.

Maybe you are looking for