Oracle database and linux
1.51K subscribers
924 photos
9 videos
25 files
443 links
Download Telegram
Chris Saxon - Apr 10
#quiz

This time I:

- Create a user
- Connect to it
- I can create tables, views, etc.
- Do "something"
- I can now create NOTHING!

Script:
grant dba to u identified by u;
conn u/u
create table this_works (c1 int);
???
create table this_does_not ( c1 int);


Why?

Rules:

- No other objects needed
- No other sessions