Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: comgrit
  • Content: Threads
  • Order by date
  1. comgrit

    How to create a cursor which the table name is dynamic

    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...
  2. comgrit

    Help needed : Error attribute defined twice : language

    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...
  3. comgrit

    OracleJSP Error -- attribute defined twice: language

    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...
  4. comgrit

    ls with timestamp

    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...
  5. comgrit

    How to determine the macro/query that assigned .....

    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...
  6. comgrit

    Oracle 9iAS vs. JRUN

    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...

Part and Inventory Search

Back
Top