您的位置:首页 > 数据库 > Oracle

A oracle error message list of Chineses version.

2007-07-11 23:06 453 查看
First, give the sqlplus code to product the list file.

The a.text file is like that

1set serveroutput on;
2set feedback off;
3exec dbms_output.put_line( sqlerrm( -00000) );
4exec dbms_output.put_line( sqlerrm( -00001) );
5exec dbms_output.put_line( sqlerrm( -00002) );
6exec dbms_output.put_line( sqlerrm( -00003) );
7exec dbms_output.put_line( sqlerrm( -00004) );

I had upload the list file, welcome to download it.
oracle error messages list (cn version)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐