Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1427
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Authored By
stwalkerster
Aug 4 2016, 10:13 PM
2016-08-04 22:13:06 (UTC+0)
Size
227 B
Referenced Files
None
Subscribers
None
View Options
declare
cursor c is
select table_name
from user_tables
where compression <> 'ENABLED';
r c%ROWTYPE;
begin
for r in c loop;
execute immediate 'ALTER TABLE ' || r.table_name || ' MOVE COMPRESS';
end loop;
end;
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1215
Default Alt Text
(227 B)
Attached To
Mode
P43 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment