Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Convert my scripts for Oracle 10g
On Jan 29, 4:30 pm, StriKe <strike_use..._at_internetfreakz.be.invalid>
wrote:
> Hellow,
>
> I have some old projects made in Oracle version 6.
> Now I am using the Oracle 10g Express edition; can I convert my scripts
> to this new developer envoirment?
>
> Thx for your answers!
>
> --
> Groeten,
> StriKe
>
> http://www.internetfreakz.be
Groeten, your post is a little vague. What kind of projects? SQLPlus scripts?
If the scripts are SQLPlus you can just try to run them as is and compare the results to what you used to get? The Oracle 10g Reference manual has information on all rdbms dictionary views and the dynamic performance views, v$. You can look each of the objects referenced in your scripts in the manual to see what additional information is now available that was not in the past.
If the scripts are rpt then you will want to start from scratch.
The archives of the Oracle newsgroup has had many scripts to perform various tasks posted over the years. A few searches might find you some useful scripts.
If you post back with more details maybe someone can provide a better response.
HTH -- Mark D Powell -- Received on Mon Jan 29 2007 - 18:10:17 CST