Drop DBFS with dbfs_drop_filesystem gives error PLS-103: Encountered the symbol "CREATE"
(Doc ID 1935011.1)
Last updated on FEBRUARY 14, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.3 to 11.2.0.4 [Release 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Dropping DBFS with dbfs_drop_filesystem.sql gives errors.
sqlplus dbfs_user@$ORACLE_HOME/rdbms/admin/dbfs_drop_filesystem.sql oracle
Warning: Function created with compilation errors.
Errors for FUNCTION FSENQNAME:
LINE/COL ERROR
-------- -----------------------------------------------------------------
11/1 PLS-00103: Encountered the symbol "CREATE"
fsDrop('oracle', true);
*
ERROR at line 2:
ORA-06550: line 2, column 3:
PLS-00201: identifier 'FSDROP' must be declared
ORA-06550: line 2, column 3:
PL/SQL: Statement ignored
Errors for FUNCTION FSENQNAME:
LINE/COL ERROR
-------- -----------------------------------------------------------------
11/1 PLS-00103: Encountered the symbol "CREATE"
drop procedure fsDrop
*
ERROR at line 1:
ORA-04043: object FSDROP does not exist
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |