Hello Gurus
I m using prallel hint ...i belive the syntax of parallel hint is something like this
/*+ Parallel(tablename, degree) */
But when i try with just degree without tablename, it works absolutely fine .... So my question is can i use parallel hint without tablename jus by mentioning degree
..like this
/*+ parallel(32) */
My concern is, the query is has been deployed to production without the tablename being mentioned in parallel hint....so how serious is this ?? BUt when i run the query in dev without table name mentioning in parallel hint in Development area its running fine ...
So do u guys hav any suggestions!!
Thanks !!
Edited by: user642297 on May 26, 2010 11:13 AM