码迷,mamicode.com
首页 >  
搜索关键字:oracle hint 失效    ( 48134个结果
Oracle 11g 导出报错exp-00091,解决办法。
今天做数据库导出报错:EXP-00091:Exportingquestionablestatistics.在对ORACLE数据库做exp备份导出时报EXP-00091:Exportingquestionablestatistics”错误:详情如下:EXP-00091:Exportingquestionablestatistics.EXP-00091:Exportingquestionablesta
分类:数据库   时间:2020-12-01 11:59:32    阅读次数:11
MySQL之索引优化
一、Table Demo CREATE TABLE `employees` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(24) NOT NULL DEFAULT '' COMMENT '姓名', `age` int(11) NOT N ...
分类:数据库   时间:2020-11-30 15:26:05    阅读次数:7
【Oracle Database】数据库完整备份与日志备份
[oracle@wallet01 ~]$ cat /home/oracle/script/full_backup.sh #!/bin/bash if [ -f ~/.bash_profile ]; then . ~/.bash_profile fi export SH_HOME=/home/orac ...
分类:数据库   时间:2020-11-26 15:19:56    阅读次数:23
oracle查询sql 执行历史和计算机
select * from v$sql select row_number() over (order by a.username, a.client_info, a.terminal) as id , a.username, a.sid, a.serial# as serial_id, a.cli ...
分类:数据库   时间:2020-11-26 14:51:52    阅读次数:9
[HCTF 2018]WarmUp
<?php highlight_file(__FILE__); class emmm { public static function checkFile(&$page) { // 白名单 $whitelist = ["source"=>"source.php","hint"=>"hint.php" ...
分类:其他好文   时间:2020-11-26 14:17:54    阅读次数:3
Mysql,SqlServer,Oracle主键自动增长的设置
1、把主键定义为自动增长标识符类型 MySql 在mysql中,如果把表的主键设为auto_increment类型,数据库就会自动为主键赋值。例如: create table customers(id int auto_increment primary key not null, name var ...
分类:数据库   时间:2020-11-26 14:09:06    阅读次数:11
Oracle Data Guard 报错 ORA-16057: Data Guard 配置中没有服务
Oracle Data Guard 报错 ORA-16057: Data Guard 配置中没有服务器
分类:数据库   时间:2020-11-25 12:59:34    阅读次数:14
Java Vector, ArrayList
创建: 2020/11/21 完成: 2020/11/21, 注: 省略ArrayList java.util.* TODO: 补充ArrayList https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html 简介 动态数组 ...
分类:编程语言   时间:2020-11-25 12:45:46    阅读次数:9
【Oracle Database】Oracle RAC(九):管理工具--crsctl & srvctl
[root@wallet01 ~]# su - grid [grid@wallet01 ~]$ crsctl check cluster -all ************************************************************** wallet01: CRS ...
分类:数据库   时间:2020-11-24 12:43:06    阅读次数:10
linux---光盘yum源搭建步骤
一、挂载光盘 [root@localhost ~]# mount /dev/cdrom /mnt/cdrom/ 二、让网络yum源文件失效 [root@localhost]@ cd /etc/yum.repos.d/ [root@localhost yum.repos.d]# mv CentOS-B ...
分类:系统相关   时间:2020-11-24 12:10:37    阅读次数:12
48134条   上一页 1 ... 44 45 46 47 48 ... 4814 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!