Posts Tagged ‘plsql’
 

 
Oracle4554

How to get the logical file path in a filesystem representation table in Oracle DB?

Imagine the following table. First column (ID) is the Primary Key. There is a reflexive relationship between the 1st column and the 3rd (notice the colouring of the letters). Basically, Parent_ID mentions the parent of a partic...