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

بتاريخ:

السلام عليكم ورحمه الله 

 

 

توجد مشكله فى اللغه post-140500-0-29070200-1431662549_thumb.jpg

بتاريخ:

 you need to change nls_lang parameter

 open regedit and navigate to 
HKEY_LOCAL_MACHINE > software> oracle 
and find nls_lang key and change it's value to
AMERICAN_AMERICA.AR8MSWIN1256

or try to run this command from normal cmd console

C:\Documents and Settings\Administrateur>set NLS_LANG=AMERICAN_AMERICA.AR8MSWIN1256

or you can alter your current session 


SQL> ALTER SESSION SET NLS_LANGUAGE='ENGLISH'

بتاريخ:

sqlplus / as sysdba

لندخل برنامج SQLPLUS الذى سنجرى فيه كل الأوامر التالية

نبدأ بتنفيذ جملة الSQL التالية لمعرفة التكويد الحالى لقاعدة البيانات

SELECT parameter , value FROM NLS_DATABASE_PARAMETERS WHERE parameter like ‘%CHARACTERSET%’

/

SQL>   2

PARAMETER                      VALUE

—————————— —————————————-

NLS_CHARACTERSET               WE8MSWIN1252

NLS_NCHAR_CHARACTERSET         AL16UTF16

SQL> shutdown immediate

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL> startup mount;

ORACLE instance started.

Total System Global Area 6415736832 bytes

Fixed Size                  2217192 bytes

Variable Size            1077938968 bytes

Database Buffers         5330960384 bytes

Redo Buffers                4620288 bytes

Database mounted.

SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION;

System altered.

SQL> ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0;

System altered.

SQL> ALTER SYSTEM SET AQ_TM_PROCESSES=0;

System altered.

SQL> ALTER DATABASE OPEN;

Database altered.

SQL> ALTER DATABASE CHARACTER SET INTERNAL_USE AL32UTF8;

Database altered.

SQL> SHUTDOWN IMMEDIATE;

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL> STARTUP;

ORACLE instance started.

Total System Global Area 6415736832 bytes

Fixed Size                  2217192 bytes

Variable Size            1077938968 bytes

Database Buffers         5330960384 bytes

Redo Buffers                4620288 bytes

Database mounted.

Database opened.

SQL> SELECT parameter , value FROM NLS_DATABASE_PARAMETERS WHERE parameter like ‘%CHARACTERSET%’

/  2

PARAMETER

——————————

VALUE

——————————————————————————–

NLS_CHARACTERSET

AL32UTF8

NLS_NCHAR_CHARACTERSET

AL16UTF16

SQL> col VALUE format a10

SQL> /

PARAMETER                      VALUE

—————————— ———-

NLS_CHARACTERSET               AL32UTF8

NLS_NCHAR_CHARACTERSET         AL16UTF16

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

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

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

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

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

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.