SELECT works fine.
Trying to add data (INSERT INTO) then returning all (SELECT ) works fine locally. however, this value is not set in sqldeveloper. (Or set in the remote oracle database )
If the DB startup script is run from sqldeveloper, it runs fine and updates the remote DB, allowing account data inserted to be added.
SELECT works fine. Trying to add data (INSERT INTO) then returning all (SELECT ) works fine locally. however, this value is not set in sqldeveloper. (Or set in the remote oracle database ) If the DB startup script is run from sqldeveloper, it runs fine and updates the remote DB, allowing account data inserted to be added.