Hi,
I'm trying to create a cursor within a procedure that have a tablename as parameter. This example is showing what I intend to do:
create or replace procedure test (p1 varchar2) as
cursor c1 (tabname IN varchar2)
is select distinct prod_code from tabname;
c1_rec c1%ROWTYPE...
Hi,
I'm implementing a J2EE application that has been run successfully in QA. Now I'm moving it to production. The same JSP that worked in QA do not work in production. Here's error message.
=========================================
500 Internal Server Error
OracleJSP...
Greetings,
I have a problem about inconsistency of 2 environment. The system consist of :
QA Environment:
Oracle RDBMS 8.1.7.4 (in #1 HP-UX box)
Oracle 9IAS running J2EE 1.2 (in #2 HP-UX box)
Production Environment:
Oracle RDBMS 8.1.7.1b (in #3 HP-UX box)
Oracle 9IAS running J2EE 1.3 (in #4...
I'm trying to extract the filename and date/time stamp of each file in YYYYMMDDHHMMSS format. For example
$ ls -l
total 26
-rw-rw-r-- 1 idwcq idwcq 0 Jun 3 13:30 os30_mdai_fw.stopfw
drwxrwxrwx 2 idwcq idwcq 1024 May 14 23:58 temp
drwxrwxrwx 2 idwcq...
Help needed,
we are trying to debug a MS Access 2.0 (pretty old) application with lot of customized toolbar. I would like to know if there is anyway to find out which macro (among 200++) that linked to a specific button on the custom toolbar.
I have search the help, but only topic available is...
I would like to understand the key differences between choosing 9iAS and JRUN to be an application server.
I'm responsible for deliver an web application that interact with an Oracle RDBMS running on HP-UX. One of the key requirement of the system is to have the web front-end. The company...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.