Hi all,
when we write a query to know backup of database from system table it gives us the full path,i.e
d:\new\dump\adb a_databasename_ tiemstamp.bkp
But i want only the filename as output i.e "adba_databasen ame_tiemstamp.b kp"
is there any string function to it.
when we write a query to know backup of database from system table it gives us the full path,i.e
d:\new\dump\adb a_databasename_ tiemstamp.bkp
But i want only the filename as output i.e "adba_databasen ame_tiemstamp.b kp"
is there any string function to it.
Comment