Hi,
I am trying to migrate a version old acs site (version 3.2) from oracle to postgresql.
Most of the work is ok (db migration, sql queries, etc...).
My only problem so far is to migrate all the ns_ora "blob_get_file", "write_blob", "blob_dml_file" ... to ns_pg related functions.
I naively tried ns_pb blob_get_file etc... but found that those functions cannot be used the same way the ns_ora functions are used.
Is there a way to replace the ns_ora function by ns_pg function ? My only need is to read/write blob date to/from the db.
It looks like the ns_pb is only working on binary data with table columns called "lob", and I have a lot of tables where the blob column is not called lob (users for instance !).
Can someone give me some tips, if possible, on how to migrate from ns_ora to ns_pg ?
Thanks.
JFR