الانتقال إلى المحتوى

مثبت المتطلبات الاساسية قبل تشغيل الديزاينر


eng_mcsd

Recommended Posts

انا اسف جدا للتاخير وذلك بسبب بعض الظروف
على العموم دعونا من الكلام وهيا بنا نبدا
المتطلبات الاساسية قبل تشغيل الديزاينر
1- oracle 8i database
2- oracle application server 9i
3- oracle designer 9i



1- oracle 8i database
ويجب ان نعرف انه تم اختيار هذا الاصدار بالنسبة لنا كمبتدائين لانه سهل الاعداد ويقوم تقربيبا بنفس عمل 9i ولذلك لانقلق من كوننا استخدمنا 8i واحب ان اشير ان الاصدار الذي نحتاجه من 8i هي النسخة ORACLE DATABASE 8 RELEASE 3 8.1.7 او احدث منه وذك لتفادي مشاكل الدعم

السؤال الاول : اين يتم تنصيب ORACLE DB8I ؟
يتم تنصيب ORACLE DB 8I على المحرك C ويكون HOME0 اي اننا نختار الاعدادات الافتراضي التي يقدمها لنا اوراكل حتى لانحتاج بعد ذلك الى عمل توليف بين المسارات المختلفة

السؤال الثاني ما هو نوع الاعداد الذي ناخذه ؟
سوف نختار نوع الاعداد CUSTOME وسوف يسال سائل لماذ ؟ فاقول حتى نستطيع ان ان نلغي HTTP SERVER وسوف يطرح سؤال اخر لماذا يتم الغاء HTTP SERVER وانا في حاجة لتمكين التطبيقات على النت اقول انا هناك نسخة احدث مثبتة مع حزمة ORACLE APPLICATION SERVER 9I فسوف يرد اخر ما المانع ان نقوم بتثبيت تلك وعندما تاتي النسخة الاحدث سوف تزيل الاقدم اقول ان النسخة القدمة تظل دون حذف مما يجعل هناك تعارض يؤدي الى وقف الاثنين معا وهنا نحتاج الى شخص لديه خبرة لفصل ذلك عن تلك فمن البداية نريح انفسنا .

السؤال الثالث هل هناك خطوات اخرى في اعداد الDATABASE ?
اقول نعم حتى نستطيع ان نتابع سوية فلنسمي القاعدة ora9i لانني سوف اتكلم بناء على هذا الاسم
بعد ذلك سيبدا انزال ملفات القاعدة حتى ينتهي الاعداد ثم ستظهر شاشة الاولى اضغط على مربع check box لعمل اعداد تلك المرحلة افتراض ثم ستظهر شاش اخرى وهي التي تهمنا وهي انشاء القاعدة لاتغير شعي افتراض غير عدد المستخدمين ال50 اوحسبما تريدوفي الشاة الاخير قبل انشاء القعادة اضغظ على كل المربعات check box وانتظر نحو ساعتين تقريبا حتى يتم الانتهاء من انشاء القاعدة.

السؤال الرابع : هل هناك شئ اخر مهم بعد تثبيت القاعد؟
نعم هو ان تفتح ملف init.ora وتتاكد ان البيانات بداخله كما يلي
#
# Copyright © 1991, 2000 by Oracle Corporation
#
##############################################################################
# Example INIT.ORA file
#
# This file is provided by Oracle Corporation to help you customize
# your RDBMS installation for your site. Important system parameters
# are discussed, and example settings given.
#
# Some parameter settings are generic to any size installation.
# For parameters that require different values in different size
# installations, three scenarios have been provided: SMALL, MEDIUM
# and LARGE. Any parameter that needs to be tuned according to
# installation size will have three settings, each one commented
# according to installation size.
#
# Use the following table to approximate the SGA size needed for the
# three scenarious provided in this file:
#
# -------Installation/Database Size------
# SMALL MEDIUM LARGE
# Block 2K 4500K 6800K 17000K
# Size 4K 5500K 8800K 21000K
#
# To set up a database that multiple instances will be using, place
# all instance-specific parameters in one file, and then have all
# of these files point to a master file using the IFILE command.
# This way, when you change a public
# parameter, it will automatically change on all instances. This is
# necessary, since all instances must run with the same value for many
# parameters. For example, if you choose to use private rollback segments,
# these must be specified in different files, but since all gc_*
# parameters must be the same on all instances, they should be in one file.
#
# INSTRUCTIONS: Edit this file and the other INIT files it calls for
# your site, either by using the values provided here or by providing
# your own. Then place an IFILE= line into each instance-specific
# INIT file that points at this file.
#
# NOTE: Parameter values suggested in this file are based on conservative
# estimates for computer memory availability. You should adjust values upward
# for modern machines.
#
###############################################################################

db_name = "ora9i"

instance_name = ora9i

service_names = ora9i

db_files = 1024

control_files = ("C:\oracle\oradata\ora9i\control01.ctl", "C:\oracle\oradata\ora9i\control02.ctl", "C:\oracle\oradata\ora9i\control03.ctl")

open_cursors = 300
max_enabled_roles = 30
db_file_multiblock_read_count = 8

db_block_buffers = 2048

shared_pool_size = 102428800

large_pool_size = 1214400
java_pool_size = 50971520

log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800

processes = 150

parallel_max_servers = 5

log_buffer = 32768

#audit_trail = true # if you want auditing
#timed_statistics = true # if you want timed statistics
max_dump_file_size = 10240 # limit trace file size to 5M each

# Uncommenting the line below will cause automatic archiving if archiving has
# been enabled using ALTER DATABASE ARCHIVELOG.
# log_archive_start = true
# log_archive_dest_1 = "location=C:\oracle\oradata\ora9i\archive"
# log_archive_format = %%ORACLE_SID%%T%TS%S.ARC


#DBCA uses the default database value (30) for max_rollback_segments
#100 rollback segments (or more) may be required in the future
#Uncomment the following entry when additional rollback segments are created and made online
#max_rollback_segments = 50
# If using private rollback segments, place lines of the following
# form in each of your instance-specific init.ora files:
#rollback_segments = ( RBS0, RBS1, RBS2, RBS3, RBS4, RBS5, RBS6, RBS7, RBS8, RBS9, RBS10, RBS11, RBS12, RBS13, RBS14, RBS15, RBS16, RBS17, RBS18, RBS19, RBS20, RBS21, RBS22, RBS23, RBS24, RBS25, RBS26, RBS27, RBS28 )

# Global Naming -- enforce that a dblink has same name as the db it connects to
global_names = true

# Uncomment the following line if you wish to enable the Oracle Trace product
# to trace server activity. This enables scheduling of server collections
# from the Oracle Enterprise Manager Console.
# Also, if the oracle_trace_collection_name parameter is non-null,
# every session will write to the named collection, as well as enabling you
# to schedule future collections from the console.
# oracle_trace_enable = true

oracle_trace_collection_name = ""
# define directories to store trace and alert files
background_dump_dest = C:\oracle\admin\ora9i\bdump
#Uncomment this parameter to enable resource management for your database.
#The SYSTEM_PLAN is provided by default with the database.
#Change the plan name if you have created your own resource plan.# resource_manager_plan = system_plan
user_dump_dest = C:\oracle\admin\ora9i\udump

db_block_size = 8192

remote_login_passwordfile = exclusive

os_authent_prefix = ""

# The following parameters are needed for the Advanced Replication Option
job_queue_processes = 4
job_queue_interval = 60
open_links = 4

distributed_transactions = 10
mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
# Uncomment the following line when your listener is configured for SSL
# (listener.ora and sqlnet.ora)
# mts_dispatchers = "(PROTOCOL=TCPS)(PRE=oracle.aurora.server.SGiopServer)"

compatible = 8.1.0
sort_area_size = 65536
sort_area_retained_size = 65536
لابد يا احبة ان يكون الملف تماما مثل هذا الملف لاننى سنحتاج لذك في المراحل التالية



ارجو ان يكون هذا الاسلوب قد اعجبكم فان كان اعجبكم فاخبروني اكمل بهذا الشكل اليوم ان شاء الله

رابط هذا التعليق
شارك

  • بعد 3 أسابيع...
  • بعد 1 شهر...

شكرا لك اخي عمر على تثبيت الموضوع فقد اعتقدت ان الشرح لايعجبكم فتوقفت
وكذلك شكرا لك اخي عروه واعدك بانني ساكمل الموضع الاسبوع القادم ان شاء الله لانني في دورة الان لمدة اسبوع
مع حبي وتقديري

رابط هذا التعليق
شارك

  • بعد 2 أسابيع...
  • بعد 2 شهور...

الله يعطيكوا الف عافيه انا مشترك جديد في المنتدى بس بارك الله فيكوا شوا تعبانين في المنتدى
بس ممكن يا اخوان تعطونا نسخة من ORACLE DESGNER

رابط هذا التعليق
شارك

  • بعد 1 شهر...
  • بعد 3 شهور...

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

بصراحه انا صفر في الاوراكل ديزاينر (مافيش حد يخلق متعلم) واتمنى استفيد منكم

لذلك اتمنى منكم بوضع الاسس الاوليه والباقي ان شاء الله نكمله با انفسنا
ولكم مني جزيل الشكر وخالص التقدير والاحترام

م/جبل صبر

رابط هذا التعليق
شارك

  • بعد 2 شهور...
  • بعد 1 سنة...

أخى eng_mcsd
عفوا ان الرد متأخر و لكن كنت مشغول مثلك و لكن اراك تقول ان 8i اسهل و انا ارى ان كله سواء و انا اعمل على designer 10g و شغاااااااااااااااال تمام كما انى ارى انه لا داعى لوجود Application Server طالما هناك OC4J ايضا اول خطوه هى تحميل Repository Administration و لتحميله هناك خطوات متعدده مثل ضبط الباراميتر و انشاء Table Space وال indexes و Repository User و منحه الصلاحيات و الموضوح ليس بالصعب كام صورته للأعضاء و انا بالنسبه لى افضل اصدار يتعامل مع الديزينر هو 10g و هذا عن تجربه ... اسف على الإطاله

رابط هذا التعليق
شارك


أخى eng_mcsd
عفوا ان الرد متأخر و لكن كنت مشغول مثلك و لكن اراك تقول ان 8i اسهل و انا ارى ان كله سواء و انا اعمل على designer 10g و شغاااااااااااااااال تمام كما انى ارى انه لا داعى لوجود Application Server طالما هناك OC4J ايضا اول خطوه هى تحميل Repository Administration و لتحميله هناك خطوات متعدده مثل ضبط الباراميتر و انشاء Table Space وال indexes و Repository User و منحه الصلاحيات و الموضوح ليس بالصعب كام صورته للأعضاء و انا بالنسبه لى افضل اصدار يتعامل مع الديزينر هو 10g و هذا عن تجربه ... اسف على الإطاله
رابط هذا التعليق
شارك

Dear All,
As i know that the installation of the oracle designer is a problem to alot of people i have prepared a number of scripts that u can run to finish the installation in about 30 minutes with the minimum possible effort.
Please find attached a folder called installing_reposiotry,follow the following steps in order to install the oracle repository:
1)run the file called all.sql(it will make all the necessary changes in the system
parameters and create the necessary users and tablespaces
however,this file calls a file called CKROROLE.SQL,check its location in your operating systems and write the correct path in the all.sql file before running it
2)open the attached pdf file that i prepared as a summary to the 48 page installation guide that oracle provided.Follow the steps from page 9(installation steps)
it is very easy and all is graphical user interface.
if u need any help please let me know
Dina Salah
Executive Manager
Legend Technology
[email protected]

installing_repository.zip

رابط هذا التعليق
شارك

  • بعد 1 سنة...

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

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

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

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   تمت استعادة المحتوى السابق الخاص بك.   مسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

جاري التحميل
×
×
  • أضف...

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

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