Webdb

Hello there,
I am trying to install webdb 2.0.1 in oracle 8i and when i reashed thje first screen of setup program where it asks me oracle home and location, by default it displays 8i home, upon clicking ok, it gave an error that it canot be this home, must be another home(this is also specified in docu), upon choosing the other home and loc, it proceed to the next screem and then it prompted that the produlcts can pnly be installed on <homs> which is the oracle 8i home.
Kindly reply asap.
null

Whe I installed WEBDB, I had already installed Oracle 8i, but I had it installed in a home other than the default home. When I came to install WEBDB, I simply selected DEFAULT_HOME as the installation home, and everything worked fine.
It is ceratin that you can't install WEBDB in the Oracle 8i home, so I guess if your Oracle 8i is in the default home you may be out of luck.
By the way, I don't think you have to install SQLPlus when you install WEBDB. Select installation of listener only.
Fran

Similar Messages

  • Report 6i/Webdb -Not able to display the report in the browser - rep- 3002 error.

    Would someone tell what I missed, I have set up the following:
    1) a report using report builder on NT
    2) my database is in Unix
    3) my report server is started in NT
    4) I run webdb listener for the following code: http://myweb.com/cgi/rwcgi60.exe?server=repserver+report=myreport+userid=usid/pw/connect_string+destype=cache+desformat=html. Then, I receive this message:
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - Report Job has terminated with error.
    Reports Server Replies:
    REP-3002: Error initializing printer. Please make sure a printer is installed.
    Why is it thinking I want to use the printer whereas I want to display the report in the browser?. Any help would be appreciated.
    null

    It sounds like that your Web CGI did not configure right. To test if your CGI configuration is correct, type:
    http://hostname:port/cgi-bin/rwcgi60exe?
    If you get a help screen, then you should be able to bring up your report.
    Regards,
    Xiaoling

  • Reports 6i and WeBDB 2.2 Integration Issues

    1. I have installed reports6i andintegrated with WebDB 2.2 by running the fo
    llo
    wingScripts:
    oracle_home\report60\server\security\rwwwvins.sql webdb and
    \oracle_home\report60\server\security\rwenable.sql
    as described in the webdb& reports6i integration issues document in oracle r
    epo
    rts6i beta site.
    Afterinstalling, when i logged to webdb as webdb user, i was able to see sev
    er
    access and rdf access options in webdb 2.2
    However, when i log as an userwhere i have created forms components i am una
    ble
    to access the abovecomponents. (there is no documentation on what privileg
    es
    needs to be providedto the user., however i had given grants to following ro
    les
    withRW_ADMINISTRATOR, RW_POWER_USER, RW_DEVELOPER AND RW_BASIC_USer
    null

    Hi Matt,
    You didn't mention but do you also wish to install the database(8i) on the same machine ?
    I am also trying to install all these products(+8i and designer 6i) on the same box but I am concerned more about the min. resources needed before I get started.(I put up a question about it on the 6i Forum, but nobody has answered yet !)
    The correct install order should be Forms/Reports 6i then Forms/Reports 6i Server and then WebDb 2.2.
    Forms /reports server needs a http listener and installs en configures the WebDb listener for the job.(you are prompted for this during tho have the install process).This is handy if you are intending to use WebDb anyway. When you install Webdb it detects the already installed WebDb listener and does not reinstall.
    You do have the SYS password on the database you will use to stored the WDK and WebDb schema.
    About installing the demo.....
    I dont' think there are any special issues.I have never done it.
    If you are intending to install an 8i database on the same box there are some important things to consider with respect to the install order and what products in which Oracle home must be installed.
    1.Forms/Reports first in the default_oracle
    home.
    2.Then Oracle 8i in a 2nd oracle home call
    it ora81 for example.
    3.Then WebDb in the non oracle 8i home !!
    This is just a quick summary.
    If you run into any problems let me know
    Good Luck.
    Dave.

  • How can I delete the site (created in webDB) from database?

    Hi I have the WebDB 2.2 and Database server Oracle8i and I created a lot of sites with WebDB but I do not know how can I delete them from database server. Could somebody help to me?

    Log into sql plus as webdb
    Drop user <site name>_admin cascade;
    Drop user <site name>_public cascade;
    Drop user <site name> cascade;
    and drop any other users you have made specically for this site.
    Remove the dad from the listener settings.
    If you wish to use this site name again in the same database you also have to delete a record from a table in the Webdb schema.
    I can't remeber what that is.....
    Good Luck
    Dave.
    null

  • REPORTS SECURITY WITHIN WEBDB (setup errors)

    As per WebDB and Reports 6i requirement, i
    ran the two script files
    D:\orant\report60\server\security
    rwwwvins.sql webdb
    and
    D:\ORANT\REPORT60\SERVER\SECURITY\RWENABLE.SQL
    Got errors while creating some package definitions..
    those package include
    package specs:
    rw_comp_cal
    rw_cpc_pm
    package body:
    wwv_rw_utl
    wwv_rw_usr
    wwv_rw_adm
    rwutlsave
    rwutlbuild
    wwv_rwrepgen
    rw_comp_cal
    rw_cpc_pm
    wwv_rwmanrwo
    Warning: Package created with compilation errors.
    No errors.
    attached :spool file which had errors listed
    SQL> @d:\orant\report60\server\security\rwwwvins.sql webdb
    B E G I N O R A C L E R E P O R T S I N S T A L L
    ...start: Monday 27 December , 1999 14:53:43
    Role dropped.
    Role created.
    old 1: grant RW_ADMINISTRATOR to &&1
    new 1: grant RW_ADMINISTRATOR to webdb
    Grant succeeded.
    Role dropped.
    Role created.
    Role dropped.
    Role created.
    Role dropped.
    Role created.
    I. Extent utlobj.sql
    Table dropped.
    Table created.
    Table dropped.
    Sequence dropped.
    Sequence created.
    Table created.
    Table dropped.
    Table created.
    Table dropped.
    Table dropped.
    Table dropped.
    Table created.
    Table created.
    Table created.
    Trigger created.
    II. Extent moduleda.sql
    0 rows deleted.
    delete from WWV_SYS_MODULE_TYPES$ where ID >= 50 and id<60
    ERROR at line 1:
    ORA-02292: integrity constraint (WEBDB.WWV_MODULES$_FK) violated - child record found
    delete from WWV_SYS_MODULE_GROUPS$ where ID >= 50 and id<60
    ERROR at line 1:
    ORA-02292: integrity constraint (WEBDB.WWV_SYS_MODULE_TYPES$_FK) violated - child record found
    INSERT INTO wwv_sys_module_groups$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_GROUPS$_PK) violated
    INSERT INTO wwv_sys_module_groups$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_GROUPS$_PK) violated
    INSERT INTO wwv_sys_module_groups$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_GROUPS$_PK) violated
    INSERT INTO wwv_sys_module_groups$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_GROUPS$_PK) violated
    Commit complete.
    Finished groups
    INSERT INTO wwv_sys_module_types$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_TYPES$_PK) violated
    INSERT INTO wwv_sys_module_types$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_TYPES$_PK) violated
    INSERT INTO wwv_sys_module_types$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_TYPES$_PK) violated
    INSERT INTO wwv_sys_module_types$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_TYPES$_PK) violated
    INSERT INTO wwv_sys_module_types$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_TYPES$_PK) violated
    Commit complete.
    III. Install Oracle Reports packages
    Package created.
    No errors.
    Package created.
    No errors.
    Package created.
    No errors.
    Package created.
    No errors.
    Package created.
    No errors.
    Table dropped.
    Table created.
    Grant succeeded.
    Package created.
    No errors.
    Table dropped.
    Table created.
    Table dropped.
    Table created.
    Table dropped.
    Table created.
    Table dropped.
    Table created.
    Commit complete.
    Package created.
    No errors.
    0 rows deleted.
    delete from WWV_SYS_MODULE_TYPES$ where ID >= 50 and id<60
    ERROR at line 1:
    ORA-02292: integrity constraint (WEBDB.WWV_MODULES$_FK) violated - child record found
    delete from WWV_SYS_MODULE_GROUPS$ where ID >= 50 and id<60
    ERROR at line 1:
    ORA-02292: integrity constraint (WEBDB.WWV_SYS_MODULE_TYPES$_FK) violated - child record found
    INSERT INTO wwv_sys_module_groups$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_GROUPS$_PK) violated
    INSERT INTO wwv_sys_module_groups$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_GROUPS$_PK) violated
    INSERT INTO wwv_s ys_module_groups$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_GROUPS$_PK) violated
    INSERT INTO wwv_sys_module_groups$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_GROUPS$_PK) violated
    Commit complete.
    Finished groups
    INSERT INTO wwv_sys_module_types$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_TYPES$_PK) violated
    INSERT INTO wwv_sys_module_types$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_TYPES$_PK) violated
    INSERT INTO wwv_sys_module_types$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_TYPES$_PK) violated
    INSERT INTO wwv_sys_module_types$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_TYPES$_PK) violated
    INSERT INTO wwv_sys_module_types$ VALUES (
    ERROR at line 1:
    ORA-00001: unique constraint (WEBDB.WWV_SYS_MODULE_TYPES$_PK) violated
    Commit complete.
    Warning: Package created with compilation errors.
    No errors.
    Package created.
    No errors.
    Package created.
    No errors.
    Package created.
    No errors.
    Package created.
    No errors.
    Warning: Package created with compilation errors.
    Errors for PACKAGE RW_COMP_CAL:
    7/5 PL/SQL: Declaration ignored
    8/55 PLS-00382: expression is of wrong type
    Warning: Package created with compilation errors.
    Errors for PACKAGE RW_CPC_PM:
    7/5 PL/SQL: Declaration ignored
    8/55 PLS-00382: expression is of wrong type
    Package created.
    No errors.
    Package created.
    No errors.
    Package created.
    No errors.
    Package created.
    No errors.
    Package created.
    No errors.
    Package created.
    No errors.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM wwv_rw_adm_tst FOR &&1..wwv_rw_adm_tst
    new 1: CREATE PUBLIC SYNONYM wwv_rw_adm_tst FOR webdb.wwv_rw_adm_tst
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM rwcaljmp FOR &&1..rwcaljmp
    new 1: CREATE PUBLIC SYNONYM rwcaljmp FOR webdb.rwcaljmp
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM rwcalsum FOR &&1..rwcalsum
    new 1: CREATE PUBLIC SYNONYM rwcalsum FOR webdb.rwcalsum
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM rw_comp_cal FOR &&1..rw_comp_cal
    new 1: CREATE PUBLIC SYNONYM rw_comp_cal FOR webdb.rw_comp_cal
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM rw_cpc_pm FOR &&1..rw_cpc_pm
    new 1: CREATE PUBLIC SYNONYM rw_cpc_pm FOR webdb.rw_cpc_pm
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM rwfindbx FOR &&1..rwfindbx
    new 1: CREATE PUBLIC SYNONYM rwfindbx FOR webdb.rwfindbx
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM rwpform FOR &&1..rwpform
    new 1: CREATE PUBLIC SYNONYM rwpform FOR webdb.rwpform
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM wwv_rwrepgen FOR &&1..wwv_rwrepgen
    new 1: CREATE PUBLIC SYNONYM wwv_rwrepgen FOR webdb.wwv_rwrepgen
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM rwrunrpterr FOR &&1..rwrunrpterr
    new 1: CREATE PUBLIC SYNONYM rwrunrpterr FOR webdb.rwrunrpterr
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM rwrunrpt FOR &&1..rwrunrpt
    new 1: CREATE PUBLIC SYNONYM rwrunrpt FOR webdb.rwrunrpt
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM rwsbuser FOR &&1..rwsbuser
    new 1: CREATE PUBLIC SYNONYM rwsbuser FOR webdb.rwsbuser
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM wwv_rw_usr_tst FOR &&1..wwv_rw_usr_tst
    new 1: CREATE PUBLIC SYNONYM wwv_rw_usr_tst FOR webdb.wwv_rw_usr_tst
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM rwutlbuild FOR &&1..rwutlbuild
    new 1: CREATE PUBLIC SYNONYM rwutlbuild FOR webdb.rwutlbuild
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM rwutlsave FOR &&1..rwutlsave
    new 1: CREATE PUBLIC SYNONYM rwutlsave FOR webdb.rwutlsave
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM wwv_rw_adm FOR &&1..wwv_rw_adm
    new 1: CREATE PUBLIC SYNONYM wwv_rw_adm FOR webdb.wwv_rw_adm
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM wwv_rw_err FOR &&1..wwv_rw_err
    new 1: CREATE PUBLIC SYNONYM wwv_rw_err FOR webdb.wwv_rw_err
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM wwv_rw_usr FOR &&1..wwv_rw_usr
    new 1: CREATE PUBLIC SYNONYM wwv_rw_usr FOR webdb.wwv_rw_usr
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM wwv_rw_int FOR &&1..wwv_rw_int
    new 1: CREATE PUBLIC SYNONYM wwv_rw_int FOR webdb.wwv_rw_int
    Synonym created.
    Grant succeeded.
    Synonym dropped.
    old 1: CREATE PUBLIC SYNONYM wwv_rw_utl FOR &&1..wwv_rw_utl
    new 1: CREATE PUBLIC SYNONYM wwv_rw_utl FOR webdb.wwv_rw_utl
    Synonym created.
    Package body created.
    No errors.
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WWV_RW_UTL:
    194/5 PL/SQL: Statement ignored
    194/16 PLS-00382: expression is of wrong type
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WWV_RW_USR:
    436/5 PL/SQL: Statement ignored
    436/16 PLS-00382: expression is of wrong type
    508/5 PL/SQL: Statement ignored
    508/12 PLS-00382: expression is of wrong type
    547/5 PL/SQL: Statement ignored
    547/12 PLS-00382: expression is of wrong type
    595/5 PL/SQL: Statement ignored
    595/16 PLS-00382: expression is of wrong type
    659/5 PL/SQL: Statement ignored
    659/16 PLS-00382: expression is of wrong type
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WWV_RW_ADM:
    157/5 PL/SQL: Statement ignored
    157/16 PLS-00382: expression is of wrong type
    217/5 PL/SQL: Statement ignored
    217/16 PLS-00382: expression is of wrong type
    272/5 PL/SQL: Statement ignored
    272/16 PLS-00382: expression is of wrong type
    Package body created.
    No errors.
    Package body created.
    No errors.
    0 rows deleted.
    0 rows deleted.
    0 rows deleted.
    ... HELP.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... HEADING.sql ...
    ... LARGEBOX.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... SECTION_IMAGE.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... BOX_IMAGE.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ...hint.sql...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ...mode.sql...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ...welcome.sql...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S0.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S1.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S2.sql ... users and roles
    1 row created.
    ... S3.sql ... availability
    1 row created.
    1 row created.
    ... S4.sql ... required parameters
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ...S5.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S6.sql ...
    1 row created.
    ... S7.sql ...
    1 row created.
    1 row created.
    Commit complete.
    0 rows deleted.
    0 rows deleted.
    ... HELP.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... HEADING.sql ...
    ... LARGEBOX.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... SECTION_IMAGE.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... BOX_IMAGE.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S0.sql ...
    1 row created.
    1 row created.
    1 row created.
    ... S1.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S2.sql ...
    1 row created.
    ... S3.sql ...
    1 row created.
    1 row created.
    ... S4.sql ...
    1 row created.
    1 row created.
    ... S5.sql ...
    Commit complete.
    0 rows deleted.
    0 rows deleted.
    ... HELP.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... HEADING.sql ...
    ... LARGEBOX.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... SECTION_IMAGE.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... BOX_IMAGE.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S0.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S1.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S2.sql ...
    1 row created.
    ... S3.sql ...
    1 row created.
    1 row created.
    ... S4.sql ...
    1 row created.
    1 row created.
    Commit complete.
    0 rows deleted.
    0 rows deleted.
    ... HELP.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... HEADING.sql ...
    ... LARGEBOX.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... SECTION_IMAGE.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... BOX_IMAGE.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S0.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S1.sql ...
    1 row created.
    1 row created.
    1 row created.
    ... S2.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S3.sql ...
    1 row created.
    ... S4.sql ...
    1 row created.
    1 row created.
    Commit complete.
    0 rows deleted.
    0 rows deleted.
    ... HELP.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... HEADING.sql ...
    ... LARGEBOX.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... SECTION_IMAGE.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... BOX_IMAGE.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S0.sql ...
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    ... S1.sql ...
    1 row created.
    1 row created.
    1 row created.
    ... S2.sql ...
    1 row created.
    ... S3.sql ...
    1 row created.
    1 row created.
    ... S4.sql ...
    1 row created.
    ... S5.sql ...
    1 row created.
    Commit complete.
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY RWUTLSAVE:
    180/5 PL/SQL: Statement ignored
    180/15 PLS-00382: expression is of wrong type
    181/5 PL/SQL: Statement ignored
    181/15 PLS-00382: expression is of wrong type
    182/5 PL/SQL: Statement ignored
    182/15 PLS-00382: expression is of wrong type
    183/5 PL/SQL: Statement ignored
    183/15 PLS-00382: expression is of wrong type
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY RWUTLBUILD:
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: object WEBDB.RWUTLBUILD is invalid
    1/14 PLS-00304: cannot compile body of 'RWUTLBUILD' without its
    specification
    Package body created.
    No errors.
    Package body created.
    No errors.
    Package body created.
    No errors.
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WWV_RWREPGEN:
    1122/5 PL/SQL: Statement ignored
    1122/23 PLS-00382: expression is of wrong type
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY RW_COMP_CAL:
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: object WEBDB.RW_COMP_CAL is invalid
    1/14 PLS-00304: cannot compile body of 'RW_COMP_CAL' without its
    specification
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY RW_CPC_PM:
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: object WEBDB.RW_CPC_PM is invalid
    1/14 PLS-00304: cannot compile body of 'RW_CPC_PM' without its
    specification
    Package body created.
    No errors.
    Package body created.
    No errors.
    Package body created.
    No errors.
    Package body created.
    No errors.
    Package body created.
    No errors.
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WWV_RWMANRWO:
    249/9 PL/SQL: Statement ignored
    249/23 PLS-00382: expression is of wrong type
    385/9 PL/SQL: Statement ignored
    385/23 PLS-00382: expression is of wrong type
    ... grant Oracle Reports Menu privileges
    PL/SQL procedure successfully completed.
    ... done
    ...end: Monday 27 December , 1999 14:57:25
    D O N E I N S T A L L
    SQL> SPOOL OFF
    null

    The above error is occuring only if the script is ran over a pre-existing reports security on webdb.
    The drop table commands in the scripts may be having some untested errors due to which the above errors resulted.
    I had re-installed webdb and when
    the above scripts were run for first time i didn't encounter those errors.
    FYI.
    Thanks.

  • Redhat 6.0 Webdb 2.2 Server 8.1.5 sqlplus core dump segmentation fault solution

    If anyone else is struggling with this installation, heres a workaround that
    Got things going for me.
    Redhat 6.0
    Oracle 8.1.5
    Webdb 2.2
    The database was up and working fine. Not as many problems as earlier versions but there was still much grief getting it to work. Save yourself some time, dont charge ahead like I did, read the installation notes.
    The installation of Webdb didnt go so well though. Sqlplus would core dump with segmentation fault when a connection to the local instance was attempted. I tried many things, install webdb to 8.1.5 , apply glibc patch, apply 8.0.5 patches to webdb install none of this worked. The workaround I finally found was to use the 8.1.5 listener and the old formatting of a listener.ora and tnsnames.ora file. (i.e. like 7.3.x). Sqlplus would then connect via tcp. Installation still had another problem I could never get past the sys password confirmation. I could connect from the command line with sqlplus s /nolog @passwd.sql sys/mypass@mytnsname but the installer just wouldnt work. An edit of the installation_dir ->webdb-2.2/owa40/owa40.vrf file did the trick. Hard code a location to a dummy pass.sys file.
    After many frustrating hours 160 or so - I think I finally have a working database and a working webdb web site. Hope this info might help others.
    Craig MacPherson
    null

    o Did you end up with 8.1.5 and WebDB2.2 in different Oracle_homes?
    Yes - product/8.1.5
    - product/8.0.5
    o What do you mean that you used the 8.1.5 listener? My database is 8.1.5 so the tnslistener I'm using is from the 8.1.5 install - not the 8.0.5 version.
    o Can you send a sample of the tnsnames.ora file that you used?
    Sure - make sure you set TNS_ADMIN
    # Filename: Listener.ora
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS= (PROTOCOL= TCP)(Host= 139.142.231.213)(Port= 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME= /oracle/product/8.1.5)
    (SID_NAME = cmac)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    # Filename: Tnsnames.ora
    cmac =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL= TCP)(Host= 139.142.231.213)(Port= 1521))
    (CONNECT_DATA = (SID = cmac))
    test =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL= TCP)(Host= dmac)(Port= 1521))
    (CONNECT_DATA = (SID = cmac))
    null

  • Remote access to WebDB

    I can connect to my WebDB host (RedHat 6.1, Oracle 8.1.5 and WebDB 2.2) only from my localhost. If I try to connect from a remote machine, my web browser tells me that may server is busy or down. Why?
    Thanks

    P.P.S.
    Now all works... via both ports and remote.
    Had to put an entry in my remote machine's 'hosts' file (Windows 2000 yuk!) e.g. 'server.co.uk' 192.168.0.2
    Also more environmental variables (from the account that I used to install webdb to a different ORACLE_HOME) in the cgi script 'wdbcgiw'.
    null

  • WebDb 2.2 listening ...

    I am running Oracle 8.1.5 with WebDb 2.2 on Redhat 6.1. Everything is working great on the local machine. I can run Netscape and access WebDb just fine. HOWEVER if I port scan this box from another machine I can see the wdblsnr on its port (Nor can I access WebDb from any other machine other than localhost) I did a netstat -a | grep 8080 and I get:
    tcp 0 0 localhost:loac:8080 *:* LISTEN
    So why can't I connect from another machine?

    I have WebDB 2.2 and Portal 3.0.6 Production Release installed on the same database 8.1.7 without any problems.
    I recently upgraded the database to 8.1.7 because only 8.1.6.2 and above is certified with Portal. But I don't remember having any problems running both of the products in 8.1.6.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Michael Follansbee ([email protected]):
    Can Webdb 2.2 and Portal 3.0 reside in the same Oracle database? I currently have an 8.1.6 database with Webdb 2.2 installed and need to know if I can install Portal 3.0 in the same database or if I need to do the install into another database.<HR></BLOCKQUOTE>
    null

  • Can't log in as WebDB administrator after install

    Can't log in as WebDB administrator after install. At http://mymachine.mydomain.com:7777/pls/htmldb/htmldb_admin/
    username = admin
    password = my password during the installation
    and then the page just hangs.
    I think I have a configuration problem with marvel.conf. Can anyone help?
    Here are the relevant details that may help diagnosing the problem.
    I can get to the HTTP Server page at http://mymachine.mydomain.com:7777/
    Environment Fedora core 4 Linux on a x86 PC with 512m memory
    Oracel Database version 10.2.0.1.0 -- runs fine considering there is only 512 of memory
    Installed Companion CD (comes with WebDB 1.6)
    Upgraded to WebDB 2.0
    Installed patch bug4554072
    -- All installs were semi painful but error free
    my marvel.conf
    Alias /i/ /u01/app/oracle/product/10.2.0/companion/htmldb/images/
    <Location /pls/htmldb>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString mymachine.mydomain.com:1522:devel ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8ISO8859P1
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDefaultPage htmldb
    PlsqlDatabasePassword mypassword
    Allow from all
    </Location>
    AddType text/xml xbl
    AddType text/x-component htc
    my dads.conf -- I added nothing here
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    my .bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=devel; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    #LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    -- I can connect to the database as HTMLDB_PUBLIC_USER
    SQL> connect HTMLDB_PUBLIC_USER/mypassword@devel
    Connected.
    SQL>
    -- the HTTP_Server seems to be working fine
    $ /u01/app/oracle/product/10.2.0/companion/opmn/bin/opmnctl status
    Processes in Instance: standalone
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 2544 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    my error.log
    [Tue Mar 7 18:46:53 2006] [notice] FastCGI: process manager initialized (pid 20766)
    [Tue Mar 7 18:47:02 2006] [notice] Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Tue Mar 7 18:47:02 2006] [notice] Accept mutex: fcntl (Default: sysvsem)
    [Tue Mar 7 18:52:42 2006] [error] [client 192.168.1.47] [ecid: 1141775562:192.168.1.46:27172:0:6,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/javascript/htmldb_get.js
    [Tue Mar 7 18:52:42 2006] [error] [client 192.168.1.47] [ecid: 1141775562:192.168.1.46:27172:0:7,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/css/htmldb_V2.css
    [Tue Mar 7 18:58:18 2006] [error] [client 192.168.1.47] [ecid: 1141775898:192.168.1.46:20917:0:9,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/javascript/htmldb_get.js
    [Tue Mar 7 18:58:18 2006] [error] [client 192.168.1.47] [ecid: 1141775898:192.168.1.46:20917:0:10,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/css/htmldb_V2.css
    my access.log
    192.168.1.47 - - [07/Mar/2006:18:51:40 -0500] "GET /pls/htmldb HTTP/1.1" 302 5
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:51:49 -0500] "GET /pls/htmldb/htmldb HTTP/1.1" 302 5
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/javascript/htmldb_html_elements.js HTTP/1.1" 200 15990
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:52:42 -0500] "GET /pls/htmldb/f?p=4550:1:8908757969697315233 HTTP/1.1" 200 5078
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/javascript/htmldb_get.js HTTP/1.1" 404 366
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/css/core.css HTTP/1.1" 200 6032
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/css/htmldb_V2.css HTTP/1.1" 404 359
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/htmldb/oracle_htmldb_logo.gif HTTP/1.1" 200 3213
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/htmldb/builder/1px_trans.gif HTTP/1.1" 200 43
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:58:13 -0500] "GET /pls/htmldb/htmldb_admin HTTP/1.1" 302 5
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:58:18 -0500] "GET /pls/htmldb/f?p=4550:10:3783099702329307520 HTTP/1.1" 200 4081
    192.168.1.47 - - [07/Mar/2006:18:58:18 -0500] "GET /i/javascript/htmldb_get.js HTTP/1.1" 404 366
    192.168.1.47 - - [07/Mar/2006:18:58:18 -0500] "GET /i/css/htmldb_V2.css HTTP/1.1" 404 359

    rmelideo,
    Firstly, you refer to "WebDB administrator" and "WebDB 1.6". This is not WebDB. You're confusing this with an entirely different product released in the late 90's.
    You don't say what your specific error is. But the file does not exist errors in your Apache error log look suspicious. It looks like you have not copied the images directory from the HTML DB 2.0 distribution.
    Joel

  • Developer 6i Release 2 for NT - WebDB missing ??

    Hi,
    I have downloaded and installed Developer 6i Release 2 for NT but when I tried to configure the virtual directories I found that the default WebDB Web server/Listener is missing in the downloaded version.
    (But in the installation manual, they mentioned it is available with this download)
    In the Windows-Control Panel-Services, there are only 2 services are installed (Forms Server and Reports Server), But earlier when I installed in my previous project, it included another service "Oracle WebDB Listener", which is missing in this downloaded version.
    Please help me in clarifying my below queries :
    1)For web-deployment of Developer Forms 6i, what are the Oracle products to be purchased ?
    2)Whether Developer 6i Release 2 for NT includes Oracle Default Web-Server/Listener (i.e. WebDB Release 2.2)
    (or) I have to purchase and install Oracle 9i Application Server which includes (Oracle9iAS Portal - WebDB 3.0)
    3)Whether below combination is compatible with each other and supported by Oracle :
    a) Windows NT 4.0 (or) Windows 2000
    b) Oracle8 Enterprise Edition Release 8.0.5.0.0
    c) Developer 6i Release 2 for NT
    d) Oracle9iAS Enterprise Edition
    thanks and regards,
    Shashi
    [email protected]
    FYI: The location of the d[i]Long postings are being truncated to ~1 kB at this time.

    To run Oracle Forms 6i on the Web you need to license Oracle9iAS EE version 1.0.2.
    This includes portal and will automatically configure the Forms installation for you.

  • How do you change the folder layout in WebDB Site Builder?

    Hello,
    When multiple subfolders are added to folders, they are formatted from left to right in the content area of the WebDB Site. I want the folders to appear in a list, how can I change the layout?
    Regards,
    Lindsay Fraschilla

    The folders in my content area are already displayed, I just want them to be displayed vertically in a list not horizontally. My folders appear like this:
    a b
    c d
    I want them to appear like this:
    a
    b
    c
    d
    Any ideas?
    The 'multiselect option' below that you referred to only alows you to select the order of the folders and if they are displayed or not.
    Thanks
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by jerry madrigal ([email protected]):
    in your home page (root folder), edit the folder properties, choose navigation bar. be sure that the 'folder links' are selected and choose the desired folders to be displayed in the next 'multiselect option' below. You can also manage different folder links in each folders..<HR></BLOCKQUOTE>
    null

  • WebDB and Apache

    I am trying to install and configure WebDB to work with Apache
    server and have a few questions. My system is Red Hat 5.2 with
    Oracle 8.0.5.
    1)Should the port number for WebDB install be the same or
    different from the port number used by Apache server. How do
    they talk to each other?
    2)Do I need to install the WebDB listener even if I only need
    the Apache? Do I need to start the WebDB listener?
    3)How does the Apache server talk with the database server?
    4)Can the WebDB be installed at the same ORACLE_HOME for
    database server? Can the Apache and Database server and WebDB
    listener exist on the same machine?
    Any answers to any above questions are appreciated.
    Thanks.
    null

    Thanks for clarifying some of confusions I had.
    After going through several installations and de-installations,
    I still could not login to the Oracle database using ../cgi-
    bin/wdbcgiw. I always got a authentication failure.
    I could login using the WebDB listener. When I set the listener
    settings(using ../cgi-bin/wdbcgiw/admin_/gateway.htm), I got a
    message that DAD setting could not changed.
    I believe that someone already posted a similar problem. Could
    you or someone help pointing us the right direction.
    Thanks.
    Sincerely
    Huadong Gai
    Michael Hasenstein (SuSE) (guest) wrote:
    : guest (guest) wrote:
    : : I am trying to install and configure WebDB to work with
    Apache
    : : server and have a few questions. My system is Red Hat 5.2
    with
    : : Oracle 8.0.5.
    : : 1)Should the port number for WebDB install be the same or
    : : different from the port number used by Apache server. How do
    : : they talk to each other?
    : They don't. WebDB listener (wedblsnr) is a standalone web
    : gateway, wdbcgi[w] is the Aapche CGI. Alternative methods to
    : access WebDB. Explanation: what IS WebDB? WebDB is completely
    : inside your Oracle DB. It's plsql code and lots of tables and
    : functions and other objects. The CGI and the WebDB listener are
    : only gateways HTTP<->PL/SQL.
    : : 2)Do I need to install the WebDB listener even if I only
    need
    : : the Apache? Do I need to start the WebDB listener?
    : No.
    : No.
    : : 3)How does the Apache server talk with the database server?
    : Apache doesn't. The CGI does, which is a regular program linked
    : using the OCI (libclntsh).
    : : 4)Can the WebDB be installed at the same ORACLE_HOME for
    : : database server? Can the Apache and Database server and
    WebDB
    : : listener exist on the same machine?
    : : Any answers to any above questions are appreciated.
    : : Thanks.
    : Yes. For 7.3.4 and 8i installations WebDB is installed under
    : $ORACLE_HOME/webdb/, for 8.0.5 installations it is mixed with
    the
    : 8.0.5 installation, so under 8i and 7.3.4 it's actually a lot
    : cleaner.
    : Yes. Start the WebDB listener on a different port and/or IP
    than
    : Apache.
    null

  • Webdb website name size

    Hi,
    I have installed webdb on hp-ux successfully and am able to build websites.
    The only problem I am facing is ORA-6502 PL/SQL error.
    I checked with metalink and it seems the website name exceeds the database name column size (30).
    Can anyone let me know which table and what column the website name is stored upon?
    I did check dba_tab_columns for size (30) but could not come up with the column where the website name is stored.
    Any help is highly appreciated.
    Thanks
    Murali

    Your URL is ...
    http://www.burgerburgerny.com/burgerburgerny/burgerburgerny/main_page.html
    You need to change the name of your "Home" page to to "burgerburgerny" and direct your URL to this page so that it becomes...
    http://www.burgerburgerny.com/burgerburgerny.html
    Ask tech support at your hosting company to help you with this.

  • Oracle 8i and webdb

    Been looking for a WebDB discussion group but can't find it! Having searched, found most WebDB posts are in here. Currently using Oracle8I Stanadard Edition rather than Oracle8iLite but here goes...
    Oracle8i and WebDB
    What is cheapest solution for setting up a web-site requiring simple data entry and searching facilities using WebDB and Oracle8i?
    I am a traditional Oracle developer (Forms 4.5. Reports 2.5) and want to get into the Web stuff. Got an idea for a site which, if nothing else, will demonstrate my skills to potential clients. I have decided on WebDB and Oracle8i as it seems to be the most cost-effective solution from and Oracle licensing point of view and the least resource hungry. However, due to my lack of understanding of most things technical and networking in particular, I am struggling to figure out what I will need from a hardware/ networking point of view to establish a development platform and in due course a production system.
    The following are scenarios which I have envisaged. I will not be surprised if they demonstrate a fundamental lack of understanding of the situation! Please note, I am based in the UK and currently have a BT Home-Highway ISDN 2x56Kbps connection to the internet (does this help?).
    Can I develop using WebDB and Oracle8i on a single, standalone NT-server based PC?
    To go live, which is the most cost-effective/ practical solution and what is required for each:
    a) my own Oracle server (NT or Unix?) connected somehow to the internet, accessed as required by the forms created with WebDB and stored on an ISP-provided web-site
    b) as a) above but with forms created with WebDB stored on my Oracle server
    c) both the WebDB forms and the Oracle database on an ISP-provided server (is there such a thing?)
    Any assistance will be most gratefully received, and Ill send you some free shares when I go PLC!
    null

    Ok, I have changed it to the following.
    First, kenny is the SID and also the machine
    name. 7001 is the port number that WebDB is
    listening to. scott/tiger is the account and
    password on kenny SID.
    <connection name="demo">
    <username>scott</username>
    <password>tiger</password>
    <dburl>jdbc:oracle:thin:@kenny:7001:ORCL</dburl>
    <driver>oracle.jdbc.driver.OracleDriver</driver>
    </connection>
    Now, I have the following error in
    mod_jserv.log
    [01/02/2000 14:09:04:478] (ERROR) ajp12: Servlet Error: NoClassDefFoundError: oracle.xml.xsql.XSQLServlet
    [01/02/2000 14:09:05:399] (ERROR) ajp12: Servlet Error: NoClassDefFoundError: oracle.xml.xsql.XSQLServlet
    Question:
    1) Should I configure the WebDB listener
    to have a DAD of "demo" to access to
    scott account?
    2) I am pretty sure that the jserv is
    configured probably because I can access
    the example hello servlet by opening URL
    at
    http://kenny/servlets/Hello
    Why do I get the following error?
    ajp12: Servlet Error: NoClassDefFoundError: oracle.xml.xsql.XSQLServlet
    Thanks.
    Kelvin

  • Can not edit Forms and Reports in WebDB. Any bug?

    I could not edit a form or report on the WebDB. I am geting an
    error :--
    ORA-03114: not connected to ORACLE
    Actually I am still connected to Oracle.
    I am using WebDB version 2.0.5.6.1
    What is the way ? Is it a bug ? Is there a patch for it ?
    null

    Hi,
    Why do you want to store the forms and reports in database? Do you mean something like SCM repository for versioning?
    I don't find any use in storing the forms and reports in database.
    -Arun

  • Oracle Portal 3.0 vs Webdb 2.2

    OS: WinNT4 DB:Oracle 8.1.6 256MB RAM, 400MHZ procesor.
    I have used WebDB 2.2. for sometime now. The system requirements are not high. Moreover it is stable and very reliable plus the ease and availability of wizards and tools.
    However the story is different with Portal 3.0. The Apache Server crashes very often; infact I am considering avoiding Portal 3.0 for my presentations to clients. The system requirements are too high, System and Users tablespaces have to be very large. I miss the Site statistics that is available in version 2.2. And you have to search very well before you can locate the right tool to get your work done. It is no longer intuitive, simple, straight-forward and cost-effective.
    I shall appreciate if Oracle will take this problems into consideration in the next releases

    Evans,
    Thanks for your feedback. Which version of Oracle Portal 3.0 are you on? The production version (3.0.6.3.3 and above) of 9iAS Portal 3.0 offers site statistics - just navigate over to the monitor tab as the portal schema owner. We continue always to listen to feedback from our user community.
    Best Regards,
    Harry Wong

Maybe you are looking for

  • Siebel Software configuration management tool?

    Folks, Looking for any automated scheduling tool for Siebel Software configuration management. Any suggestions? In detail, I want to move all objects including DB tables, alter column, index, LOVs, MVGs, Workflow, SIF, SRF all via a automated tool th

  • Clearing in lockbox FLB2

    Hi Gurus, Appreciate if you can tell me what options i should select in flb2..... Bai or bai2....... Which option from 1 to 5 for invoice no. What algorithm .....001 and 003 or 001 and 001 or 003 and 003...... From where system will get profit centet

  • ERROR[BEA-101359] When Starting Weblogic10 on AIX5.3

    I installed Weblogic 10 for PSeries on AIX 5.3 the env is: OS: AIS 5305 CSP JDK: java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pap32dev-20070511(SR5)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223-20

  • Advance slide when button is pushed only

    :confused I have placed a "next" button on my slides and do not want the user to be able to advance the slide until the audio is done playing...how do I do that? Is there a way to turn off the Captivate bar that appears at the bottom of the published

  • How to delete the x509 certificate on WLC

    Hi Forumers' I had install third party CA cert and device cert into the WLC. I would like to ask is there any command can delete these certificate? thanks