Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> users / password file clarification
I just want to be sure I'm clear about recovering user accounts from a
backup, since it's not covered in the OCP books. Hopefully, each of
the following statements is true, if not, please let me know.
If you have only DBA accounts in the password file, the regular users are stored in the system tablespace.
If you add regular users after the system tablespace is backed up and have to restore the system tablespace data file and roll forward using the redo logs, the user accounts will be recreated when the user table in the system tablespace is rolled forward.
What I'm wondering is:
Is a create user statement just a DML insert into a table and will be rolled forward like any other insert statement?
Thanks for clearing this up for me.
Paul Murphy
Received on Mon May 03 2004 - 12:37:55 CDT
![]() |
![]() |