Powered By Blogger

শনিবার, ১৭ জুন, ২০১৭

Export Empty Table in Oracle 11G

/*ALLOCATE EXTENT  COMMAND TO EXPORT EMPTY TABLE*/ 
SELECT 'alter table ' ||  table_name || ' allocate extent;'
from dba_tables where SEGMENT_CREATED = 'NO';

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন

Row-level “Add” icon using a virtual column (APEX-safe)

1️⃣ Enable Insert in the Interactive Grid IG → Attributes Edit → Allowed Add Row → Yes 2️⃣ Add a New Column (Icon column) Column...