奇怪的错误!

SQL> ed
Wrote file afiedt.buf

1 create flashback archive fbuser
2 tablespace users quota 20m
3* retention 1 year
SQL> /
tablespace users quota 20m
*
ERROR at line 2:
ORA-55603: Invalid Flashback Archive command

SQL> ed
Wrote file afiedt.buf

1 create flashback archive fbuser
2 tablespace "users" quota 20m
3* retention 1 year
SQL> /
tablespace "users" quota 20m
*
ERROR at line 2:
ORA-00959: tablespace 'users' does not exist


SQL> ed
Wrote file afiedt.buf

1 create flashback archive fbuser
2 tablespace "USERS" quota 20m
3* retention 1 year
SQL> /

Flashback archive created.

你可能感兴趣的:(错误)