الانتقال إلى المحتوى
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

بتاريخ:

دائما يطلع لي الخطاء 

characters set mismatch

 

بتاريخ:

هذا ليس توضيح كافي للمشكلة ..فالخطأ mismatch  تعني عدم توافق او تطابق في نوع البيانات data Type

فأين هذا الكود مكتوب وما هو ؟ حتى ظهر هذا الخطا 

بتاريخ:
  • كاتب الموضوع

ىهذا هو الكود

declare
x number;
x1 number;
begin
if :ID_NO is null 
or :user_name is null
or :password is null 
then
    set_alert_property('ALERT1',alert_message_text,'enter user number');
   x:=show_alert('ALERT1');
 go_item('ID_no');
raise form_trigger_failure;
else
   
 insert into  USERS(ID_NO  ,USER_NAME,PASSWORD)
values(:ID_NO,:USER_NAME,:PASSWORD);
commit_form;
forms_ddl(' create user '||:user_name||' identified by '||:password);
forms_ddl(' grant create session to '||:user_name||' identified by '||:password);
forms_ddl(' grant create any table,create session to '||:user_name||' identified by '||:password);
forms_ddl(' create public synonym city for mm.city');


message('تم اضافة مستخدم ');
clear_form;
end if;




 end;
-------
وهذا جدول المستخدمين

create table users(
id_no number(20),
user_name nvarchar2(30),
password nvarchar2(30),
constraint pk_id_no primary key(id_no));
---------------------------

تم تعديل بواسطة ميسم الكرام

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

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

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

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

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

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.