Informatica Developer
Tips, Questions, Solutions for common and uncommon Informatica troubles
Popular Posts
Informatica Performance Tuning
String Aggregation
Informatica 9 Architecture
Hints for improving the performance of query in Oracle
Oracle Connection Timeout
Wednesday, July 25, 2012
Create table with Parallel command
The following statement will allow one to create a table using oracle parallelization.
create table big_emp
parallel (degree 4)
as select * from emp;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment