0
votes
1answer
120 views

Is there a way to find ddl scripts for creating users in Oracle Sql Developer

In Toad, it's easy to look for a ddl script that creates a user with all its grants and roles: In Oracle SQL Developer, I find a similar option but it's not complete: Is there a way to have same ...
1
vote
1answer
166 views

to_char produces different outputs depending on where the procedure is called

We're using a stored procedure provided by a remote system. For testing purposes, I call this procedure from my development machine. Now the problem is if I call the procedure from Toad, everything is ...
1
vote
1answer
2k views

Does SQLDeveloper have a tool to copy/clone users like Toad?

Does SQLDeveloper have a Toad-like tool to copy/clone an Oracle database user? If not, I'll resort to: How to Clone a User in Oracle
0
votes
6answers
3k views

PL/SQL Developer alternative

We have a lot of our business logic in an oracle database. So we use a lot of PL/SQL code. We build, test, and debug PL/SQL packages, procedures, triggers, and functions. Our current tool is the ...