How do I save the filter for tables in SQLdeveloper? They keep reseting after after closing the开发者_高级运维 programm.
When I run next sql statement on Oracle 11g I got ora - 03113 but same statement run normal on oracle 10gr2
Ok - I\'ve got quite an extensive background with SQL Server, but I\'ve only piddled around in Oracle before.Well, push has come to shove, and I need to create a relatively complex query.Essentially,
I am trying to update an Oracle Database record and i keep getting this error: ORA-01704: string literal too long 5
In one of the Oracle queries, I see something like SELECT something, sum(1.0) WJXBFS1 FROM some_table W开发者_StackOverflow中文版hat does this mean? This is not a keyword, it is an alias for a calc
My app is working allright in oc4j standalone (grids are working as they should) but when I deploy to OAS 10g Release 3 (10.1.3.1.0) any grid would not display any rows, yet I\'m able to Insert a reco
I am trying to insert people\'s height into a database in the form of 5\'9 How do I properly escape the quo开发者_StackOverflowte so I can do this. My insert statement looks like this so far.
I\'m trying to开发者_如何学JAVA import data from a SQL Server database to Oracle. But I\'m having a problem in date conversion, this is the SQL Server date (time stamp) that appears in .cvs file.
I want to comment a stored procedure in Oracle something like this -- MODIFICATION HISTORY -- PersonDateComments
hi I inserted into oracle database image file on delphi7 with OpenPictureDialog1. All files are .bmp I want to insert .jpeg(.jpg) files. How can I insert this?