DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: ora-06502 sometimes

  1. #11
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Originally posted by stecal
    CREATE OR REPLACE FUNCTION RAY.basename

    Is this a cut and paste job, or is there a difference between RAY.basename and DKRAY.basename? Your original error message references DKRAY.basename, but the function you posted is RAY.basename.
    So he keeps trying to fix the one that works and then runs it against the function that doesn't work. Good catch.

  2. #12
    Join Date
    Oct 2000
    Location
    Cambridge, MA (Boston)
    Posts
    144
    i was a cut & paste error. i edited out the name and some comments from the DDL generated from the function. there is only one function in existence.

  3. #13
    Join Date
    Oct 2000
    Location
    Cambridge, MA (Boston)
    Posts
    144
    proof:

    SQL> r
    1 select count(distinct owner) from dba_source
    2* where name ='BASENAME'

    COUNT(DISTINCTOWNER)
    --------------------
    1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width