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

ORA-12571: TNS:packet writer failure

Featured Replies

بتاريخ:

السلام عليكم

لدي جهاز يعمل بنظام XP Windows وقاعدة بيانات 8i وديفلوبر6i وكلما أضفت سيرفيس لا استطيع الدخول عليها ويظهر الخطأ التالي
ORA-12571: TNS:packet writer failure
مع العلم اني استطيع الدخول لوكال بإستخدام SQL لكن اذا أضفت اسم السيرفيس مع اسم المستخدم وكلمة السر يظهر الخطأ السابق
فما هو الخطأ وما هو الحل؟
ولكم الشكر

بتاريخ:

الاخ الفاضل السلام عليكم

أود ان استفسر منك عن
1- هل قمت بتغير اسم الكمبيوتر بعد تحميل قاعدة البيانات
2-هل جربت ان تقوم بعمل سرفس من خلال قاعدة البيانات وتحاول ان تدخل بها من خلال الsql
3-قم بعمل ping على نفس الجهاز كالتالي
ping 127.0.0.1 -t

ثم لاحظ هل يعطي reply متصله ام متقطعه

ثم وافيني بالرد على هذه الاستفسارات وخصوصا الاستفسار الاول

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

السلام عليكم
الرد علي استفسارك يا اخي الفاضل
1- لا لم اغير اسم الجهاز
2-TNS:listener could not resolve SERVICE_NAME given in connect descripto
3- يتم تنفيذ Ping بنجاح

  • بعد 2 سنة...
بتاريخ:

[المشكلة على ما أعتقد ان فى applicaion or antivirus غير متوافق مع ال oracle والحل اعمل disable للبرنامج ده أو uninstall]

بتاريخ:

G:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora

ادخل عليه و ان شاء الله هاتلاقى حل المشكله جواه دا مكان الليسينر و تعامل
او اكتب فى البروزر
http://localhost:1158/em

  • بعد 2 أسابيع...
بتاريخ:

السلام عليكم و رحمة الله و بركاته
هذة المشكلة واجهتني كثيرا
و كان معظم الاسباب فيها
اني بعد ما انزل الوراكل كنت بنزل اي برنامج و انزل برنامج و كراك يغير حاجه في ال regedit ممكن تكون نزلت اي كراك
حاول تشوف ايه هوة لان ده تعارض بين الاوراكل و برنامج اخر

بتاريخ:

بسم الله الرحمن الرحيم
اخى الكريم انا واجهت مشكلة شبيه بمشكلتك واعتقد ان الحل كالتالى
1) فى هذا المجلد D:\Developer10g\network\admin على جهازى لكن على جهازك تختلف لكن عندك مختلف اكيد سوف تجد فى هذا المجلد ملف اسمة
(sqlnet.ora) وهذة محتوياتة

# SQLNET.ORA Network Configuration File: D:\Developer10g\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.

#NAMES.DEFAULT_DOMAIN = XXX.com

#SQLNET.AUTHENTICATION_SERVICES= (NTS)

NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, ONAMES, HOSTNAME)

DEFAULT_SDU_SIZE = 8761
قبل التعديل
ولكن هذا الحل بعد التعديل



# SQLNET.ORA Network Configuration File: D:\Developer10g\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.

NAMES.DEFAULT_DOMAIN = XXX.com

SQLNET.AUTHENTICATION_SERVICES= (NTS)

NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, ONAMES, HOSTNAME)

DEFAULT_SDU_SIZE = 8761


قم بتهيش هذا السطرين
#NAMES.DEFAULT_DOMAIN = XXX.com

#SQLNET.AUTHENTICATION_SERVICES= (NTS)

بتاريخ:

الاخ العزيز : هذه المقالة وجدتها على المشكلة رقم ORA-12571 ان شاء الله اتفيدك وخبرنا شو صار معاك

ORA-12571: TNS:packet writer failure

--------------------------------------------------------------------------------

Symptom:
The database halts or the current session is terminated with the error:

ORA-12571: TNS:packet writer failure

The error may be observed by a session currently using the database and will appear in the alert log file.

Possible causes and remedies:
With Oracle 8.0.4 onwards, this error may indicate that the database is in the process of being shut down.

This error has been observed when there was a loose cable connection to the SCSI disk array (on an Oracle Parallel Server system). Related errors were also subsequently noted in the NT event log.

If this is the cause then the remedy is to check all the cable connections. Do this by hand rather then visually, since a cable not being firmly in place could cause the problem.

Daniel Haller Strahm has reported that this problem can also be caused by an IP address conflict (Oracle 9.0.1). Windows will normally log an IP conflict in the event log and show a pop up alert - but only if it detects the conflict.

Check that no other computer on the network has the same IP address as the machine on which the problem has been reported.

Robert Wells has reported seeing this error when reinstalling Oracle 9.2.0.1 on Windows 2000. He says it got 46% through configuring the database before this error arose. The solution was to edit the sqlnet.ora file (locations on different systems will vary, but in this case was at D:/Data/ora920/network/admin/sqlnet.ora) and change the line:

SQLNET.AUTHENTICATION_SERVICES= (NTS)
into

SQLNET.AUTHENTICATION_SERVICES= (NONE)
after saving the updated file, he was able to hit the retry button on the install and the creation of the database succeeded.

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

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

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

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

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

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.