How to change password of default schema in apex workspace, how to connect remote DB from workspace?
I have a apex workspace and a default Schema. As it is created by default, I do not have the password for it. Though I am the workspace admin, I could not able to change the password as it is throwing error as insufficient privileges while I execute( alter user schemaname identified by password).
Also I have a client database(11g) having multiple relational / transactional tables, but how can I connect to that DB tables from APEX workspace and modify the data in bulk of those tables via APEX workspace.