Let's go ...
When using SYS you should specify what your privilege so you can authenticate in the password file.More forget this part ...
That way you connect as SYS
Select all
conn sys/senha@nomedainstancia as sysdba
conn sys/senha@nomedainstancia as sysoper
already with the system Try to create a tablespace and a user (OWNER) You work, not (Kghr the bank). Do not mix with Oracle data diction objects. forget this part também ..
does this way that you will be able to play
Select all
CREATE
TABLESPACE nometablespace
LOGGING
DATAFILE 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\nomedatafile.dbf' SIZE 10M AUTOEXTEND ON NEXT 100M MAXSIZE 6000M
EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;
[99]
Select all
CREATE USER nomedoowner
IDENTIFIED BY senha DEFAULT TABLESPACE nometablespace
QUOTA UNLIMITED
ON nometablespace
ACCOUNT UNLOCK;
I know that someone will speak to not use a 6GB Datafile etc. . Remembering that it is a bank for you to play legal and not have problems in case of doing some bullshit type importing a database gignatates ...... or if you prefer ..
Select all
CREATE
TABLESPACE nometablespace
LOGGING
DATAFILE 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\nomedatafile.dbf' SIZE 10M AUTOEXTEND ON NEXT 100M MAXSIZE 2000M,
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\nomedatafile2.dbf' SIZE 10M AUTOEXTEND ON NEXT 100M MAXSIZE 2000M,
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\nomedatafile3.dbf' SIZE 10M AUTOEXTEND ON NEXT 100M MAXSIZE 2000M
EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;
99]] [99]
Note:
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\
is the Camiho of his Datafiles. Choose the path
Ex:
or
I hope I have helped. .. let me run ... I went ...