بتاريخ: 1 فبراير 201412 سنة comment_246085 السلام عليكم اخواني المبرمجين..ظهرت عندي مشكلة وهي انشاءت مساحة الجدوال معين create tablespace tt datafile'd:\text.txt' szie 100 m; create user hr identified by a default tablespace tt grant dba to hr; conn hr\a sql:>create table emp(no number,name varchar2(10),job number); created table sql:>create table dept(deptno number,dname varchar2(10), create tablespace tt1 datafile'd:\text1.txt' szie 100 m تم تكوين مساحة من الجدوال create tablespace tt2 datafile'd:\text2.txt' szie 100 m اريد اعطي صلاحية مساحة الجدول الى جدول emp grant insert table on tablespace tt1 to hr.emp وطبعا يطلع خطا هنا اما مساحة الجدوال الثاني الى جدول dept grant insert table on tablespace tt2 to hr.dept تقديم بلاغ
بتاريخ: 1 فبراير 201412 سنة كاتب الموضوع comment_246098 ORA-00990:-الاميتاز غير صالح او مفقود عند سطر واحد تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.