[급]9iAS에서 plsql toolkit을 이용하여 procedeure 작성문제

* 질문한 사람 : kbhwa
* 질문 등록일 : 2001-09-03 20:02:02
* 조회 : 47554
* 답변 : 1건 (junee)
-- 질문 내용 --
OAS에서는
PROCEDURE cosy2101
num_entries IN NUMBER,
name_array IN OWA.vc_arr,
value_array IN OWA.vc_arr,
reserved IN OWA.vc_arr
) IS
begin
end
와 같이 작성하여 브라우저에서 호출하게 되면 잘 작동이 됩니다.
그러나 9IAS 1.0.2.2 에서 동일하게 작성후 브라우저에서 호출을 하게 되면 '페이지를 찾을 수 없습니다.'라는 메시지만 나타남니다.
물론 PLSQL toolkit은
$ORACLE_HOME/Apache/modplsql/owa/owaload.sql script를 실행하였구요.
PL/SQL Gateway configuration 도 정상적으로 설정이 되어 있습니다.
파라메터의 owa.vc_arr 부분을 그냥 VARCHAR2로 바꾸면 잘 실행이 됩니다.
무엇이 문제인지요?
-- 답변 내용 --
1. junee 님의 답변
oas에서는
http://<;host>/<virtual_path>/flex_param?x=1&y=2
으로 가능하였으나,
9iAS에서는
http://<;host>/<virtual_path>/!flex_param?x=1&y=2
으로 사용하셔야 합니다.
아래 문서를 참고하세요
flex_param procedure
=====================
create or replace procedure flex_param
(num_entries in number,
name_array in owa.vc_arr,
value_array in owa.vc_arr,
reserved in owa.vc_arr)
is
begin
htp.htmlOpen;
htp.headOpen;
htp.title('Unmatched query string example');
htp.headClose;
htp.bodyOpen;
htp.header(1, 'Unmatched query string example');
htp.p('Query string has '|| num_entries || ' name-value pairs.');
htp.dlistopen;
for counter in 1..num_entries loop
htp.dlistTerm(name_array(counter));
htp.dlistDef(value_array(counter));
end loop;
htp.dlistClose;
htp.bodyClose;
htp.htmlClose;
end;

Similar Messages

  • Oracle8i and Oas 4081 - PLSQL TOOLKIT - Urgent Please help.

    Hi ,
    I installed Oracle 8i and Oas4081 on different ORACLE_HOME on the Linux 6.1 . When I tried to install the PLSQL toolkit it giving me an Oracle Database error 63744.
    But I am enabled the sql_trace and I found OAS is successfully connecting to Oralce8i database, but it failing for some reason.
    Do we need to do anything special on Oracle 8i side to install the PLSQL toolkit ..??
    .Please help ...
    Thanks in advance ..
    kkumar

    Is this what you're looking for?
    Usage Notes
    If the input data or key given to the DES3DECRYPT procedure is empty, then the procedure raises the error ORA-28231 "Invalid input to Obfuscation toolkit."
    If the input data given to the DES3DECRYPT procedure is not a multiple of 8 bytes, the procedure raises the error ORA-28232 "Invalid input size for Obfuscation toolkit." ORA-28233 is NOT applicable for the DES3DECRYPT function.
    If the key length is missing or is less than 8 bytes, then the procedure raises the error ORA-28234 "Key length too short." Note that if larger keys are used, extra bytes are ignored. So a 9-byte key will not generate an exception.
    C.

  • Running OAS plsql toolkit in HTML DB

    Hi, we currently have a lot of code written using the OAS plsql toolkit, running on an Oracle 8.1.6 database. These are primarily pages that are hosted on the internet.
    I was wondering could be migrate this plsql code to Oracle 10G, dispense with the now outdated OAS altogether and use the new features of HTML DB to run the plsql pages, without really any alteration.
    Does Oracle 10G allow us to put these pages onto the web using the Apache listener.
    Has anyone else done this?

    You can't "run" the PL/SQL pages with HTML DB. What you will find is that you can throw away 90% of your code used for UI and keep the queries used for reports and any SQL or PL/SQL used for DML.
    HTML DB will handle all of the UI, session state, report sorting and pagination, and form fields. I strongly encourage you (if you have not already) to write a few reports and play with the built-in column-heading sorting, pagination, and templates before you start this process. The reason I say this is that time after time, I see people faced with your exact task trying to hold on to their pl/sql htp.p's for reports. It takes them a while to see the light, and when they do, they wonder why they've been fighting it.
    asktom.oracle.com and think.com both went through this. It's amazing how much more you can focus on the content of the app and adding new functionality when you don't have to worry about the stuff HTML DB takes care of for you. Just try it out on htmldb.oracle.com, you'll get what I'm saying in no time.
    Good luck,
    Tyler

  • PLSQL toolkit with OAM 11gR2

    Hello,
    We're currently using PLSQL toolkit developed applications with Oracle SSO. We're looking to upgrade to OAM in the near future and would like to verify if we can use these PLSQL toolkit applications with OAM. Will this be a problem for us?
    Thanks for any information or insight.
    Ariel

    Colin,
    One more question pertaining to this is
    earlier i was not using any valid host:port combinations in host identifier. it was generic string equal to the the name of host identifier.
    But now after changing servercache to form and modifying the login form to return OAM_REQ, i have to put valid combinations in the host identifier. without that it shown Bad Access Manager error and in the logs:
    [2013-10-29T08:27:41.002-06:00] [oam_server2] [WARNING] [OAM-02073] [oracle.oam.controller] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: c72ab7e1931dad2b:-ad6b939:1420484d41b:-8000-0000000000000014,1:27010] [APP: oam_server#11.1.2.0.0] Error while checking if the resource is protected or not.
    [2013-10-29T08:27:41.003-06:00] [oam_server2] [ERROR] [OAM-04029] [oracle.oam.proxy.oam] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: c72ab7e1931dad2b:-ad6b939:1420484d41b:-8000-0000000000000014,1:27010] [APP: oam_server#11.1.2.0.0] Error in generating AMEvent. Details Event Response status is STATUS_FAIL for GET_AUTHN_SCHEME event. Error code OAM-02073 status fail isExcluded false
    Could you please explain the behaviour.
    Thanks in advance.

  • OAS 4.0.X: Problems installing PLSQL Toolkit

    After installing Oracle Application Server 4.0.7, which came
    bundled with the latest "beta" version of the JDeveloper 2.0
    Suite,I attempted to install the PL/SQL Toolkit via the OAS
    Utilities Page.
    The connection being attempted is to a remote database:
    "Oracle7 Server Release 7.2.3.0.0",
    utilizing "PL/SQL Release 2.2.3.0.0"
    After entering the connect string and the password for the DBA
    username "sys" on the PL/SQL Toolkit Install Form, and clicking
    on the "Apply" button, several PL/SQL errors were reported during
    the installation process.
    The installation error log follows:
    Installing PL/SQL Packages for User: oas_public ...
    Oracle Server Manager Release 3.0.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    ORA-12203: TNS:unable to connect to destination
    SVRMGR> SVRMGR> Connected.
    SVRMGR> Statement processed.
    SVRMGR> Statement processed.
    Statement processed.
    Statement processed.
    <stuff deleted from log>
    MGR-00072: Warning: PACKAGE BODY HTP created with compilation
    errors.
    Errors for PACKAGE BODY HTP:
    LINE/COL ERROR
    637/10 PLS-00103: Encountered the symbol "DELETE" when
    expecting one of the fo
    MGR-00072: Warning: PACKAGE BODY OWA created with compilation
    errors.
    Errors for PACKAGE BODY OWA:
    LINE/COL ERROR
    7/38 PLS-00487: Invalid reference to variable 'PARAM_VAL'
    7/18 PL/SQL: Item ignored
    34/19 PLS-00320: the declaration of the type of this
    expression is incomplete
    34/7 PL/SQL: Statement ignored
    <stuff deleted from log >
    Can anyone supply info as to why these errors were generated?
    Could the OAS PL/SQL scripts be revised to eliminate these
    errors?
    Any help would be appreciated.
    --- Bill Angel
    null

    Your PL/SQL is too old.
    You need PL/SQL 8.
    Bill Angel (guest) wrote:
    : After installing Oracle Application Server 4.0.7, which came
    : bundled with the latest "beta" version of the JDeveloper 2.0
    : Suite,I attempted to install the PL/SQL Toolkit via the OAS
    : Utilities Page.
    : The connection being attempted is to a remote database:
    : "Oracle7 Server Release 7.2.3.0.0",
    : utilizing "PL/SQL Release 2.2.3.0.0"
    : After entering the connect string and the password for the DBA
    : username "sys" on the PL/SQL Toolkit Install Form, and clicking
    : on the "Apply" button, several PL/SQL errors were reported
    during
    : the installation process.
    : The installation error log follows:
    : Installing PL/SQL Packages for User: oas_public ...
    : Oracle Server Manager Release 3.0.5.0.0 - Production
    : (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    : ORA-12203: TNS:unable to connect to destination
    : SVRMGR> SVRMGR> Connected.
    : SVRMGR> Statement processed.
    : SVRMGR> Statement processed.
    : Statement processed.
    : Statement processed.
    : <stuff deleted from log>
    : MGR-00072: Warning: PACKAGE BODY HTP created with compilation
    : errors.
    : Errors for PACKAGE BODY HTP:
    : LINE/COL ERROR
    : 637/10 PLS-00103: Encountered the symbol "DELETE" when
    : expecting one of the fo
    : MGR-00072: Warning: PACKAGE BODY OWA created with compilation
    : errors.
    : Errors for PACKAGE BODY OWA:
    : LINE/COL ERROR
    : 7/38 PLS-00487: Invalid reference to variable 'PARAM_VAL'
    : 7/18 PL/SQL: Item ignored
    : 34/19 PLS-00320: the declaration of the type of this
    : expression is incomplete
    : 34/7 PL/SQL: Statement ignored
    : <stuff deleted from log >
    : Can anyone supply info as to why these errors were generated?
    : Could the OAS PL/SQL scripts be revised to eliminate these
    : errors?
    : Any help would be appreciated.
    : --- Bill Angel
    null

  • International characters and mod_plsql

    We are having troubles with mod_plsql translating international characters.
    Here is the scenario:
    We have an HTML form whereby the user can enter a letter.
    If they enter the letter 'X', by the time it calls the ACTION in the
    html form, it has changed it from 'X' to '&_Oslash' (I have inserted an
    underscore character for demonstration purposes).
    The ACTION in the HTML form is a plsql procedure which does nothing more
    than display the character the user entered. It "visually" displays the
    X character because the browser knows how to interpret the &_Oslash,
    however the "real" character should have been 'X' since we want to store
    this character in the UTF8 database. We need to store the 'X' character
    in order to search on it (you can't search on &_Oslash).
    Any help on this would be appreciated. We only have thousands of hotels internationally,
    it would be nice to use other languages besides english.
    Sun OS 5.8
    9ias 1.0.2.2.0
    mod_plsql 3.0.9.8.3b
    rdbms 8.1.7.3.0
    NLS_CHARACTERSET=UTF8 (and NLS_NCHAR_CHARACTERSET)
    NLS_LANGUAGE=AMERICAN
    owa_util plsql toolkit 3.0.0.0.5
    Thanks, Kate

    I'm picking up the IP address but I also want to pick up the name the username and the %u doesn't seem to be capturing the mod_plsql login name.
    Jeremy.

  • Dynamic Generation of Back URL

    I opened a tar on the dynamic generation of a back URL because the information on the forums has been incomplete and without solid examples for my needs. They provided the following information:
    "So far I have found a few methods to achieve what you are wanting to do....
    With the plsql web toolkit there is a function called owa_util.get_cgi_env. You can use this to grab many different parameters. You could use this function to reconstruct the actual url that you are on.
    For example, request_protocol, server_name, server_port, script_name, and path_info could all be concatenated to create the original url.
    Or you can also use the owa_util.get_cgi_env function in the called screen to grab the url of the calling url. So essentially the url you want to go back to. This parameter value is called HTTP_REFERER and it contains the complete url. The only issue with this one is that you can not reference it until you are already in the second page. Therefore you could not pass it to that second page when building the page.
    Documentation on the above is included in the 9iAS documentation set since it is part of the plsql toolkit and not specific to Portal. The url to this documentation is:
    http://otn.oracle.com/docs/products/ias/doc_library/1022doc_otn/apps.102/a90101/toc.htm
    I will continue searching for anything specific to Portal and its api's but up to now I have not seen anything specific to this."

    Dear Kishore,
    Write the following code in the wdDoModifyView(...) method..and replace YourModelNode with actuals
    if (firstTime) {
    // Get the reference to the UI rool elemnet
                          IWDTransparentContainer rootElement = (IWDTransparentContainer) view.getRootElement();
    // Set the layout manager to MatrixLayout
         rootElement.createLayout(IWDMatrixLayout.class);
    // Get the metadata of the node
         IWDNodeInfo nodeInfo = wdContext.getYourModelNode().getNodeInfo();
         for (Iterator iter = nodeInfo.iterateAttributes(); iter.hasNext();) {
              IWDAttributeInfo attributeInfo = (IWDAttributeInfo) iter.next();
              IWDLinkToURL LinkToURL=(IWDLinkToURL) view.createElement(IWDLinkToURLclass,attributeInfo.getName() +"LinkToURL");
              LinkToURL.setText(attributeInfo.getName());
                                              LinkToURL.setReference(attributeInfo.getReference());
              LinkToURL.createLayoutData(IWDMatrixHeadData.class);
              // Add the LinkToURL to the UI
              rootElement.addChild(LinkToURL);
    Hope it helps!
    Warm Regards
    Upendra Agrawal

  • Error in OAS with Jservlet.

    I have two problems.
    I'm begin in java and i have a questions.
    thanks for answer me to [email protected]
    this is my enviroment:
    Version ORACLE: oracle 8i enterprise edition 8.1.5
    Version OAS: Oracenterprise edition 4.0.8.1
    Version JDEVELOPER: 3.0 export.
    Version WinNT: NT server SP5 , IE5
    the instalation of ORACLE, OAS(Enterprise), y JDEVELOPER was default.
    What i do:
    I publish a JAva store procedure in the database and its working.
    I run applets (make in jdeveloper, infobus) and work from IIS and OAS.
    I can run PLSQL toolkit and it's work.
    I run de application ACME VIDEO from jdeveloper and it's work.
    I publisha HelloWorld Servlet from oas.
    What i cant do?
    - Publish a DBservlet from oas<error1>
    - deploy a Enterprise JAva BEan to Oracle 8i using iiop<error2>
    Questions?
    Any configuration in OAS?
    init.ora is ok?
    patch jdeveloper?
    patch oas?
    other configuration?
    How i confirm to JSERVER is correctly install?
    How i test iiop conection? listener?
    atach Errors, WRB.app, Init.ora, listener.ora. tnsnames.ora
    Error 1 (SERVLET OAS)
    I follow a manual in /jdeveloper/readme.html about how i install jservlet in oas.
    and this problem result:
    wrks.exe
    Unable to locate DLL
    the dynamic link library yoc40.dll could not be found in the specified path d:\oracle\oas\ows\4.0\bin; c:\winnt\System32;...
    Error 2 (JDEVELOPER IIOP)
    username acme
    pasword acme
    Host id icon
    sid ORCL
    port 2481
    Error:
    "Conection Exception
    Can`t find resource. "
    WRB.APP
    La aplicacion que estoy probando es MYServlets
    [SYSTEM]
    SiteName = website40
    DisplaySiteName = website40 Site
    WRB_primary_host = orasvr.126.0.0.1
    WRB_crypt = v1.0
    WRB_type = b611064beb189bb6686ed7d705292c06
    HostList = orasvr
    CollapseProcessModel = TRUE
    PriorityScheduling = yes
    NextResourceId = 1002
    OASEdition = Enterprise Edition
    OASVersion = 4.0.8.1.0
    OASCompatibleVersion = 4.0.8.1.0
    RuntimeList = CWEB, CCORBA, PERL, LiveHTML, ECO4JAVA, EJB, JavaCorba, JAVAWEB, JSERVLET, PLSQL
    AppsList = owsapps,DB_Utilities,plsql,jservlets,oneEJBHotel,MyServlets
    AincName = __
    [SYSTEM.HA]
    ConfigProvider = Disabled
    AuthServer = Disabled
    Broker = Disabled
    Logger = Disabled
    CartridgeServerFac = Disabled
    Dispatcher = Enabled
    MonitorDaemon = Disabled
    RMProxy = Disabled
    Timeout = 30
    BrokerTimeout = 60
    [Basic]
    Realm.Admin Server = Administrators
    Group.Administrators = admin
    User.admin = 21232f297a57a5a743894a0e4a801fc3
    [AuthService]
    Service.Mode = INMEMORY
    Schemes.INMEMORY = Basic, Digest, IP, Domain
    Schemes.ORB = Basic_Oracle, Cert
    Schemes.ORBHOST = Basic_Oracle, Cert
    Scheme.Basic.Lib = %ORAWEB_HOME%\bin\libwrasbasic40.dll, wrASPBDI_dyn_init
    Scheme.Digest.Lib = %ORAWEB_HOME%\bin\libwrasdigest40.dll, wrASPGDI_dyn_init
    Scheme.IP.Lib = %ORAWEB_HOME%\bin\libwrasip40.dll, wrASPIDI_dyn_init
    Scheme.Domain.Lib = %ORAWEB_HOME%\bin\libwrasdomain40.dll, wrASPDDI_dyn_init
    Scheme.Basic_Oracle.Lib = %ORAWEB_HOME%\bin\libwrasoracle40.dll, wrASPODI_dyn_init
    Scheme.Cert.Lib = %ORAWEB_HOME%\bin\libwrascert40.dll, wrASPCDI_dyn_init
    Scheme.IP.Impl = WRAS_IP
    Scheme.Basic.Impl = WRAS_BASIC
    Scheme.Digest.Impl = WRAS_DIGEST
    Scheme.Domain.Impl = WRAS_DOMAIN
    Scheme.Basic_Oracle.Impl = WRAS_BASIC_ORACLE
    Scheme.Cert.Impl = WRAS_CERT
    [Logger]
    logger_dad_name = DBA
    logger_batch = ON
    logger_rollover = Never
    logger_logxlf = ON
    logger_logxlf_desttype = FS
    logger_logxlf_destdir = %ORAWEB_HOME%\..\admin\website40\log
    logger_logxlf_destfname = xlf.log
    logger_logxlf_maxfsize = 10000000
    logger_logxlf_archivedir = %ORAWEB_HOME%\..\admin\website40\log
    logger_logxlf_fields = clf
    logger_logsys = ON
    logger_logsys_desttype = FS
    logger_logsys_destdir = %ORAWEB_HOME%\..\admin\website40\log
    logger_logsys_destfname = wrb.log
    logger_logsys_maxfsize = 10000000
    logger_logsys_archivedir = %ORAWEB_HOME%\..\admin\website40\log
    logger_logsys_mask = 0xFFFFFFFF
    logger_logsys_level = 3
    logger_logattrib = ON
    logger_logattrib_desttype = FS
    logger_logattrib_destfname = attrib.log
    logger_logattrib_destdir = %ORAWEB_HOME%\..\admin\website40\log
    logger_logattrib_maxfsize = 10000000
    logger_logattrib_archivedir = %ORAWEB_HOME%\..\admin\website40\log
    [ots.otssrv]
    description = OTS server
    max_distributed_transactions = 66
    max_resources_accessed_per_txn = 6
    application_dispatch_thread_number = 3
    [RUNTIME.CWEB]
    RuntimeVersion = 4.0
    DisplayName = "C Web"
    AppFile = D:\Oracle\Oas\ows\4.0\install\CWEB.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=CWEB&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [APPLICATION.owsapps]
    ServerInterface = WEB
    ServerRuntime = CWEB
    CartTimeout = 86400
    Hosts = orasvr
    ExecString = wrks -s
    Priority = medium
    DisplayName = "Server Status Monitor App"
    Cartridges = owsapps/owsstat
    [APPLICATION.owsapps.WEB]
    AppMimeTypes = - jpeg,gif
    GetClientCert = Disabled
    Session = Disabled
    SessionIdle = 15
    [AppDirs]
    /owsapps/owsstat owsapps/owsstat %ORAWEB_HOME%\bin
    /owsstat owsapps/owsstat %ORAWEB_HOME%\bin
    /DB_Utilities/DB_Browser DB_Utilities/DB_Browser %ORAWEB_HOME%\bin
    /DB_Utilities/Log_Analyzer DB_Utilities/Log_Analyzer %ORAWEB_HOME%\bin
    /plsql/toolkit/ plsql/toolkit %ORAWEB_HOME%\bin
    /Jservlets/Samples/ jservlets/Samples d:\oracle\oas\ows\4.0\test\
    /servlets/ MyServlets/DbServlets %ORAWEB_HOME%\lib
    [SYSTEM_owsapps/owsstat]
    Stateless = FALSE
    ThreadSafe = no
    Prestart = 0
    MinInstances = 1
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 1
    Application = owsapps
    DisplayName = "Web Server Status Monitor"
    [Apps]
    owsapps/owsstat %ORAWEB_HOME%\bin\wstat.dll testentry
    DB_Utilities/DB_Browser %ORAWEB_HOME%\..\cartx\plsql\bin\ndwoa40.dll ndwoadinit
    DB_Utilities/Log_Analyzer %ORAWEB_HOME%\..\cartx\plsql\bin\ndwoa40.dll ndwoadinit
    plsql/toolkit %ORAWEB_HOME%\..\cartx\plsql\bin\ndwoa40.dll ndwoadinit
    jservlets/Samples %ORACLE_HOME%\ows\cartx\jweb\lib\jcartx40.dll ojsdinit
    MyServlets/DbServlets %ORACLE_HOME%\ows\cartx\jweb\lib\jcartx40.dll ojsdinit
    [RUNTIME.CCORBA]
    RuntimeVersion = 4.0.8
    DisplayName = "C++ Corba"
    AppFile = D:\Oracle\Oas\ows\4.0\install\CCORBA.app
    AddAppURL = /ows-abin/jcgi.bat?FORM_CODE=j_cpp_ccorba_install
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    AppsDir = ..\cpp
    [RUNTIME.PERL]
    RuntimeVersion = 4.0
    DisplayName = "Perl"
    AppFile = D:\Oracle\Oas\ows\cartx\perl\install\perl.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=PERL&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [RUNTIME.LiveHTML]
    RuntimeVersion = 4.0
    DisplayName = "LiveHTML"
    AppFile = D:\Oracle\Oas\ows\4.0\..\cartx\livehtml\install\livehtml.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=LiveHTMLL&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [RUNTIME.ECO4JAVA]
    RuntimeVersion = 4.0
    DisplayName = "Enterprise Corba Objects for Java"
    AppFile = D:\Oracle\Oas\ows\4.0\install\ECO4JAVA.app
    AddAppURL = /ows-abin/jcgi.bat?FORM_CODE=j_eco_add
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    AppsDir = ..\apps\eco4j
    [RUNTIME.EJB]
    RuntimeVersion = 4.0
    DisplayName = "Enterprise JavaBeans"
    AppFile = D:\Oracle\Oas\ows\4.0\install\EJB.app
    AddAppURL = /ows-abin/jcgi.bat?FORM_CODE=j_ejb_add
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    AppsDir = ..\apps\ejb
    [RUNTIME.JavaCorba]
    RuntimeVersion = 4.0
    DisplayName = "JCorba"
    AppFile = D:\Oracle\Oas\ows\4.0\install\JavaCORBA.app
    AddAppURL = /ows-abin/jcgi.bat?FORM_CODE=j_jco_add
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    AppsDir = ..\apps\jco
    [RUNTIME.JAVAWEB]
    RuntimeVersion = 4.0
    DisplayName = "JWeb"
    AppFile = D:\Oracle\Oas\ows\4.0\..\cartx\jweb\install\javaweb.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=JAVAWEB&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [RUNTIME.JSERVLET]
    RuntimeVersion = 4.0
    DisplayName = "JServlet"
    AppFile = D:\Oracle\Oas\ows\4.0\..\cartx\jweb\install\jservlet.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=JSERVLET&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [RUNTIME.PLSQL]
    RuntimeVersion = 4.0
    DisplayName = "PL/SQL"
    AppFile = D:\Oracle\Oas\ows\4.0\..\cartx\plsql\install\runtime_plsql.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=PLSQL&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [APPLICATION.DB_Utilities]
    Hosts = orasvr
    ExecString = wrks -s
    ServerInterface = WEB
    CartTimeout = 86400
    Priority = medium
    DisplayName = "DB Utilities"
    ServerRuntime = PLSQL
    Cartridges = DB_Utilities/Log_Analyzer, DB_Utilities/DB_Browser
    [APPLICATION.DB_Utilities.WEB]
    AppMimeTypes = - jpeg,gif
    GetClientCert = Disabled
    Session = Disabled
    SessionIdle = 15
    [SYSTEM_DB_Utilities/DB_Browser]
    Stateless = FALSE
    ThreadSafe = TRUE
    Prestart = 0
    MinInstances = 0
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 1
    Application = DB_Utilities
    DisplayName = "DB Browser"
    [SYSTEM_DB_Utilities/Log_Analyzer]
    Stateless = FALSE
    ThreadSafe = TRUE
    Prestart = 0
    MinInstances = 0
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 1
    Application = DB_Utilities
    DisplayName = "Log Analyzer"
    [DB_Utilities/Log_Analyzer_DB_Utilities/Log_Analyzer]
    owa_error_page = error.html
    owa_pkg_protect = TRUE
    owa_error_level = 2
    [DB_Utilities/DB_Browser_DB_Utilities/DB_Browser]
    owa_compress_files = FALSE
    owa_dad_name = toolkit
    owa_error_page = error.html
    owa_pkg_protect = TRUE
    owa_error_level = 2
    [DAD_toolkit]
    username = toolkit
    password = JHNMNIBOJPHDDBDL
    hostname = orasvr
    oracle_home = D:\Oracle\Oas
    oracle_sid = orcl
    nls_lang = AMERICAN_AMERICA.WE8ISO8859P1
    resource_id = 1001
    [APPLICATION.plsql]
    Hosts = orasvr
    ExecString = wrks -s
    ServerInterface = WEB
    CartTimeout = 86400
    Priority = medium
    DisplayName = "plsql"
    ServerRuntime = PLSQL
    Cartridges = plsql/toolkit
    [APPLICATION.plsql.WEB]
    AppMimeTypes = - jpeg,gif
    GetClientCert = Disabled
    Session = Disabled
    SessionIdle = 15
    [SYSTEM_plsql/toolkit]
    Stateless = FALSE
    ThreadSafe = TRUE
    Prestart = 0
    MinInstances = 0
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 1
    DisplayName = "toolkit"
    Application = plsql
    [plsql/toolkit_plsql/toolkit]
    owa_dad_name = toolkit
    owa_error_level = 2
    [APPLICATION.jservlets]
    ServerInterface = WEB
    ServerRuntime = JSERVLET
    CartTimeout = 86400
    Hosts = orasvr
    ExecString = wrks -s
    Priority = medium
    DisplayName = "jservlets"
    Cartridges = jservlets/Samples
    [APPLICATION.jservlets.ENV]
    CLASSPATH = %ORAWEB_HOME%\jdk\lib\classes.zip;%ORAWEB_HOME%\classes\services.jar;%ORACLE_HOME%\ows\cartx\jweb\classes\jweb.jar;%ORACLE_HOME%\ows\cartx\jweb\classes\jservlet.jar;%ORACLE_HOME%\o rb\classes\yoj.jar;%ORAWEB_HOME%\classes\cosnam.jar;%ORACLE_HOME%\orb\classes\session.jar;%ORACLE_HOME%\orb\classes\cache.jar;%ORACLE_HOME%\jdbc\lib\classes111.zip;%ORACLE_HOME%\ot s\classes\oraclejts.jar;%ORACLE_HOME%\ots\classes\jtsjdbc.jar;%ORAWEB_HOME%\classes\ecoapi.jar;%ORAWEB_HOME%\classes\ejbapi.jar;%ORAWEB_HOME%\classes\oasdeploy.jar;%ORAWEB_HOME%/te st/serv.jar;%ORAWEB_HOME%\lib\classes111.jar;%ORAWEB_HOME%/test/hotel.jar;%CLASSPATH%
    PATH = %ORAWEB_HOME%\jdk\bin;%ORACLE_HOME%\ows\cartx\jweb\lib;%PATH%
    [APPLICATION.jservlets.WEB]
    AppMimeTypes = - jpeg,gif
    GetClientCert = Disabled
    Session = Enabed
    SessionIdle = 15
    SessionFailoverSupport = TRUE
    [APPLICATION.jservlets.JAVA]
    SYSTEM_PROPERTY = ORAWEB_HOME=%ORAWEB_HOME%
    SYSTEM_PROPERTY = ORACLE_HOME=%ORACLE_HOME%
    MAX_HEAP = 64M
    SYSTEM_PROPERTY = java.naming.factory.initial=oracle.oas.naming.jndi.CartxInitCtxFactory
    RUNTIME_MODE = JSERVLET
    [SYSTEM_jservlets/Samples]
    Priority = medium
    MinInstances = 1
    MaxInstances = 1
    MinThreads = 3
    MaxThreads = 10
    Stateless = TRUE
    ThreadSafe = TRUE
    MaxClients = 10
    JavaWebInterface = 3.0
    DisplayName = "Samples"
    Application = jservlets
    + = plication
    [APPLICATION.jservlets.LOG]
    logger_logsys = OFF
    logger_logsys_destdir = e:\
    logger_logsys_destfname = servlet.log
    logger_logsys_level = 15
    [APPLICATION.oneEJBHotel]
    ServerInterface = CORBA
    ExecString = javaw -mx64M oracle.oas.container.Main
    GlobalMinServers = 0
    GlobalMaxServers = 20
    Hosts = orasvr
    Transactions = Disabled
    Priority = medium
    UsesAinc = TRUE
    DisplayName = "oneEJBHotel"
    ServerRuntime = EJB
    ServerJarFile = %ORAWEB_HOME%\..\apps\ejb\oneEJBHotel\_server.jar
    ClientJarfile = %ORAWEB_HOME%\..\apps\ejb\oneEJBHotel\_client.jar
    AppFile = D:\Oracle\Oas\ows\4.0\..\apps\ejb\oneEJBHotel\_application.app
    AppJarFile = %ORAWEB_HOME%\..\apps\ejb\oneEJBHotel\_application.jar
    CreateNamingContext = TRUE
    Cartridges = oneEJBHotel/__,oneEJBHotel/HotelSystem
    ComponentGroups = oneEJBHotel/__
    [APPLICATION.oneEJBHotel.ENV]
    CLASSPATH = %ORAWEB_HOME%\classes\services.jar;%ORACLE_HOME%\orb\classes\yoj.jar;%ORAWEB_HOME%\ejb\lib\ejbrt.jar;%ORACLE_HOME%\ots\classes\jtsjdbc.jar;%ORACLE_HOME%\ots\classes\oraclejts.jar;% ORACLE_HOME%\jdbc\lib\classes111.zip;%ORAWEB_HOME%\..\apps\ejb\oneEJBHotel\_server.jar;%ORAWEB_HOME%\..\apps\ejb\oneEJBHotel\_application.jar;%CLASSPATH%
    PATH = %ORACLE_HOME%\ots\lib;%ORAWEB_HOME%\jdk\bin;%PATH%
    [SYSTEM_oneEJBHotel/HotelSystem]
    MinInstances = 0
    Prestart = 0
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 10
    Stateless = FALSE
    ThreadSafe = yes
    Application = oneEJBHotel
    DisplayName = "HotelSystem"
    RemoteInterface = oneEJBHotel.HotelSystem
    HomeInterface = oneEJBHotel.HotelSystemHome
    [SYSTEM_oneEJBHotel/HotelSystem.JBEAN]
    FactoryClassName = oracle.oas.container.cartridge.ContainerCIFactoryImpl
    HomeClassName = oneEJBHotel.oas.corba0._HomeImpl
    Reusable = TRUE
    Timeout = 0
    [SYSTEM_oneEJBHotel/__]
    MinInstances = 0
    Prestart = 0
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 10
    Stateless = FALSE
    ThreadSafe = yes
    Application = oneEJBHotel
    DisplayName = "Application Instance"
    ComponentGroupMembers = oneEJBHotel/HotelSystem.Wrapper
    [SYSTEM_oneEJBHotel/__.JBEAN]
    FactoryClassName = oracle.oas.container.cartridge.ContainerCIFactoryImpl
    CartClassName = oracle.oas.container.appinstance.AppInstanceCart
    GlobalInitMethod = globalInit
    GlobalRemoveMethod = globalRemove
    GlobalShowStateMethod = globalShowState
    Reusable = TRUE
    Timeout = 3600
    Homes = oneEJBHotel/HotelSystem
    [SYSTEM_oneEJBHotel/HotelSystem.JBEAN.TX]
    TransactionMode = TX_NOT_SUPPORTED
    [APPLICATION.MyServlets]
    ServerInterface = WEB
    ServerRuntime = JSERVLET
    CartTimeout = 86400
    Hosts = orasvr
    ExecString = wrks -s
    Priority = medium
    DisplayName = "MyServlets"
    Cartridges = MyServlets/DbServlets
    [APPLICATION.MyServlets.ENV]
    CLASSPATH = %ORAWEB_HOME%\lib\myservlets.jar;
    %ORAWEB_HOME%\lib\classes111.zip;
    %ORAWEB_HOME%\jdk\lib\classes.zip;
    %ORAWEB_HOME%\classes\services.jar;
    %ORACLE_HOME%\ows\cartx\jweb\classes\jweb.jar;
    %ORACLE_HOME%\ows\cartx\jweb\classes\jservlet.jar;
    %ORACLE_HOME%\orb\classes\yoj.jar;
    %ORAWEB_HOME%\classes\cosnam.jar;
    %ORACLE_HOME%\orb\classes\session.jar;
    %ORACLE_HOME%\orb\classes\cache.jar;
    %ORACLE_HOME%\jdbc\lib\classes111.zip;
    %ORACLE_HOME%\ots\classes\oraclejts.jar;
    %ORACLE_HOME%\ots\classes\jtsjdbc.jar;
    %ORAWEB_HOME%\classes\ecoapi.jar;
    %ORAWEB_HOME%\classes\ejbapi.jar;
    %ORAWEB_HOME%\classes\oasdeploy.jar;
    %CLASSPATH%
    PATH = %ORAWEB_HOME%\jdk\bin;
    %ORAWEB_HOME%\ows\cartx\jweb\lib;
    %PATH%
    [APPLICATION.MyServlets.WEB]
    AppMimeTypes = - jpeg,gif
    GetClientCert = Disabled
    Session = Enabled
    SessionIdle = 15
    SessionFailoverSupport = TRUE
    [APPLICATION.MyServlets.JAVA]
    SYSTEM_PROPERTY = ORAWEB_HOME=%ORAWEB_HOME%
    SYSTEM_PROPERTY = ORACLE_HOME=%ORACLE_HOME%
    MAX_HEAP = 64M
    SYSTEM_PROPERTY = java.naming.factory.initial=oracle.oas.naming.jndi.CartxInitCtxFactory
    RUNTIME_MODE = JSERVLET
    [SYSTEM_MyServlets/DbServlets]
    MinInstances = 1
    MaxInstances = 1
    MinThreads = 3
    MaxThreads = 10
    Stateless = TRUE
    ThreadSafe = TRUE
    MaxClients = 10
    JavaWebInterface = 3.0
    DisplayName = "DbServlets"
    Application = MyServlets
    init.ora
    db_name = ORCL
    instance_name = ORCL
    service_names = ORCL
    db_files = 1024 # INITIAL
    control_files = ("D:\Oracle\oradata\ORCL\control01.ctl", "D:\Oracle\oradata\ORCL\control02.ctl")
    db_file_multiblock_read_count = 8 # INITIAL
    db_block_buffers = 8192 # INITIAL
    shared_pool_size = 15728640 # INITIAL
    java_pool_size = 20971520
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 59 # INITIAL
    parallel_max_servers = 5 # SMALL
    log_buffer = 32768 # INITIAL
    max_dump_file_size = 10240 # limit trace file size to 5M each
    global_names = true
    oracle_trace_collection_name = ""
    background_dump_dest = D:\Oracle\admin\ORCL\bdump
    user_dump_dest = D:\Oracle\admin\ORCL\udump
    db_block_size = 2048
    remote_login_passwordfile = exclusive
    os_authent_prefix = ""
    # The following parameters are needed for the Advanced Replication Option
    job_queue_processes = 2
    job_queue_interval = 10
    open_links = 4
    distributed_transactions = 500
    mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
    mts_servers = 1
    compatible = 8.1.0
    LISTENER ORA
    # D:\ORACLE\ORA81\NETWORK\ADMIN\LISTENER.ORA Configuration File:D:\Oracle\Ora81\network\admin\listener.ora
    # Generated by Oracle Net8 Assistant
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orasvr)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = orasvr)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\Oracle\Ora81)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = ORCL)
    (ORACLE_HOME = D:\Oracle\Ora81)
    (SID_NAME = ORCL)
    TNSNAMES.ora del server
    # D:\ORACLE\ORA81\NETWORK\ADMIN\TNSNAMES.ORA Configuration File:D:\Oracle\Ora81\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle Net8 Assistant
    ORCL.126.0.0.1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orasvr)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = orasvr)(PORT = 2481))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    EXTPROC_CONNECTION_DATA.126.0.0.1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    null

    hi,
    Are you using forms and reports???
    If yes then go
    $ORACLE_HOME\forms\j2ee\orion-web.xml
    Check for the line
    <context-param-mapping name="configFileName">
    /oraApps/oraclebi/forms/server/formsweb.cfg
    </context-param-mapping>
    (/oraApps/oraclebi/ is the value for my ORACLE_HOME.)
    Make sure that the configFileName is pointing to a valid file (formsweb.cfg by default) and that the directory path is correct.
    This should solve your problem
    Regards
    Fabian

  • Building a report form ?

    Hy folks,
    I am searching for a way to read data from a database to make them available in a form and to use it as parameter for an database report!! The surrounding is the Internet and in use is an Web-Application Server 9i!
    null

    hello,
    there are multiple ways to create an HTML form based on database data. a servlet would be one, but you could also create a PLSQL procedure using the PLSQL-Toolkit to create the form.
    the form then sends the request to the report server passing the parameters.
    regards,
    the oracle reports team

  • OAS 4.0.8.1 & UPLOADING

    I want to upload images/files and store them into the database or into the Server's File System for future downloads.
    I do know that OAS 4.0 lets you upload images and other files into your database(Using PLSQL toolkit).
    Please, If anyone knows something I would like to reply to me and give me some guidelines.
    (I am really dissapointed with the instructions of ORACLE's manuals)

    i also has same problem. seems it is very easy in ORACLE OAS document. I follow it but it doesn't work. Help!

  • Oracle8i, OAS, NT - Can not service this request, please try again later

    Hello,
    I've installed OAS 4.0.7.1 (including the patch download from Oracle) and Oracle8i in two separate Oracle_Homes on an NT 4, sp4 machine.
    I've managed to get the JWEB, Livehtml and JCO samples running, however the PLSQL and CWEB samples won't run...giving a really useful error message of:
    'Can not service this request, please try again later'
    oh, and I have installed the PLSQL toolkit etc.
    I've previously had an OAS 4.0.5 app up and running fine on NT 4 sp4, against an 8.0.4 DB.
    Has anyone got any ideas on what the problem is with the PLSQL/CWeb cartridges?
    thanks
    David
    [email protected]

    Hi David,
    This could be because of low physical & virtual memory, but if you can post errors that are in log file(wrb.log) it will help to
    solve the problem
    Ganesh

  • XSQL and OWA

    I'm trying to use the <xsql:include-owa> action element inside an XSQL page. According to the XSQL release notes:
    "If you will be using the <xsql:include-owa> action element, you may need to install the latest OWA Packages for PL/SQL if you do not have them installed already. If you determine they need to be installed, see the ./xsql/demo/owa/owa_packages.zip file included in this distribution and execute the owains.sql script to create the necessary packages."
    I've just installed the packages and get the following error from my XSQL page:
    <xsql-error action="xsql:include-owa">
    <message>XML returned from PLSQL agent was not well-formed</message>
    </xsql-error>
    One note, I didn't install the packages from the owa_packages.zip file. Instead, I installed the WebDB that came with the PLSQL toolkit. Could I have possibly NOT installed the latest OWA packages? I didn't install using the zip file because when our dba ran the owains.sql script, it prompted him to enter some values for which he was unsure as to what he should enter.
    Do you know what may be wrong? Are there any installation notes for owains.sql script? There are none present in the owa_packages.zip file.
    null

    I think I misunderstood your question, but I also figured out my problem. My stored procedure wasn't printing any tags. I was doing something like this:
    htp.print('hello world');
    When I should have been printing this:
    htp.print('<hello>hello world</hello>');
    I guess the error that I was seeing "XML returned from PLSQL agent was not well-formed" should have been my clue. Duh!

  • Using webdav and uploading

    Hi, I was wondering if there is a way which I can drag and drop files via a web folder and upload documents to the document table specified in my DAD rather than the default portal one. I know that this can be done using the PLSQL toolkit but this isnt really what im looking for. I want to upload via webdav. Does anyone know how I can do this?

    Thank you Patrick!
    BUT the emphasis is on "via web folder"!
    Via web folder (WebDav) produces PROPFIND and not GET or POST requests on the web server so those requests have to be properly handeled by Apache.
    There is a WWDAV_API_DRIVER which gets Apache input in these cases, but it's practically useless since one can't customize it! The package body is wrapped...
    I stll wonder how one coud do it in PL/SQL.

  • Oas에서 다음과 같은 에러는 왜?

    * 질문한 사람 : hades413
    * 질문 등록일 : 2001-06-10 13:07:30
    * 조회 : 44716
    * 답변 : 1건 (minimax)
    -- 질문 내용 --
    Request Failed
    We were unable to process your request at this time.
    Error occured while accessing
    "/develop/plsql/adc_confirm_meminfo"
    at Sun Jun 10 12:57:55 2001
    OWS-05101: Execution failed due to Oracle error -6550
    PL/SQL Cartridge SERVICE: PLSQL/develop
    Please try again later
    -- 답변 내용 --
    1. minimax 님의 답변
    예전의 기억으로 보면 OWS-5101 / ORA-6550 ERROR 는
    여러가지 이유가 있었습니다.
    1) OAS 4.0.7 ~ 4.0.8 에서 경우에 따라 해당 PLSQL function/procedure
    를 수정한 후에 request하면 에러 발생 ( patch 있음 )
    특히, parameter 갯수가 수정되었을 때 발생
    workaround
    wrb.app 에 다음을 포함시킵니다
    [RUNTIME.PLSQL]
    Cache_Proc_Desc = false
    이것은 OAS 에서 PLSQL OBJECT Cache 기능을 없애는 것입니다.
    2) OAS 를 3.0.x 에서 OAS 4.0.x 로 upgrade를 했었다면
    혹시 모르니 HT%, OWA% 등의 PLSQL Toolkit package가 일반User 소유로
    만들어진것이 있나 확인해보세요.
    3) 마지막으로 작성하신 application 에 error 처리를 추가하여
    보세요. 정말로 PLSQL 수행중 에러 발생에 대한 처리가 되지 않아서
    있을 수도 있으니까요..
    EXCEPTION
    WHEN OTHERS then NULL;
    그럼 ...

    * 질문한 사람 : hades413
    * 질문 등록일 : 2001-06-10 13:07:30
    * 조회 : 44716
    * 답변 : 1건 (minimax)
    -- 질문 내용 --
    Request Failed
    We were unable to process your request at this time.
    Error occured while accessing
    "/develop/plsql/adc_confirm_meminfo"
    at Sun Jun 10 12:57:55 2001
    OWS-05101: Execution failed due to Oracle error -6550
    PL/SQL Cartridge SERVICE: PLSQL/develop
    Please try again later
    -- 답변 내용 --
    1. minimax 님의 답변
    예전의 기억으로 보면 OWS-5101 / ORA-6550 ERROR 는
    여러가지 이유가 있었습니다.
    1) OAS 4.0.7 ~ 4.0.8 에서 경우에 따라 해당 PLSQL function/procedure
    를 수정한 후에 request하면 에러 발생 ( patch 있음 )
    특히, parameter 갯수가 수정되었을 때 발생
    workaround
    wrb.app 에 다음을 포함시킵니다
    [RUNTIME.PLSQL]
    Cache_Proc_Desc = false
    이것은 OAS 에서 PLSQL OBJECT Cache 기능을 없애는 것입니다.
    2) OAS 를 3.0.x 에서 OAS 4.0.x 로 upgrade를 했었다면
    혹시 모르니 HT%, OWA% 등의 PLSQL Toolkit package가 일반User 소유로
    만들어진것이 있나 확인해보세요.
    3) 마지막으로 작성하신 application 에 error 처리를 추가하여
    보세요. 정말로 PLSQL 수행중 에러 발생에 대한 처리가 되지 않아서
    있을 수도 있으니까요..
    EXCEPTION
    WHEN OTHERS then NULL;
    그럼 ...

  • PLs Xml demos needs for some bi packages

    Where can i find the following packages:
    Make sure that your database schema has access to the following packages on which PLSXML's utilities depend:
    HTP
    HTF
    OWA
    OWA_UTIL
    null

    I might be able to help here...
    Those are part of plsql toolkit, which is included as part of webdb or oracle application server or as a standalone. If you think these products are installed but you still can't get to them, your dba may need to grant access to them to the user you are logged in as. To check whether they are installed, log in as a user with dba privilegs, either sys or system, and select name from dba_source where name in ('HTP', 'OWA_UTIL', 'HTF'). The release notes with webdb and OAS explain how to just install the Toolkit, I think.
    Hope this helps
    Marj

Maybe you are looking for