The danger is setting parallel at the database level with the ALTER TABLE command like this:
Alter table customer parallel degree 35;
The recommended approach for using Parallel query is to add a parallel hint to all SQL statements that perform a full-table scan and would benefit from parallel query.