Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rbeemadi

  1. rbeemadi

    Auto-extend of tablespaces

    ALTER DATABASE DATAFILE '/path/file.dbf' AUTOEXTEND ON NEXT nM MAXSIZE [UNLIMITED/nM]
  2. rbeemadi

    Oracle Grouping

    try this in sqlplus break on deptid select d.deptid deptid, e.empid from emp e, dept d where e.deptid = d.deptid order by 1
  3. rbeemadi

    Oracle Grouping

    try this in sqlplus break on deptid select d.deptid deptid, e.empid from emp e, dept d where e.deptid = d.deptid order by 1

Part and Inventory Search

Back
Top