12、显示CQI.T_BBS_XUSER的所有字段结构:
| desc CQI.T_BBS_XUSER; |
| select * from CQI.T_BBS_XUSER; |
| create user test11 identified by test default tablespace users Temporary TABLESPACE Temp; |
| grant connect,resource,dba to test11; grant sysdba to test11; commit; |
| alter user sys indentified by test; alter user system indentified by test; |

