Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Set Serveroutput On Set Pagesize 1000 Set Linesize 255 Set Feedback Off Set Verify Off

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

SET SERVEROUTPUT ON

SET PAGESIZE 1000


SET LINESIZE 255
SET FEEDBACK OFF
SET VERIFY OFF

SELECT Substr(object_name,1,30) object_name,


object_type,
status
FROM all_objects
WHERE owner = Upper('&&1');

PROMPT
SET FEEDBACK ON
SET PAGESIZE 18

You might also like