Page 1 of 1

Re: Connection Issue - Can't create table

Posted: Mon 15 Jun 2020 08:43
by alexa
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.

Re: Connection Issue - Can't create table

Posted: Sun 16 May 2021 12:42
by xwavethree
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.