I\'ve managed to connect my SQL Server 2005 in Windows 64 bit server with ORACLE database. (Thanks to Mr.开发者_开发问答 Jeyong Park :http://knol.google.com/k/jeyong-park/accessing-oracle-data-source-
I have an application that recor开发者_JS百科ds activity in a table (Oracle 10g). The logging records should be kept for at least 30 days. I expect about 20 million rows to be added to this table ever
Friends, I am looking at migrating a Oracle Forms (10g) application to APEX (3.2.1) and looking at options that would enable me to get to a stage where I can obtain a \"first cut\" of the Oracle For
**I have a table(table A) with composite primary key (3 columns)... i have to use one of the column as foreign key in another table(table B).. Now i want to extr开发者_JAVA百科actthe values from the t
What is the relation between two Orac开发者_StackOverflow社区le database terms name and SID?Oracle difference between SID, DB Name, DB Domain, Global Database Name, Service Name, Service Alias and Ins
i reverse engined entity class but the primary key is not anottaed with GeneratedValue. my table is created on oracle. do i need to add contraint on the table primary key for auto increment?
I want to run the stored procedure scrip开发者_JS百科t, but I am facing the problem that, when I run multiple stored procedures at one time, all procedures gets compiled but it does not create all tho
I have two entities, Customer and Order, both of which I have created types for. The SQL type declarations are:
Bakground: I\'ve got a legacy app I\'m working on that uses DATE types for most time storage in the database.I\'d like to try update some of these tables so that they can utilize time zones since this
I have a table in my database, user_answers that stores users answers to a series of questions, with rows; user_id, question_id, answer_id and text_entry.Question text and answer text (if any) are sto