How to connect oracle database in another sys
Last answer on Feb 4, 2009 12:22:43 pm GMT vinumams, on Feb 4, 2009 9:59:55 am GMTBest answers for « how to connect oracle database in another sys » in :
Connect a database (MDB) to excel Show [VBA] Connecting a database (MDB) to excel
Below is a tips of how to connect an Access database (MDB) in an application excel
Add reference
Microsoft DAO object librairy X.X
In a general module (eg Module1) paste the code below...
Display name of the Oracle database ShowDisplay name of the Oracle database
To view the name of the Oracle databases and data related to them, simply run the command:
SELECT * FROM V$DATABASE;
Connecting to Oracle via php ShowConnecting to Oracle via php
Settings
Requirements
Example of code
Settings
Below is an article based on an example of connection to an Oracle database through a php script. However it is not designed to configure your oracle...
Start a database with a missing data file ShowStart a database with a missing data file
In order to start an Oracle database with a misssing data file:
First get connected to SQL*DBA or Server Manager and run "shutdown abort"
Run startup mount
Run the following...
Download Recovery for Oracle ShowRecovery for Oracle is a tool to restore damaged data from an Oracle database . It can also restores backup objects including views and stored procedures . It can work manually or by using an auto-generated rebuild batch file.
Advantages
The...
Download Schema Version Control for Oracle ShowThis application allows to control the schema objects of Oracle databases. You can track all the schema object modifications and integrate the application into your IDE development tools.
It reccords schema object modification quickly and...
Download DB Designer ShowAllows you to handle your databases the most efficient way.
DBDesigner 4 is a visual database design system that integrates database design, modeling, creation and maintenance into a single, seamless environment.
It combines a simple and clear...
ODBC ShowWhat is ODBC?
ODBC stands for Open Database Connectivity. This is a Microsoft-defined format for communicating between Windows database clients and consumer DBMSs. The ODBC managier can be found in Windows 3.1 and 9x. In Windows 95 and 98, it is...
Databases - Using forms ShowUsing forms
In order to use databases, the user must be provided with an interface that allows him or her to view data based on certain criteria. There is a tool for this: forms. A form is an interface with components for displaying, entering, or...
Sharing an Internet connection ShowAdvantages
If you have a local area network (two or more computers connected in a network) with one computer connected to the Internet (via a modem, using a cable, etc.), it may be useful to make the connection accessible to the other computers on...
Hi,
|

