بتاريخ: 20 فبراير 201511 سنة comment_259779 salam, how to create a tablespace and index in oracle for this : ACT_TBL – ACT Table space of 30GB ACT_INX – Index space of 12 GB Maximum Cursor – 2048 and thanks in advanced guys تقديم بلاغ
بتاريخ: 23 فبراير 201511 سنة comment_259866 to create tablespace -- as dba-- CREATE TABLESPACE Ahmed DATAFILE ahmed.dbf SIZE 20M autoextend on ONLINE; to create index create index index_name on table_name (column_name) --as schema owner تقديم بلاغ
بتاريخ: 18 مارس 201510 سنة comment_260669 لا يوجد شئ أسمه Max Cursor في Parameter أسمه open_cursorsTo change the Value for this Parameter Alter system set open_cursors=500 scope=both; تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.