Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting rollback segs to undo

Status
Not open for further replies.

Sambo8

Programmer
May 10, 2005
78
0
0
NZ
Hi All,

I have an issue with an ORACLE 9i Database that has been configured by an external application to use rollback segments. I want to know what the process is to convert this to use UNDO?

Many thanks,

Sam
 
Are you using a pfile or spfile? To find out, post the result of this query:
Code:
SELECT ISSPECIFIED, COUNT(*)
FROM V$SPPARAMETER
GROUP BY ISSPECIFIED
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top