|
Arby’s launches Oracle E-Business Suite
9 hours ago
by admin
Katherine Field Boccaccio Arby’s Restaurant Group said that it has selected service provider BIAS Corp., based in Atlanta, to implement all of the needed Oracle applications and infrastructure. Chain Store Age - News
|
|
SQLTXPLAIN quick tips and tricks and DB Optimizer VST
12 hours ago
by karlarao
Lately I’ve been busy on projects and research so I’m putting more and more stuff on my wiki/braindump… and really I need to catch up on blogging. I have a longer draft post about SQLTXPLAIN.. but I haven’t finished it yet so I’ll just go with the quick post for now. SQLTXPLAIN: I’ve been using SQLT ...
|
|
Oracle Delete Record 使用方法
13 hours ago
by vectus2001
Oracle Delete Record 使用方法 private void OracleDeleteConnection() { String ConnectionString = "User Id=;Password=; Data Source=; Unicode=True"; OracleConnection conn = new OracleConnection(ConnectionString); conn.Open(); String SQLStatement = "DELETE FROM Test WHERE ...
|
|
Monitorizar Oracle iPlanet Web Server con get-perfdump
13 hours ago
by Alex
La utilidad de monitorización en servidores Web de Sun/Oracle ha mejorado mucho a partir de la versión 7.0. Si bien antes únicamente podíamos acceder a estos datos vía web, ahora podemos hacerlo a través de la shell/CLI wadm, permitiendo acceder a estadísticas a tiempo real de monitorización sin nec ...
|
|
Dbvisit Replicate…
14 hours ago
by Tim...
Last months I wrote a post Dbvisit Standby and said I planned on taking a look at their replication product at some point. I had actually already started writing an article on it, but got a bit side tracked before putting it live. I went back to it today and noticed a new version of the product had ...
|
|
Oracle Spatial: java.sql.SQLRecoverableException: No more data to read from ...
17 hours ago
by Mark Needham
We’re using Oracle Spatial on my current project so that we can locate points within geographical regions and decided earlier in the week to rename the table where we store the SDO_GEOMETRY objects for each region. We did that by using a normal table alter statement but then started seeing the follo ...
|
|
You Can Move XML to Oracle
20 hours ago
by mljoshua
With the many database converters available, you have surely heard of Full Convert by Spectralcore. It is the most adaptable and intuitive database converter out there today. If you want to move XML to Oracle, this is the one for you. Not only does this application support the basic source of the or ...
|
|
21 и 22 февраля 2012 года в Новосибирске II ...
22 hours ago
by Новости телекома Сибири
Проходит при официальной поддержке Департамента информатизации и развития телекоммуникационных технологий Новосибирской области Программа конференции Мероприятия первого дня 21 февраля (вторник) 09.00 – 10.00 Регистрация участников. Приветственный кофе 10.00 – 15.30 Market Profile «Обзор рынка телек ...
|
|
Oracle-datenbank-administrator (m/w)
1 day ago
by admin
Für unseren Kunden suchen wir einen Oracle-Datenbank-Administrator (m/w). Ihre Aufgaben: Prüfen und Einführen neuer Oracle-Technologien im Oracle-Datenbankumfeld Monitoring und Performance-Tuning von Oracle-Instancen Implementierung und Überwachung von Ho chverfügbarkeitsarchitekturen Eigenverantwor ...
|
|
Oracle Insert Record 使用方法
1 day ago
by vectus2001
Oracle Insert Record 使用方法 using System.Data.OracleClient; using System.Data; private void OracleInsertConnection() { String ConnectionString = "User Id=;Password=; Data Source=; Unicode=True"; OracleConnection conn = new OracleConnection(ConnectionString); conn.Ope ...
|