java using plsql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ramanan ram
    New Member
    • Feb 2012
    • 26

    java using plsql

    i am writing the java program in plsql for deleting server file
    this is the exact path

    execute ressdel("D:\ORA CLE\PRODUCT\10. 1.0\DB_1\ramana n.txt");

    when i am executing the procedure it shows
    error:
    identifier 'D:\ORACLE\PROD UCT\10.1.0\DB_1 \' too long

    how can i delete this file please give solution.
  • ramanan ram
    New Member
    • Feb 2012
    • 26

    #2
    create new directory for that path give directory name
    after creation u pass only directory name

    Comment

    Working...