When I try connecting to my databas开发者_运维技巧e, I get the following error. ORA-00257:archiver error. Connect internal only until freed.
Suppose I am having a 2 st of records with date table1 with 2 set of records key1 startdate1startdate2 startdate3
Please开发者_如何学C tell me how to create user in Oracle 9i.Use the following to create a user called \"username\", whose password is \"password\":
I am working on Oracle 9i my question is: can I use a partition over a table through a dblink for example I am working on DB1 and want to use a table A_table which has a partition with name part1 f
I’ve got some problem using an ODBC connection with IIS. Here is my config : IIS 5 on Windows XP ASP.NET 2.0
I would know if it could works like this: Database 11G R2 on Windows 2008 R2 x64 Oracle Client 9i (what version?) for OCI connection on 11g ?
As we know Data Blocks style layout in oracle can view in 2 way: 1. FORM 2. TABULAR I want to know in Java is there any component have same behavior? I mean I want to have table(in form style) same
I want to upload multiple objects to my oracle database using java. My objects included { DOC, DOCX , PPT , PPTX , PDF} files.
I have this sequence of queries: begin execute immediate \'drop table mytable1\'; exception when others then null;
I have the following query: CREATE TABLE FOR_DELETE([DATE] DATE ) but it seems that there is a difference in escaping special words as开发者_如何学C INT, DATE and so on and its not like in SQL... H