File Cabinet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kvsunil
    New Member
    • Apr 2009
    • 7

    File Cabinet

    Hi all,

    We want to store files in database from a user interface. There we want to organize these files as a file directory structure like creating directories, files, delete etc.

    I want to maintain all this in datbase and showing as desired above in interface.

    Can any one provide a right start to accomplish this?

    Thanks in advance.

    Sunil
  • Saii
    Recognized Expert New Member
    • Apr 2007
    • 145

    #2
    Do want to store the whole file or just the name and pointers to the file location in database?

    Comment

    • kvsunil
      New Member
      • Apr 2009
      • 7

      #3
      Thanks for your quick response Saii.

      I want to store all the file objects in database, references etc in database only. We don't want to use any external memory due to security constraints.

      Thanks in advance.

      Sunil

      Comment

      • Saii
        Recognized Expert New Member
        • Apr 2007
        • 145

        #4
        In 11g, Oracle has introduced something called SecureFiles architecture to deal with this. Maybe you can have a look at that.

        Comment

        Working...