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

check if oracle aviable

Featured Replies

بتاريخ:

لقد وجدت هذا الباتش بإحدى المواقع فارجو تجريبة
notepad -file -save as - name.bat



@echo off
rem -----------------------------------------------------------------------
rem Filename: dbup.bat
rem Purpose: Check if database is up and running
rem Notes: When using Oracle releases prior to 8i, replace "sqlplus" with
rem "plusXX" in the script below. XX is the version number, eg. 73
rem or 80. This is needed as sqlplus (in these releases) will start
rem a new window and the return code will be lost. With Oracle 8i
rem sqlplus executes in the same window as the rest of the script.
rem Date: 05-Mar-2002
rem Author: Frank Naude, Oracle FAQ
rem -----------------------------------------------------------------------

rem -- Set Database SID ---
set ORACLE_SID=KH

rem -- Create SQL Script ---
echo sqlplus/nolog
echo connect sys/sys@data as sysdba; > %0.tmp
echo set echo off feed off pages 0 >> %0.tmp
echo whenever sqlerror exit sql.sqlcode >> %0.tmp
echo select * from global_name; >> %0.tmp
echo exit; >> %0.tmp

rem -- Test connect to database ---
rem --sqlplus /nolog @%0.tmp >NUL:

if {%ERRORLEVEL%} == {0} (
echo Database %ORACLE_SID% is available
) else (
echo Database %ORACLE_SID% is NOT available
)

rem -- Cleanup --
del %0.tmp

والسلام
selman0

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

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

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

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

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

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.