Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • handling filenname with space Linux/Unix
  • upload.html PHP/MYSQL/Wordpress
  • shr1.sql for MTS or Shared server configuration Oracle
  • Giving Grant on v$DATABASE Oracle
  • Changing unix system clock when Oracle database is running. Oracle
  • TOP-N Sql to find Nth max or Top N rows Oracle
  • Paste command syntax Linux/Unix
  • cif crons Linux/Unix
  • How to find pinned objects from shared pool. (pinned via dbms_shared_pool.keep) Oracle
  • Kernel Parameter setting explaination for Processes Parameter Linux/Unix
  • Logic to chech # of parameters command line parameters Linux/Unix
  • Free conference number from http://www.freeconference.com Oracle
  • online_ts_bkup.sql Oracle
  • .profile Linux/Unix
  • catting.sh Linux/Unix

create user with unlimited quota

Posted on 02-Aug-2005 By Admin No Comments on create user with unlimited quota

create user uoc identified by uoc default tablespace uoc_data temporary tablespace temp;

grant connect, resource to uoc;

alter user uoc quota unlimited on uoc_data;

alter user uoc quota unlimited on temp;

Oracle, SQL scripts

Post navigation

Previous Post: create trigger syntax
Next Post: PLSQL Table Syntax 1

Related Posts

  • DBMS_JOB all example Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • sql_plan9i.sql Oracle
  • pvm_metric.sql for gathering report from vmstat tables Oracle
  • DBMS_UTILITY.ANALYZE_SCHEMA Oracle
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • DBMS_UTILITY PACKAGE Oracle
  • reset Sequence Oracle
  • Linux CPU info. Linux/Unix
  • pvm_pre_change.sql Oracle
  • eplan9i.sql Oracle
  • GSQ.sql Oracle
  • Absolute file number and relative file number Oracle
  • How to remove blank lines using vi editor command Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme