转载
2010-03-22 09:17:00
196阅读
2评论
This tutorial shows you how to publish a database using the Dat
转载
2022-11-28 16:44:55
173阅读
This article explains how to use the JRuby programming language with Oracle Database 11g Release 2. JRuby allows the Java platform and extensive libraries to be augmented with an easy to use and powerful scripting language.Software RequirementsThe following software can be used:Oracle Database 11g R
转载
2011-03-08 13:29:00
121阅读
很多朋友一直对DataGuard的fast-start failover持怀疑的态度;通过observer的观察,(Fast-Start Failover)FSFO提供了一种在primary数据库不可用情况下自动故障切换到standby数据库的能力。造成很多朋友不愿意使用FSFO的原因之一是故障切换后不得不重建原primary数据库,不过如果我们能配合使用10g中的闪回数据库特性的话,这一重建数据
原创
2011-02-24 23:53:42
980阅读
Post Views: 5,129 MYSQL TO ORACLE DATABASE LINK CREATION USING HETEROGENEOUS SERVICESA database link is a pointer that defines a one-way communication path from an Oracle Database server to another
转载
2020-01-09 15:15:00
366阅读
2评论
So now if you want to place AdventureWorks2008R2 sample database in a single-user mode, then write the codeALTER DATABASE AdventureWorks2008R2 SET SINGLE_USER; The above code would wait indefinitely
转载
2016-03-27 15:56:00
58阅读
2评论
recover database : 在普通的recover database 或者 recover tablespace, recover datafile时,Oracle会以当前controlfile所纪录的SCN为准,利用archive log和redo log的redo entry,把相关的datafile 的block恢复到“当前controlf
转载
精选
2013-07-31 16:38:38
1426阅读
Hello my name is Kerim Hanif, I am a Program Manager in Virtual Machine Manager product responsible from Setup feature.
As you may already know during VMM installation you can use an existing databas
转载
精选
2012-12-13 13:53:53
367阅读
本文介绍如何部署一个带有adg功能的shardeddatabase。1、环境介绍各个节点的角色以及数据库版本如下表所示:其中实例名是系统自己命名的。2、创建ShardCatalogDatabase这里使用静默方式在odb01上创建目录数据库。[oracle@odb01~]$vi/tmp/dbca.rspresponseFileVersion=/oracle/assistants/rspfmt_db
原创
2019-07-16 17:23:25
1152阅读
Duplicate a Database Using RMAN in Oracle Database 11g Release 2This article is an update of a prev
原创
2022-09-16 16:13:13
93阅读
1、在auxiliary 服务器上安装oracle 软件,(不要创建数据库)
2.从target 数据库上得到pfile ,拷贝到auxiliary 相对应的位置,(修改相应的参数)
3.auxiliary服务器:根据pfile 和需要创建相应的目录。
(目录结构不同的,应在pfile 后面加)
*.db_file_name_convert=('/u01/app
原创
2010-09-08 11:25:36
1004阅读
https://www.mssqltips.com/sqlservertip/2464/configure-sql-server-database-mirroring-using-ssms/ProblemI have a need to setup SQL Server Database Mirroring in my environment. I understa
转载
精选
2016-08-29 17:12:18
797阅读
The following walkthrough demonstrates the use of a custom action and the CustomActionData property to create a database and database table during installation.Note This walkthrough requires SQL
转载
2007-12-17 10:22:00
91阅读
http://searchoracle.techtarget.com/answer/Recover-database-using-backup-controlfile-until-cancel What is checked or what happens
转载
2014-05-18 11:26:00
208阅读
2评论
【代码】Migrate a WordPress database using MariaDB to another server。
原创
2024-06-25 11:06:35
35阅读
Microsoft announced thepublic previewof Azure Database services for PostgreSQL and MySQL at Build 2017 which is a simple, fully managed database service for PostgreSQL and MySQL that removes the ...
转载
2021-10-25 17:05:03
72阅读
wrote by Jimmy on DEC 27th 2010 Read More
原创
2021-08-13 11:11:53
113阅读
Problem
I have a need to setup SQL Server
Database Mirroring in my environment. I understand it can be complicated to setup. Can you provide an example on setting up SQL Server
Database Mirroring?
转载
2011-10-09 14:23:00
361阅读
2评论
MySQL using 介绍看书时注意到了 using()函数,这个函数之前没有使用过,了解一下后其实用法是很简单的。1、介绍using()函数用于两张表之间的 join 连接查询,并且 using()中的列在两张表中都存在,作为 join 的条件。例子select * from admin inner join user on admin.name = user.name类似:select *
转载
2023-05-30 13:45:57
204阅读
primary databasedb_name=zwc, db_unique_name=zwc standby databasedb_name=zwc, db_unique_name=standby on primary database[oracle@vmdb12c ~]$ sqlplus sys/oracle@zwc as sysdbaSQL*Plus: Release 12.1.0.1.0 Production on Thu Sep 26 16:12:10 2013Copyright (c) 1982, 2013, Oracle. All rights reserved.Connec..
转载
2013-09-26 22:51:00
89阅读
2评论