Устанавливаю Benchmark Factory for Databases 4.5.1 или Benchmark Factory for Oracle 4.0
Junior Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Проблема решилась установкой клиента Oracle 8.1.7
Всего записей: 138 | Зарегистр. 22-07-2004 | Отправлено:14:15 17-02-2006
lYY
Junior Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Небольшой ликбез, для тех, кто в танке (ну и для себя в первую очередь):
Quest for Oracle http://www.quest.com/oracle Большое количество продуктов для различных СУБД, с красивыми названиями – но с непонятным предназначением. Здесь я попробую немножко разобраться во всем этом многообразии.
Для установки качаем Quest Installer, далее все выбранные компоненты он желает скачать сам (до 600Mb). Подход, хм, странный. Я качал весь пакет одним куском, а потом в настройках указал путь поиска пакетов на диск. Некоторые Quest продукты могут не работать с Oracle Client 8.0 (ставим 8i). Если ругается на библиотеки, пробуем ставить Oracle Client последних версий.
— Database Analysis Анализ БД непосредственно и через планировщик. Собирает статистику, находит узкие места и выносит рекомендации – для более быстрой работы СУБД перепишите ваше приложение, например. В целом, интересно, но комментарии очень мудреные и по английски.
— Performance Diagnostics Подразумевается Spotlight, если Spotlight находит какую-либо проблему, то из него можно вызвать консоль Quest Central, и там проанализировать её.
— Performance Monitoring Опять Spotlight?
— Database Administration Cпециальный модуль для TOAD?
— SQL Tuning (Есть SQL Tuning и есть Quest SQL Optimizer – вещи разные. SQL Tuning вызывается прямо из TOAD, для тюнинга SQL он удобней. Quest SQL Optimizer может мониторить БД на предмет поиска плохих запросов/индексов и опять же тюнинговать запросы, тоже самое, в принципе, может Spotlight)
— Load Testing / Data Generation Генератор наборов случайных данных, довольно интеллектуальный.
— Performance Analysis / SQL History Работает через StealthCollect, агент прямо на сервере собирает статистику, чем отличается от Database Analysis – не совсем понятно. Видимо, тем и отличается, что работает не через SQL, а через StealthCollect. Как выяснилось, в поставку Quest Central не входит, надо качать отдельно.
TOAD – (в простонародье “Жаба”) – все, что необходимо для разработчика на SQL. Тут и SQL Editor и Schema Browser, множество всяких визардов, репортов, встроенных утилит, ИМХО, как правило, не нужных. Есть возможность добавить модуль для администрирования.
SQL Navigator – разработка PL/SQL кода. Мне лично больше нравится PL/SQL Developer.
Knowledge Xpert – база знаний по Oracle, поиск ответов на любые вопросы, решение любых проблем. Зачем он нужен, мне не понятно – “Яндекс – найдется все”. (Ну и sql.ru рулит)
Benchmark Factory – тестирование СУБД на предмет скоростных показателей (количество транзакций в секунду например). Свой сервер интересно протестировать в различных режимах – одна неприятность – сравнить не с чем. (Предлагаю сравнивать Железо/Оракл/Результат теста). Существует альтернатива – HammerOra. Для его коректного запуска Benchmark Factory может потребоваться следующий тригер
— Задача_2: Решение проблемм разделителей(для Quest Benchmark) EXECUTE IMMEDIATE ‘ALTER SESSION SET NLS_NUMERIC_CHARACTERS = «.,»‘; EXECUTE IMMEDIATE ‘ALTER SESSION SET NLS_DATE_LANGUAGE = «AMERICAN»‘; EXECUTE IMMEDIATE ‘ALTER SESSION SET NLS_DATE_FORMAT = «DD-MON-YY»‘;
QDesigner – разработка на высоком уровне, визуальное создание схем БД и генерация скриптов под схему. Оправдано, вероятно, только в очень крупных проектах. Существует множество аналогов.
Formatter Plus – позволяет форматировать запросы (красиво их оформлять), подкрашивает все разными цветами. Толи буржуи совсем обленились, толи я чего-то не понимаю.
Data Factory – набор тестовых данных, для физической проверки производительности сервера. Тестовое приложение.
Quest Database Management Solutions – консоль, объединяющая в себе все и вся. Я что-то как-то против сваливания всего в одну кучу. Привычней мне как-то с низкоуровневыми продуктами. Может в огромных компаниях с множеством огромных проектов это и интересно?
———— Пожелания, предложения, комментарии. Сильно не пинайте – у всех свои пути к знаниям.
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору TOAD – все же больше рабочая среда администратора. Разработчику она мало полезна. В его поставке еще есть замечательная утилита Quest SQL Monitor version 2.0.2.3. sqlmonitor.exe хучащая вызовы oci. прекрасный способ изучения работы программ с закрытой клиентской частью
Всего записей: 371 | Зарегистр. 20-03-2003 | Отправлено:14:45 06-03-2006
Mickle Gusew
Junior Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Про ключи в варезник, там есть топик.
Всего записей: 138 | Зарегистр. 22-07-2004 | Отправлено:08:28 31-03-2006
slaj1
Advanced Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору приветик, возникла следующая трабла, на windows 2003 установлен Oracle 10g поставил spotlight v.3.8.0.373
PS на Windows 2000 все работает прекрасно
Всего записей: 912 | Зарегистр. 23-06-2003 | Отправлено:14:37 06-11-2006
lYY
Junior Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору slaj1 Давно я не заходил, не видел сообщения. Если актуально: а может и правда дело в tnsnames? Другие оракловские приложения работают?
Добавлено: Испробовал Database Analysis.
Spotlight мигал красным, я согласился на анализ. Запустился Database Analysis, включился визард, составил несколько джобов (job) по рассписанию. Джобы трудятся, делают снимки (snapshot), собирают статистику.
Посмотрел через несколько дней, что там Analysis наделал. Он предложил: — исправить параметры инициализации оракла (у меня 8.1.7); — делать для таблиц analyze (список таблиц) — показал тяжелые запросы и кто их запускает — ну и про клиентские приложения отругался (указал использовать Bind Variable).
Может и поможет эта штука ускорить и оптимизировать работу БД!?
Всего записей: 138 | Зарегистр. 22-07-2004 | Отправлено:15:14 07-12-2006
slaj1
Добавлено: кстати, всем кто сталкивался с вопросом, который я поднимал выше
вот по этой ссылоче должен решаться вопрос с подключением spotlight-a к 10-му oracle
В фирменной библиотеке Oculus Quest хороших игрушек и полезных приложений, конечно, немало. Однако они там не все. В то же время эта VR-гарнитура, как полнофункциональный Android-девайс, позволяет устанавливать и так называемые сторонние APK.
То бишь, при желании на Oculus Quest можно доставить практически, что угодно. И не только приложения или игрушки.
К примеру, можно подключить к гарнитуре беспроводные наушники, для чего тоже понадобится софт, которого нет в официальном каталоге.
В общем, в этой публикации расскажем о том.
как устанавливать сторонние приложения на Oculus Quest
Собственно, данную процедуру мы уже фактически расписали в предыдущем посте о наушниках, поэтому для разнообразия приведем еще одну методу.
Она предполагает установку на Oculus Quest сторонних APK с помощью одной очень удобной утилитки, которая называется SideQuest и как раз для этого дела разработана (притом работает не только с Windows, но и с MacOS и c Linux).
Значит, сначала — этап стандартный:
#1 — активируем Режим разработчика в Oculus Quest
На данном этапе нужны смартфон с предустановленным фирменным приложением Oculus и Интернет. Делаем следующее:
С этим закончили. Теперь, когда у нас есть Oculus Quest с активным режимом разработчика.
#2 — устанавливаем на комп приложение SideQuest
С этим сложностей совсем никаких:
#3 — как подключить Oculus Quest к SideQuest
Сначала, само собой, с помощью кабеля USB-C подключаем VR-гарнитуру к компу и далее:
#4 — как устанавливать сторонние приложения на Oculus Quest через SideQuest
После подключения гарнитуры к SideQuest первым делом знакомимся с тамошней встроенной Библиотекой, в которой популярных и не очень приложений и игрушек довольно много. На Oculus Quest любая прога из каталога SideQuest устанавливается предельно просто:
Удаляется ненужная прога точно так же, только кнопка будет «Uninstall».
Если же надо установить на Oculus Quest программу не из каталога SideQuest, то тогда:
This document covers the changes to versions 5.6.0 through 5.6.6 of the Quest Installer. This document describes the new features, the system requirements, and the known issues for this release.
During Installation
For some Quest Toad product suites, you can enter you new Toad license key during the installation process. If the installer displays the Product Licensing page, you can enter your license key and site message. If you have an existing license key, the installer finds and displays this key. If you prefer, you can enter your license key later, after launching the application.
Note: If you have an older type license key, the installer may not detect and display it. Continue with the installation. If necessary, Toad will prompt you to enter your license key upon initial launch of the application.
If you are installing a Toad for Oracle edition or suite, your single license key activates ALL the components of the edition or suite.
After Launching the Application
If you are installing a Toad product or suite for the first time, after launching the application, you will be prompted to enter your license key (but only if you did not enter the key during the installation process).
If you are installing or upgrading to a different edition, after launching the Toad product or suite, select Help | Licensing and enter your new license key. Any new features will be enabled automatically, and any additional Toad suite components will be licensed from the same key.
New in This Release
Updates to Quest Installer 5.6.6
Support for Oracle 64-bit Client download
Updates to Quest Installer 5.6.5
Updates to Quest Installer 5.6.4
Updates to Quest Installer 5.6.3
Updates to Quest Installer 5.6.2
This release of Quest Installer includes certification on the following platforms:
Updates to Quest Installer 5.6.1
Updates to Quest Installer 5.6
Support for the 64-bit version of Toad for Oracle
Registration
For some Quest Toad products, during installation you have the opportunity to register with Quest Software as a Toad user. Just enter your e-mail address and job role in the Product Registration page of the Quest Installer.
MSI Extraction
If you cannot run the Quest Installer to deploy Toad software applications, or if you prefer to perform a silent installation of the Toad product, you can use the Quest Installer to extract the MSI files for the Toad product or products. For more information on how to use Quest Installer to extract MSI files for your Toad for Oracle product, please see one of the documents listed in the Getting Started section of this guide.
Known Issues
The following is a list of issues known to exist at the time of this release.
Spotlight on Oracle Uninstall
Having upgraded to Spotlight on Oracle 7.1 from an earlier release of Spotlight on Oracle Standard Edition (for example via Toad 10.0), if you uninstall Spotlight with the Quest Installer, only part of Spotlight will be uninstalled. This is due to RAC diagnostics and Predictive Diagnostics being added to Spotlight on Oracle 7.1.
Workaround: To complete the uninstall, use Add/Remove Programs to remove “Spotlight on Oracle (Standard Edition)”.
N/A
Installation: Windows 64-bit Operating System
If you attempt to install a 32-bit application into the ‘C:\Program Files’ directory in a 64-bit operating system, the OS/MSI converts it to ‘C:\Program Files (x86)’. In this case, the install location path in Quest Installer is different from the actual location. This means that you will not be able to uninstall the application using the Quest Installer.
Workaround: Use the ‘Add and Remove Programs’ utility in the Control Panel to uninstall the application.
C:\Program Files(x86)\Quest Software\
According to Oracle Metalink, Doc ID 334528, there is a network issue for any application that is installed into a path with a parenthesis using the 10g client on Windows 64-bit.
Workaround: RESOLUTION 1: Create a new folder that is not under the Program Files folder, such as C:\Quest Software\ and install Toad under this new folder. The installation program allows you to change the default installation path.
RESOLUTION 2: Upgrade to an Oracle Client 11g version. The following is an 11g Oracle Client download link that we recommend. Oracle Database 11g Release 1 Client (11.1.0.6.0) for Microsoft Windows win32_11gR1_client.zip (510,809,607 bytes)
N/A
Installation: Performance issue related to digital signing
If the signed installer is located on a network share, the entire file needs to be transmitted (to the local machine) before installation can commence. This is because the entire file needs to be read in order to verify the digital signature.
Workaround: If you plan to run the Quest Installer frequently, it is advised that you copy the installation bundle to a local hard drive.
N/A
Installation: The format of the file ‘ToadStudioAdapter30.dll’ is invalid
The format of the file ‘ToadStudioAdapter30.dll’ is invalid. This is related to having previously installed a version of ‘Toad Studio’ that included an old version of QAIT.
Workaround: I nstall the latest version of QAIT. Please contact Quest Support for information on where you can obtain the newer QAIT version.
The Quest Installer provides a warning during installation if insufficient disk space exists for the installation.
System Requirements
Note: System requirements vary depending on what application or suite you are installing using the Quest Installer. Please refer to the specific Toad product’s installation guide for hardware requirements and operating system support.
Before installing Quest Installer, ensure your system meets the following requirements:
Quest Installer requirements
Administrator privileges. You must be logged in with administrator privileges to perform the installation.
DVD-ROM drive (required for installation only).
Internet connection (required for downloading software).
VGA monitor, 1024×768 resolution, small fonts.
Printer (optional) for printing graphs and reports.
Sound card and speakers (optional) for receiving audible alerts.
Mouse (required to access all features.)
Global Operations
This section contains information about installing and operating this product in non-English configurations, such as those needed by customers outside of North America. This section does not replace the materials about supported platforms and configurations found elsewhere in the product documentation.
This release is Unicode-enabled and supports any character set. It supports simultaneous operation with multilingual data. This release is targeted to support operations in the following regions: North America, Western Europe and Latin America, Central and Eastern Europe, Far-East Asia, Japan. It supports bidirectional writing (Arabic and Hebrew). The release supports Complex Script (Central Asia – India, Thailand).
This release has the following known capabilities or limitations: Native Operating Systems must use their Native ‘System Local’, not the English Compatible System Local.
Getting Started
Installation Instructions
Your product download or CD will include an installation guide, or you can access your product’s installation guide through one of the following links.
If you are installing a Toad for Oracle edition or suite, please refer to one of the following Installation Guides:
Other Toad Products
If you are installing a Quest product other than Toad for Oracle, please see the product’s Installation Guide for complete installation instructions. Toad product installation guides can be found at Quest Software’s Support Portal or at the product’s community page on Toad World.
For More Information
Contacting Quest Software:
Email
info@quest.com
Mail
Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656 USA
Web
Refer to our web site for regional and international office information.
Contacting Quest Support:
Quest Support is available to customers who have a trial version of a Quest product or who have purchased a Quest product and have a valid maintenance contract. Quest Support provides unlimited 24×7 access to our Support Portal at http://support.quest.com.
From our Support Portal, you can do the following:
Retrieve thousands of solutions from our online Knowledgebase
Download the latest releases and service packs
Create, update, and review Support cases
View the Global Support Guidefor a detailed explanation of support programs, online services, contact information, policies and procedures. The guide is available at: http://support.quest.com.
Toad for MySQL is an official Quest Software Inc. Freeware Product. This license does not entitle Licensee to receive technical support from Quest. Get the latest Toad for MySQL product information and find helpful resources at the Toad for MySQL Community at http://toadformysql.com/index.jspa.
This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement. This software may be used or copied only in accordance with the terms of the applicable agreement. No part of this guide may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording for any purpose other than the purchaser’s personal use without the written permission of Quest Software, Inc.
The information in this document is provided in connection with Quest products. No license, express or implied, by estoppel or otherwise, to any intellectual property right is granted by this document or in connection with the sale of Quest products. EXCEPT AS SET FORTH IN QUEST’S TERMS AND CONDITIONS AS SPECIFIED IN THE LICENSE AGREEMENT FOR THIS PRODUCT, QUEST ASSUMES NO LIABILITY WHATSOEVER AND DISCLAIMS ANY EXPRESS, IMPLIED OR STATUTORY WARRANTY RELATING TO ITS PRODUCTS INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. IN NO EVENT SHALL QUEST BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, SPECIAL OR INCIDENTAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION OR LOSS OF INFORMATION) ARISING OUT OF THE USE OR INABILITY TO USE THIS DOCUMENT, EVEN IF QUEST HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Quest makes no representations or warranties with respect to the accuracy or completeness of the contents of this document and reserves the right to make changes to specifications and product descriptions at any time without notice. Quest does not make any commitment to update the information contained in this document.
If you have any questions regarding your potential use of this material, contact:
Toad for Oracle 10.5 utilizes an installer known as the Quest Installer. This file provides information for Quest Installer 4.2 based on the following topics: New in this Release, Known Issues, System Requirements, Global Operations, Getting Started & For More Information.
Add to My Downloads
— file has been selected to download. You can either download the file now with any of the other files selected below or add them to your download folder in order to download them at a later time. Adding files to your download folder is recommended when downloading multiple files at a time. By downloading, you agree to the Software Transaction, License and End User License Agreements listed here.
Add to My Downloads
— file has been selected to download. You can either download the file now with any of the other files selected below or add them to your download folder in order to download them at a later time. Adding files to your download folder is recommended when downloading multiple files at a time. By downloading, you agree to the Software Transaction, License and End User License Agreements listed here.
Customers who have selected the file above have also downloaded the recommended files listed below. Popup blocker should be disabled in order to download the files listed below
Download Now
— file has been selected to download. You can either download the file now with any of the other files selected below or add them to your download folder in order to download them at a later time. Adding files to your download folder is recommended when downloading multiple files at a time. By downloading, you agree to the Software Transaction, License and End User License Agreements listed here.
Download Now
— file has been selected to download. You can either download the file now with any of the other files selected below or add them to your download folder in order to download them at a later time. Adding files to your download folder is recommended when downloading multiple files at a time. By downloading, you agree to the Software Transaction, License and End User License Agreements listed here.
Customers who have selected the file above have also downloaded the recommended files listed below. Popup blocker should be disabled in order to download the files listed below
Please wait while we verify your entitlement to this file.
Downloads are restricted from Tablet and Mobile devices. Please access this page from a non-restricted device to complete this download.
Accept Terms and Conditions
Prior to downloading this Software, you must review the Software Transaction Agreement located here and confirm, by clicking the I agree check box below, that your organization accepts and is bound by the terms and conditions of the Software Transaction Agreement for this Software.
If you purchased the licenses for this Software by executing an order form with Quest or if you have an agreement with Quest that states that all purchases are governed by such agreement, then the terms and conditions of that agreement supersedes and takes precedence over the Software Transaction Agreement.