1. Using Oracle features in MyEclipse
Data processing is required to develop applications in MyEclipse, and you can access many of the capabilities of the Oracle database directly.
Browse, create, and edit Oracle types:
- Alias
- View
- Sequence
- Trigger
- Stored Procedures
- Function
- Package
- Package body
- Java programs
- Session
- Database links
- Monitor (active session, top SQL, process)
- Security (User information)
- Instance information (System data, table space, etc.)
Execution and Testing Services:
- Stored Procedures
- Function
- Package
Generated meta data:
- Extracting XML Formats
- Extracting DDL formats
Additional detailed views are available:
- Dependent objects
- Privilege
- State
2. Node types and features
Alias
Alias function
View
View Feature View Extract DDL view extract XML
Sequence
Sequence function
Package
Package function
Package body
Package Body function
Function
Functional characteristics
Program
function of the program
Trigger
Trigger function
Session
Session function
Java source Code
Features of Java source code
Database links
Database linking Capabilities
Monitor
Session Information Top SQL
Safety
Security information
Instance
Instance Information3. Resources
- Oracle Technology Network can be used to develop an Oracle database.
- For more information about JDBC, visit Sun Microsystems.
MyEclipse official Chinese online line, welcome to download Communication!
How Oracle is used in MyEclipse