Hi guyzzzz,
I am new to oracle, please bear with me!!!!
I have installed the oracle database into my laptop which have CentOS as OS, while installing the oracle i have created the database with name "jiradb".Now my question is how do i create the tablespace under "jiradb" database so that i can create an user with below command:
create user <user> identified by <user_pass> default tablespace <tablespace_name> quota unlimited on <tablespace_name>;
Please help me with complete command to create tablespace in oracle.
Any help will be much appreciated !!! Thanks in advance. :)
Regards,
Vinod