摘要: 1. How are you doing?(你好吗?) 2. I'm doing great.(我过得很好。) 3. What's up?(出什么事了/你在忙些什么/怎么了?) 4. Nothing special.(没什么特别的。) 5. Hi. Long time no see.(嗨,好久不见了。) 6. So far so good.(到目前为止,一切都好。) ... 阅读全文
posted @ 2008-07-22 22:33 阿新 阅读(999) 评论(0) 推荐(0)
摘要: Oracle常用数据字典表 查看当前用户的缺省表空间 SQL>select username,default_tablespace from user_users; 查看当前用户的角色 SQL>select * from user_role_privs; 查看当前用户的系统权限和表级权限 SQL>select * from user_sys_privs; SQL... 阅读全文
posted @ 2008-07-22 09:45 阿新 阅读(21786) 评论(1) 推荐(2)