Topic: Database Administration >> Alter System Reset................
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: Alter System Reset................ |
| Navi |
Posted: Aug 24, 2007 12:30:18 PM |
Total Post: 60
Joined: Jun, 2007
|
Hi,
First i started the database with spfile and the value for UNDO_RETENTION was 700 as follows.
SQL> sho parameter undo_retention;
NAME TYPE VALUE
------------------------------------ ----------- ----------------------
undo_retention integer 700
After that i changed the value for UNDO_RETENTION as follows :-
SQL> alter system set undo_retention=800 scope=both sid='venkat';
System altered.
SQL> sho parameter undo_retention;
NAME TYPE VALUE
------------------------------------ ----------- --------------------------
undo_retention integer 800
After that i tried to use RESET,
SQL> alter system reset undo_retention scope=both sid='venkat';
System altered.
SQL> sho parameter undo_retention;
NAME TYPE VALUE
------------------------------------ ----------- -----------------------
undo_retention integer 800
When i use RESET will the value be deleted and value will become 0(ZERO) OR value will be
reverted to default value?
But i got 800 here.
Please guide me.
Regards,
Naveen |
|
|
KS |
| Posted: Aug 27, 2007 08:25:38 AM | |
|
Total Post: 60
Joined: Nov, 2006
|
Hi,
I too tried it, geeting the same as Navi..
In some other site, i saw the following,
Quote:
ALTER SYSTEM RESET applies to RACs only and you need to give the SID
parameter.
--- http://www.orafaq.com/forum/index.php?t=rview&goto=262126&th=88075#msg_262126
kindly someone reply , is the RESET apply only for RAC ????
Thanks in advance.
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 814 |
| Mohammed Taj | 704 |
| Jayanta Sur | 479 |
| positive fanatic | 416 |
| Vigyan Kaushik | 386 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 242 |
| neeraj sharma | 231 |
| Ramesh Jois | 226 |
| Bishal Khetan | 196 |
|
|