I got message on Oracle when creating schema:
ORA-01658: Unable to create INITIAL extent for segment in tablespace using application.
I have searched to solve this issue, but it is still not working.
Anyone have the same problem?
I got message on Oracle when creating schema:
ORA-01658: Unable to create INITIAL extent for segment in tablespace using application.
I have searched to solve this issue, but it is still not working.
Anyone have the same problem?
You need to have the DBA privileges to resolve this problem.
See the Oracle forum discussion.
extend the datafile to add space (
ALTER DATABASE DATAFILE <name> RESIZE <new size>
)add a new datafile to the tablespace
(ALTER TABLESPACE <tablespace name> ADD DATAFILE <datafile name>