Oracle参数

一.sqlplus中设置显示宽度

	set linesize ${size};

二.游标

1)查看能打开的最大游标数

	 show parameter open_cursors;

2)修改能打开的最大游标数

	 alter system set open_cursors=${number} scope=both;
posted @ 2020-08-12 23:25  周建林  阅读(149)  评论(0编辑  收藏  举报