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 Chriss Miller 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: *

  1. moin73

    ORA-24323

    We have a web application where user connect to the oracle db (10g). User are getting following error when they execute specific report (ACTUATE). Note: WEBLOGIC is connect to the oracle through JDBC. ORA-24323: value not allowed
  2. moin73

    How to display a cursor variable in proc ?

    It's resolved, appreciate your help. Thanks
  3. moin73

    dbms_obfuscation_toolkit ?

    Is there any way to optimize "dbms_obfuscation_toolkit" ? I am using this package to encrypt/decrypt a client id. A CLIENT table contains more than 10,000 rows and performance goes so down whenever I called this routine. Please advise. Regards
  4. moin73

    How to display a cursor variable in proc ?

    I am trying and getting following error msgs. ERROR: ORA-24338: statement handle not executed SP2-0625: Error printing variable "myrefc
  5. moin73

    How to display a cursor variable in proc ?

    My cursor is returning a value, how to display it with dbms_output.put_line command. I m getting followng error msgs ORA-24338 dbms_output.put_line(to_char(o_result_set_rc));
  6. moin73

    CURSOR variable

    I have defined CURSOR variable as a OUTPUT parameter in procedure. How to call and display an output of cursor variable(SQL QUERY) from sql/plus ? Regards
  7. moin73

    Concatenation query

    Eventhough script is running and producing results. But it's very slow with thousand of rows. Is there any way to tune it ?
  8. moin73

    Concatenation query

    I need to know a solution for script, I posted earlier. Appreciate your help. Thanks
  9. moin73

    Concatenation query

    Thanks, appreciate your response with details. Actually, following is the script I m using to break company associate with respect to employee. CURSOR c1 IS SELECT a.employee_id, d.description, c.company_name TRIM (c.company_name) FROM...
  10. moin73

    Concatenation query

    How to get following output from following 3 tables ? customer_id company stocks 111 c11 s11 c12 s12 112 c13 s12 c11 s13 c14 s14 Table structure...
  11. moin73

    sql query requires tuning

    Thanks, You are right that was typo in my initial posted. I will post a result of my query. Regards
  12. moin73

    Database optimization tool

    Is there any other database optimization tool available i.e. OEM to monitor database performance e.g CPU usage, SGA allocation, query taking high resources ? What system privilege / Role require for a normal db user to execute performing tool ? Regards
  13. moin73

    sql query requires tuning

    I did not get it. Please clarify in detail.
  14. moin73

    sql query requires tuning

    Following query is working fine individual, however if I joined this query with view (v_company_alias) system & performance goes down. How I can optimize this query, so I can achieve best performance, please advise me. Here is detail Thanks SELECT DISTINCT company.company_id...

Part and Inventory Search

Back
Top