Table Space in Oracle
| |||||
Table Space can be find in the below way using SQL Developer –
The same can be achieved using the below SQL query –
Database link can be created using following command –
Space consumed by a Table can find out in below way in SQL Developer –
Same can be achieved by below SQL Query—
Space consumed by a Datafile can find out in below way in SQL Developer –
SQL statement to achieve the same –
More on Tablespace – http://www.orafaq.com/wiki/Tablespace
|
Tuesday, 27 January 2015
Table Space in Oracle
Saturday, 24 January 2015
Database Link
Database Link
| |||
Db link is a useful mechanism to pull data from external database.
Database link use TCP/IP connection during connection establishment with external database & fetching data.
To create Database like --
Both the above privileges are included as part of CONNECT role in oracle.
Database link can be created using following command –
There are 2 ways to specify the connect string --
|
Import from Oracle
Import from Oracle into Excel using CMD
| ||
We can take export into excel file directly from SQL Developer. Here is one more method, using which we can take export of sql output into excel.
How to Implement?
| ||
Fast Import from Oracle using Vbscript
| ||
I created this utility to export large amount of data (> 100000) from oracle. We can export from SQL Developer in excel sheet/csv, but to export large amount of data from SQL Developer takes significant amount of time. This is a lightweight utility, which can be useful to export data very quickly (approx. . .1k data in 20 minutes).
Limitation:-
Prerequisites:-
Procedure:-
|
Subscribe to:
Comments (Atom)