sqlplus <<service_name>>/<<password>>@<<database_name>> @<<filename>>.sql
top of page
Related Posts
See AllExample 1: SELECT handling_unit_id, t.shipment_id FROM handling_unit_tab t START WITH handling_unit_id = '4558' CONNECT BY PRIOR...
30
Decode base64 in PLSQL: DECLARE CURSOR get_base64_clob IS SELECT neutral_file FROM c_smart_document_tab WHERE sequence_no = '42'; ...
320
bottom of page
Comments