Oracle PL/SQL में सभी DDL स्टेटमेंट को स्टेटमेंट से पहले Execute Immediate का उपयोग करना चाहिए। इसलिए आपको इसका उपयोग करना चाहिए:
execute immediate 'truncate table schema.tablename';
Oracle PL/SQL में सभी DDL स्टेटमेंट को स्टेटमेंट से पहले Execute Immediate का उपयोग करना चाहिए। इसलिए आपको इसका उपयोग करना चाहिए:
execute immediate 'truncate table schema.tablename';