I am trying to copy my oracleOracle database to my local oracle xeOracle XE database. I am using Oracle SQL developerDeveloper. I
I connected to my database, then exported a .sql.sql file from my database. I I then created a new local database and I tried running the .sql.sql file against it.
when I try to run one of the create table commands I get an error when I did that:
CREATE TABLE "user"."table_name" ::: ::: TABLESPACE "tablespace name" ; Error report - ORA-00959: tablesspace "tablespace name" does not exist 00959. 00000 - " tablespace '%s' does not exist * Cause: * Action: Error report -
ORA-00959: tablespace "tablespace name" does not exist
00959. 00000 - " tablespace '%s' does not exist
- Cause:
- Action:
whatWhat is table space. should i"tablespace"? Should I remove it ?