由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 关于schema
相关主题
各位老大,管理数据库的用户,这样行吗?What's the best way to export ms-access tables into Oracle server
SQL SERVER 2K5 schema vs. Oracle schemaFree Session: Big Data Real User Case in Financing
sql server 面试题 (7)Access用户级安全性问题求助!
SQL Developer, how to switch schema?Please help me! Thank you.
How to get schema?Can Microsoft Access handle multiple users?
Help - UrgentHelp! question on Access
MS Access 问题请教Filemaker这种算哪门子的数据库啊
A question about MS SQL Server database designhow to compare two schemas to look for missing indices
相关话题的讨论汇总
话题: schema话题: user话题: oracle话题: show
进入Database版参与讨论
1 (共1页)
s******y
发帖数: 68
1
在Oracle下,
怎么才能知道当前的schema是什么 ?
对于某个table, 如何查看在不同 schema中的accessibility 是什么?
thanks
I******e
发帖数: 101
2
Not sure your question: can you give an example?
c*****d
发帖数: 6045
3
show user
select * from user_tab_privs
B*****g
发帖数: 34098
4
kick, lz needs schema not user.
select sys_context('USERENV','SESSION_SCHEMA') from dual

【在 c*****d 的大作中提到】
: show user
: select * from user_tab_privs

c*****d
发帖数: 6045
5
en, beijing is right
"show user" displays the username to access SQL*Plus, which is the same as
schema in most cases. In case of switching schema, they are not the same
sys_context can get the current schema. It is much convenience and accurate
than "show user"

【在 B*****g 的大作中提到】
: kick, lz needs schema not user.
: select sys_context('USERENV','SESSION_SCHEMA') from dual

1 (共1页)
进入Database版参与讨论
相关主题
how to compare two schemas to look for missing indicesHow to get schema?
Help for VB 6 and MS Access DBHelp - Urgent
Oracle 有这种 create partially sorted index方法吗?MS Access 问题请教
问一个linq to sql编程问题A question about MS SQL Server database design
各位老大,管理数据库的用户,这样行吗?What's the best way to export ms-access tables into Oracle server
SQL SERVER 2K5 schema vs. Oracle schemaFree Session: Big Data Real User Case in Financing
sql server 面试题 (7)Access用户级安全性问题求助!
SQL Developer, how to switch schema?Please help me! Thank you.
相关话题的讨论汇总
话题: schema话题: user话题: oracle话题: show