首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

怎样判断某个对象为表解决办法

2012-03-24 
怎样判断某个对象为表RT,求助[解决办法]select object_name,object_type from dba_objects where object_n

怎样判断某个对象为表
RT,求助

[解决办法]
select object_name,object_type from dba_objects where object_name= 'yourobject ';
[解决办法]
select object_name,object_type from user_objects where object_name= 'yourobject ';
[解决办法]
如果以normal用户登录模式没有访问dba_objects权限的话,可以用
select object_type from user_objects where object_name= 'myobject ';

热点排行
Bad Request.