Recent content by Dmytro

  1. D

    I got TNS Oracle error while accessing nested table

    It seems that was problem with low value of "processes" oracle init parameter and tns listener failed to open new connection. Sorry for bothering. Now it works properly.
  2. D

    I got TNS Oracle error while accessing nested table

    Send to support email
  3. D

    I got TNS Oracle error while accessing nested table

    ora-12518 while select from table with nested table type as table column like this SQL> CREATE TYPE first_names_t IS VARRAY (2) OF VARCHAR2 (100); 2 / Type created. SQL> CREATE TYPE child_names_t IS VARRAY (1) OF VARCHAR2 (100); 2 / Type created. REM Раздел B SQL> CREATE TABLE family ( 2...
Back
Top