We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a299130 commit c323de5Copy full SHA for c323de5
samples/rowcount_job.sql
@@ -1,9 +1,9 @@
1
set serveroutput on
2
3
CREATE OR REPLACE PROCEDURE proc_rowcount_toddog AS
4
- name varchar2(50);
+ name varchar2(150);
5
+ tag varchar2(150);
6
result varchar2(10);
- tag varchar2(50);
7
cursor c_table is
8
select TABLE_NAME, NUM_ROWS, OWNER
9
from all_tables where OWNER = 'HR';
0 commit comments