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

Thread: VIEWS and Stored Procedure

  1. #1
    Join Date
    Jun 2000
    Location
    Murray Hill, NJ, USA
    Posts
    1
    Is it possible to create a VIEW on stored Procedures in Oracle 8.1.5 ?

    Thanks,

  2. #2
    Join Date
    Jun 2000
    Posts
    417
    Did you mean to say create a view _on_ a stored procedure, or create a view _in_ a stored procedure?

    If you meant on, I'm not really sure what you meant.

    If you meant in, I don't think you can do it by just executing the "create view..." statement directly, but I think you can do it with the DBMS_SQL package.

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