dgs!
Member³
I develop all my code using PL/SQL Developer. Scripts I write always get tested before I hand them off to the DBA staff for execution in TEST/PROD.
Sometimes my scripts fail when the DBA staff executes them using SQL*Plus. PL/SQL Developer is very forgiving, but SQL*Plus is not.
Example:
Creating a table storage clause:
(
partition p9999 values (DEFAULT)
tablespace tablespace_name
Sometimes my scripts fail when the DBA staff executes them using SQL*Plus. PL/SQL Developer is very forgiving, but SQL*Plus is not.
Example:
Creating a table storage clause:
(
partition p9999 values (DEFAULT)
tablespace tablespace_name