Connection Issue - Can't create table

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
mariusmoga
Posts: 2
Joined: Tue 31 Jul 2018 14:03

Connection Issue - Can't create table

Post by mariusmoga » Wed 01 Aug 2018 13:54

Hey guys,

After successfully defining the connection and logging in I can use the software OK - do queries, browse data, etc.

However if I am trying to create a table using the wizard I get an "ORA-01031 insufficient privileges" error. If I copy the SQL created by the wizard in an SQL window, I get the same error.

If I paste the SQL in a Toad, same connection, same user, everything, the table gets created without any problem.

What is going on? How could I investigate this?

Thank you,
Marius

alexa

Re: Connection Issue - Can't create table

Post by alexa » Tue 07 Aug 2018 07:27

We will investigate this issue and will answer you as soon as possible.

alexa

Re: Connection Issue - Can't create table

Post by alexa » Thu 09 Aug 2018 13:31

Could you please perform the following:
1. Select 'Tools -> Options...' from the main menu. The 'Options' window opens.
2. Navigate to the 'Environment -> Output' branch.
3. Select the 'Write queries sent by the program to the SQL Log' and 'Log application errors' options.
4. Unselect the 'Delete application log after closing' option. Click 'OK'.
5. Reproduce the issue and send us the *.log file with the latest date from the directory:

Code: Select all

%SystemDrive%\Users\%UserName%\AppData\Roaming\Devart\dbForge Studio for Oracle\

Post Reply