2022年6月

ORACLE 查询BLOB字段转换字符串格式@ORACLE 查询BLOB字段转换字符串格式

ORACLE 查询BLOB字段转换字符串格式
脑壳疼,BLOB字段怎么能够直接查询出来呀!
废话不多说,直接上代码…

select utl_raw.cast_to_varchar2(dbms_lob.substr(a,b,c)) from table;

a:你要转换的那个字段;
b:截取字符串长度,一般限制2000;
c:起始位置;
————————————————
版权声明:本文为CSDN博主「第404块砖头」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_37980551/article/details/85264988

1、log file sync等待的起因 处理方式

https://blog.csdn.net/shayuwei/article/details/106021532
https://unclewang.blog.csdn.net/article/details/123958430?spm=1001.2101.3001.6650.1&depth_1-

2、统计信息的刷新机制,共享游标的失效,例如:一次定时操作,手动truncate一个表,然后insert插入新数据,发现查询没有走索引,是什么原因。

https://blog.csdn.net/u010692693/article/details/75206206

3、asm文件的迁移
https://blog.csdn.net/shiyu1157758655/article/details/61195600
https://blog.csdn.net/shiyu1157758655/article/details/61200819

4、rac的核心进程
https://www.manxinet.com/newest/infotechnology/1234.html
https://www.cnblogs.com/chengxuyonghu/p/15225398.html

5、rac集群打补丁的操作过程
https://www.cnblogs.com/ddzj01/p/12102771.html

6、sql优化中查看执行计划的方式和区别
https://www.cnblogs.com/xwg168/p/15093339.html

7、expdp的时候,某个表的log字段数据量过大,除了并行之外,该如何缩短expdp和impdp的时间

8、内存的管理,大页如何计算,为什么要设置大页
https://blog.csdn.net/qq_43971504/article/details/107026782

9、如何在awr中查看commit的频率

10、透明大页的设置
https://blog.csdn.net/weixin_33984032/article/details/89898758

11、pga和sga内存管理
https://blog.csdn.net/oradbm/article/details/53503016
https://www.talkwithtrend.com/Article/159437

select job_name,state from dba_datapump_jobs;

expdp \"sys/oracle as sysdba\" attach=SYS_EXPORT_SCHEMA_02

Export> stop_job=immediate