الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

الدرس الاول مستخدم لة صلاحيات الديزاينر

Featured Replies

بتاريخ:

بعض من الصلاحيات التى يجب ان يحصل عليها مستخدم الديزاينر
و لنجعل اسمه
repos_owner


--increase system tablespace size
ALTER TABLESPACE "SYSTEM" ADD DATAFILE
'F:\ORA81\ORADATA\ORACLE\SYSTEM02.DBF' SIZE 250M;

-- create the default tablespace for repos_owner user
CREATE TABLESPACE "DES" LOGGING DATAFILE
'F:\ORA81\ORADATA\ORACLE\DES.DBF' SIZE 300M;

-- connect as sysdba user ... better use the SYS/CHANGE_ON_INSTALL as
SYSDBA
-- create the repos_owner user
create user repos_owner identified by MANAGER default tablespace DES
temporary tablespace DES;

-- under the oracle home
@F:\ORA81\RDBMS\ADMIN\dbmspool.sql
-- under the designer home
@F:\ORANT\REPADM61\UTL\CKROROLE.SQL


-- connect as SYSTEM and run these commands
grant execute on dbms_lock to repos_owner;
grant execute on dbms_pipe to repos_owner;
grant create table to repos_owner;
grant create view to repos_owner;
grant create procedure to repos_owner;
grant create synonym to repos_owner;
grant create sequence to repos_owner;
grant select on sys.v_$nls_parameters to repos_owner with grant option;
grant select on sys.v_$parameter to repos_owner;
grant select on dba_rollback_segs to repos_owner;
grant select on dba_segments to repos_owner;
grant create any synonym to repos_owner;
grant drop any synonym to repos_owner;
grant create public synonym to repos_owner;
grant drop public synonym to repos_owner;
grant ck_oracle_repos_owner to repos_owner;
grant connect, resource to repos_owner;

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.