Creating a user with System DBA capabilties to shutdown and startup database
We just installed 12c onto a Windows 2008 server and created a non-CDB database.
I am working through standard tasks to determine differences and gotchas.
Creating user, tables and loads appear to be working fine, but I bumped into a problem creating users with sysdba privileges with system id (I get a not adequate privileges error).
I then tried to shutdown the database with system id and sure enough could not do that.
In the new 12c environment, which id can I use that has sysdba privileges that will allow me to create users with these privileges.
Thanks
- rd