Connection Issue - Can't create table

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
alexa

Re: Connection Issue - Can't create table

Post by alexa » Mon 15 Jun 2020 08:43

Could you please provide us the versions of the Oracle server and dbForge?

Please also 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 folder:

Code: Select all

%SystemDrive%\Users\%UserName%\AppData\Roaming\Devart\dbForge Studio for Oracle\
You can send the reply straight to our support system at supportATdevartDOTcom.

xwavethree
Posts: 1
Joined: Sun 16 May 2021 05:15

Re: Connection Issue - Can't create table

Post by xwavethree » Sun 16 May 2021 12:42

From the MySQL - FOREIGN KEY Constraints Documentation: If you re-create a table that was dropped, it must have a definition that conforms to the foreign key constraints referencing it. It must have the correct column names and types, and it must have indexes on the referenced keys, as stated earlier.

Post Reply