CREATE TABLESPACE JournalEntry
datafile 'JournalEntry.dbf'
size 100M;
CREATE USER JE IDENTIFIED BY Journal;
grant all privileges to JE;
alter user <username> default tablespace <tablespace_name>;
datafile 'JournalEntry.dbf'
size 100M;
CREATE USER JE IDENTIFIED BY Journal;
grant all privileges to JE;
alter user <username> default tablespace <tablespace_name>;
No comments:
Post a Comment