Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle Procedure Versioning
If you look in user_source, you'll see that the text column ( long datatype) stores the Procedure source code. In the past, I've created a table with PK, version_id and procedure_text columns and just moved versions into that table with simple SQL.
It's not very elegant but it'll give you a history of the procedure source.
Cliff Received on Sun Jul 16 2000 - 00:00:00 CDT
![]() |
![]() |