Re: [Virtuoso-users] Unable to load procedure code.

2018-09-30 Thread Hugh Williams
Hi Fernando, You should be able to use the isql “set blobs on;” command to view the LONG VARCHAR column values: SQL> help set; SET TIMEOUT sec to set transaction timeout to sec seconds AUTOCOMMIT ON/OFF/MANUAL to set whether to autocommit or not. Default is OFF

[Virtuoso-users] Unable to load procedure code.

2018-09-30 Thread Fernando Carpani
Hello. When I load with 1500 bytes of length all its ok. But, if I add one more character, the code disappear an I got this: SQL> select p_text,p_more from sys_procedures where p_name = 'DB.DBA.mh_DB_AUTH_CHECK_USER'; P_TEXT P_MORE VARCHAR LONG VARCHAR