Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~128 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for alvingo

First get your count of employees with something like this: e_count=`sqlplus -s scott/tiger@DB<<eof SET PAGESIZE 0 FEEDBACK OFF VERIFY OFF HEADING OFF ECHO OFF; select count(emp_id) from employee; quit ` Next test your count of employees to see if they are >= to 7. Set your ALT value accordingly so …

Member Avatar for alvingo
0
128

The End.