DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: BUILT-IN FUNCTIONS VIEWABLE THROUGH SQL*PLUS!POSSIBLE!

  1. #1
    Join Date
    Feb 2001
    Posts
    286
    Hi all!

    Working on Oracle v8i 8.1.6.0.0 with OS as NT!

    Query:

    1.How could we view the BUILT-IN FUNCTIONS of Oracle through sql*plus!is this possible!

    Thanks & Regards,

    Amit.


  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    I'm not quite sure what do you mean by "Can I view the BUILT-IN FUNCTIONS of Oracle through sql*plus?", but if you mean "can I list the built-in functions through SQL*Plus?" then sure, every user that can log into SQL*Plus can list them, together with the arguments they require and the datatype they return. Simply isue:

    DESCRIBE SYS.STANDARD

    And be prepared to a very long listing!
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  3. #3
    Join Date
    Oct 2000
    Location
    Germany
    Posts
    1,185
    You can view functions, (as well as packages, procedures and triggers) with DBAStudio.

    Good luck
    David Knight
    OCP DBA 8i, 9i, 10g

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