如何在oracle模式中查找数据类型信息? [英] How To Find Datatypes information in oracle schema?

查看:50
本文介绍了如何在oracle模式中查找数据类型信息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在oracle模式中获取所有数据类型信息.

How to get all the datatypes information in oracle schema.

具有所有详细信息(例如名称类型表示等)的整个数据类型.

Whole datatypes with all details like name type pression etc.

推荐答案

假设您具有正确的访问权限,则应该执行此操作.

Assuming you have the correct access, this should do it..

select distinct data_type,data_length,data_precision,data_scale 
from all_tab_columns

这篇关于如何在oracle模式中查找数据类型信息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆