码迷,mamicode.com
首页 >  
搜索关键字:oracle application    ( 55104个结果
oracle存储过程,增量同步处理数据、根据id新增或更新
比如同步供应商数据: CREATE TABLE jd_unit( id varchar2(64) primary key, unit_name varchar2(500), unit_code varchar2(500), is_enable char(1), create_time timesta ...
分类:数据库   时间:2020-12-02 11:58:15    阅读次数:9
强大的开源企业级数据库监控利器Lepus
强大的开源企业级数据库监控利器Lepus收录于话题#打怪升级进阶之路30个跳跃猫引导关注Lepus监控简单介绍官方网站:http://www.lepus.cc开源企业级数据库监控系统简洁、直观、强大的开源数据库监控系统,MySQL/Oracle/MongoDB/Redis一站式性能监控,让数据库监控更简单Git仓库地址:https://gitee.com/ruzuojun/Lepus简单介绍:Le
分类:数据库   时间:2020-12-02 11:53:38    阅读次数:13
【 DB_Oracle】Oracle多表关联更新
很多场景我们需要根据多个表的某字段进行关联更新。 select * from table1 t1; select * from table2 t2; 现需求:参照table2表修改table1表,修改条件为两表的fname列内容一致。 常见陷阱: update table1 t1 set t1.fm ...
分类:数据库   时间:2020-12-01 12:27:08    阅读次数:14
【Oracle Database】数据库约束管理
主键约束 SQL> alter table customers add constraint customers_pk primary key (customer_id); Table altered. col constraint_name for a30 col constraint_type ...
分类:数据库   时间:2020-12-01 12:20:58    阅读次数:12
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
完整案例——配置前端和后端API应用的安全认证——基于Azure实现
这篇文章记录了我的一些实践。官方文档是 https://docs.microsoft.com/en-us/azure/app-service/tutorial-auth-aad?pivots=platform-linux 案例场景 关键技术 配置前端应用对应的Azure AD application ...
分类:Windows程序   时间:2020-11-30 16:01:59    阅读次数:13
java学习-javabeans-customization
java beans specification 9 customization When a user is composing an application in an application builder we want to allow them tocustomize the appea ...
分类:编程语言   时间:2020-11-30 15:28:01    阅读次数:7
登录页面
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.login1"> <application ...
分类:其他好文   时间:2020-11-30 15:27:13    阅读次数:5
05_springboot多配置文件
1.多配置文件,其中application.properties中的spring.profiles.active能够灵活的切换使用环境 application.properties spring.mvc.view.prefix=/WEB-INF/jsp/ spring.mvc.view.suffix ...
分类:编程语言   时间:2020-11-26 15:24:02    阅读次数:14
【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
55104条   上一页 1 ... 50 51 52 53 54 ... 5511 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!