Re: Perl DBI, Inserting CLOB data, schema owner changes
From: Christopher Boyce <cboyce45_at_yahoo.com>
Date: 20 Feb 2002 14:10:30 -0800
Message-ID: <c67657ff.0202201410.7baeeae5_at_posting.google.com>
Date: 20 Feb 2002 14:10:30 -0800
Message-ID: <c67657ff.0202201410.7baeeae5_at_posting.google.com>
Solution: on the insert you would add schema owner to the table name
Old example: insert into test (value1, value2) New example: insert into schemaowner.test (value1, value2)
*Note, this is only if you are not connecting as the schma owner
Chris Received on Wed Feb 20 2002 - 23:10:30 CET