ORA-01804 on version 14.0.6.1998

Dupim

Member
Hi,

Pl/Sql developer is showing ORA-01804 when I try to connect on database:

PL/SQL Developer
Version 14.0.6.1988 (64 bit)
Windows 10 Build 19041
pt-BR(1046)/Português (Brasil)

Physical memory : 8.178.936 kB (2.720.528 available)
Paging file : 14.657.580 kB (5.140.376 available)
Virtual memory : 137.438.953.344 kB (137.434.265.788 available)

Parameters
C:\Program Files\PLSQL Developer 14\plsqldev.exe

Preferences
Session mode: Multi
OCI Library:
Use OCI7: False
Allow Multiple Connections: True

Preference Files
C:\Users\cdupi\AppData\Roaming\PLSQL Developer 14\Preferences\default\Default.ini
C:\Users\cdupi\AppData\Roaming\PLSQL Developer 14\Preferences\dupim\default.ini

Debug file
C:\Users\cdupi\AppData\Roaming\PLSQL Developer 14\PlSqlDev.elf

Plug-Ins
*Active Query Builder (C:\Program Files\PLSQL Developer 14\PlugIns\ActiveQueryBuilder.dll)
*PL/SQL Documentation (plsqldoc) (C:\Program Files\PLSQL Developer 14\PlugIns\plsqldoc.dll)
(* is Active)

Aliases
ECOMMERCE
folha02
folha03
folha03new
folha04
...

Homes
OraClient19Home1 (C:\oracle\product\19.0.0\client)

DLLs
C:\oracle\product\19.0.0\client\bin\oci.dll

TNS File
C:\oracle\product\19.0.0\client\Network\Admin\tnsnames.ora

Using
Home: OraClient19Home1
DLL: C:\oracle\product\19.0.0\client\bin\oci.dll
OCI: version 12.1 (19.3.0.0.0)

Process
Working Set = 86.360.064
Memory = 30.313.864
GDI Objects = 1339
User Objects = 358
Handles = 440

Monitors
PixelsPerInch = 96

Id = 0
PPI = 96
Primary = False
Handle = 65539
Left = 1920
Top = 311
Width = 1366
Height = 768

Id = 1
PPI = 96
Primary = True
Handle = 65537
Left = 0
Top = 0
Width = 1920
Height = 1080

MainFormOnTaskbar = True'
 
As a test, can you start C:\oracle\product\19.0.0\client\bin\sqlplus.exe and try to connect to the same database?
 
Back
Top