how to check if the directory is created using create or replace directory
Kum KJun 16 2010 — edited Jun 16 2010Hello,
I have create a directory as below:
Create or Replace Directory TEST_DIR AS 'C:\ABCD'
How to check if the directory is created or not? Is there any query for that?
Thanks in advance.
PK