#!/bin/bash#command usage descriptionfunction usage(){ echo -e "Usage:nt$0 DIR_NAME" ex
转载
2013-08-19 19:49:00
73阅读
2评论
1.查看rman默认配置 RMAN> show all; using target database control file instead of recovery catalog RMAN configuration parameters for database with db_unique_ ...
转载
2021-09-07 14:11:00
140阅读
2评论
Created by Wang, Jerry, last modified on Sep 12, 2015
原创
2022-04-21 10:59:13
49阅读
Java big file debug - random access
原创
2021-07-14 17:48:51
65阅读
通过HP的OA管理将VC交换机firmware从2.33更新至3.01时,出现错误
"file is too big to handle "。
解决方法:
1.下载HP BladeSystem C-Class Virtual Connect Support Utility工具,通过该工具进行升级。下载地址:
http://h20000.www2.hp.com/bizsupport/Tech
原创
2010-09-06 16:26:47
875阅读
以前没有注意过,linux竟然不支持大于4G的zip文件的解压。解决办法如下:wget -c http://packages.sw.be/p7zip/p7zip-9.13-1.el5.rf.i386.rpm
wget -c http://packages.sw.be/p7zip/p7zip-plugins-9.13-1.el5.rf.i386.rpm下载完后
原创
2015-12-09 11:42:13
1592阅读
#include <iostream> #include <typeinfo> #include <istream> #include <fstream> #include <string> #include <sstream> #include <vector> void readBigFileD ...
转载
2021-07-16 09:52:00
582阅读
2评论
在Kubernetes (K8S) 中使用Oracle数据库时,对于性能调优和故障排查,了解数据库等待事件是至关重要的。其中一个常见的等待事件是"oracle log file sync",它表示等待将日志信息从内存刷入磁盘的时间。在这篇文章中,我将向你介绍如何在K8S中实现"oracle log file sync",帮助你了解整个过程并解决问题。
### 实现"oracle log file
原创
2024-05-23 10:51:24
100阅读
控制文件包含的信息:1、数据库的名字2、联机重做日志文件和数据文件的名字和位置3、
原创
2022-08-19 21:04:16
134阅读
Why the volume so big after coping file from Linux to Windows?
原创
2024-03-28 14:52:19
40阅读
Using logdump to Troubleshoot the Oracle GoldenGate for Big Data Kafka Handler 06 SEPTEMBER 2016 on Oracle GoldenGate, ogg, Big Data, kafka, logdump, ...
转载
2021-11-02 00:57:00
377阅读
2评论
Oracle GoldenGate for Big Data (OGG BD) supports sending transactions as messages to Kafka topics, both through the native Oracle handler as well as a ...
转载
2021-10-27 22:16:00
474阅读
2评论
2017 will see a host of informed predictions, lower costs, and even business-centric gains, courtesy of the global adoption of Big Data and associated
原创
2021-07-20 11:42:46
83阅读
(1)控制文件丢失的话要求恢复
(4)它只能连接到单一的数据库
(7)它要求进行多工的备份
(2)表空间名(SELECT * FROM V$TABLESPACE;)
(5)同步检测点信息
(8)备份信息(SELECT * FROM V$BACKUP;
(9)select * from v$datafile; select
原创
2012-03-15 15:35:17
4218阅读
【功能】函数返回一个空的BFILE位置值指示符,函数用于初始化BFILE变量或者是BFILE列。 【参数】dir是一个directory类型的对象,file为一文件名。 insert into lobdemo(key,bfile_col) values (-1,biflename('utils','
转载
2019-07-02 14:09:00
311阅读
2评论
setSERVEROUTonDECLAREtab_sqlvarchar2(4000);tab_lobclob;TYPEddl_typeISREFCURSOR;ddl_curddl_type;typetab_ddl_typeisrecord(ddl_conclob);tab_ddltab_ddl_type;cursortab_curisselectDISTINCTobject_type,object
原创
2019-09-16 14:14:31
748阅读
Below is the example to create an excel file in Oracle Forms.Pass the Sql query string to the below procedure to generate an Excel file using Ole2 package.PROCEDURE Create_Excel_File (CSQL Varchar2)Is...
原创
2021-07-21 11:35:06
573阅读
Profile Option Name Site Application Responsibility Server Server Org User Remark Export MIME type text/tab-separated-values tsv Export MIME type application/vnd.ms-excel ...
原创
2021-07-21 11:59:24
400阅读
how to unload oracle data into fixed length text file1. sqluldr2This tool developed by one Chinese Oracle guru. At a glance, this tool is suited for my need
原创
2022-05-05 17:56:01
247阅读