Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Create schema without a user?
You can create a user account and not give it 'create session' privilege.
Then to create a table in that schema you will need 'create any table'
privilege. This is the prefered method for production tables any way.
Kenny Gump
OCP 7.3 DBA
![]() |
![]() |