I\'m having a hard time with a class I am taking. We need to write an Oracle script that will act just like the DESCRIBE command. The book we are using describes how to work
You can also retrieve the entire command that can be used to recreate the table:
select dbms_metadata.get_ddl('TABLE','','') from dual; 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题