1. 程式人生 > >Oracle UTL_HTTP(收集彙總有用資料)

Oracle UTL_HTTP(收集彙總有用資料)

Usage Notes

If cookie support is enabled for an HTTP request, all cookies saved in the current session and applicable to the request are returned to the Web server in the request in accordance with HTTP cookie specification standards. Cookies set in the response to the request are saved in the current session for return to the Web server in the subsequent requests if cookie support is enabled for those requests. If the cookie support is disabled for an HTTP request, no cookies are returned to the Web server in the request and the cookies set in the response to the request are not saved in the current session, although the Set-Cookie

HTTP headers can still be retrieved from the response.

Cookie support is enabled by default for all HTTP requests in a database user session. The default setting of the cookie support (enabled versus disabled) affects only the future requests and has no effect on the existing ones. After your request is created, the cookie support setting may be changed by using the other SET_COOKIE_SUPPORT

 procedure that operates on a request.

The default maximum number of cookies saved in the current session is 20 for each site and 300 total.

If you lower the maximum total number of cookies or the maximum number of cookies for each Web site, the oldest cookies will be purged first to reduce the number of cookies to the lowered maximum. HTTP cookies saved in the current session last for the duration of the database session only; there is no persistent storage for the cookies. Cookies saved in the current session are not cleared if you disable cookie support.

See "Examples" for how to use GET_COOKIES and ADD_COOKIES to retrieve, save, and restore cookies.

相關推薦

Oracle UTL_HTTP收集彙總有用資料

Usage Notes If cookie support is enabled for an HTTP request, all cookies saved in the current session and applicable to the request are returned to t

網站分析資料即使用者行為資料的三種收集方式詳解

        回顧網站資料分析歷史,從“您是第***位來訪使用者”到現在百家齊放的專業工具提供商,網站分析已經逐漸發展衍化成一門科學。但面對形態各異的分析資料,很多人仍然困惑於資料的來源,瞭解資料的收集原理,也許對你解決這些困惑有所幫助。眼下網站分析資料主要有三種收集方式:

Oracle 12c12.1.0.5OEM server agent 安裝配置

stat oem www 忽略 符號 cin .com 至少 打開 註意: 此文檔為生產上操作文檔,省略了IP,oracle用戶server,agent 端至少需要sudo,ping,ssh,創建目錄權限。 一、安裝要求 1.1. 系統情況一覽 IP 數據庫

SQL 上線平臺內含全部完整資料

列表 proc dba alt ref 設置 查詢 ado https 為了讓 DBA 從日常繁瑣的工作中解放出來,通過 SQL 自助平臺,可以讓開發自上線,開發提交 SQL 後就會自動執行並返回執行結果,無需 DBA 的再次審核,從而提升上線效率,有利於建立數據庫開發規S

三大框架ssh——struts深入學習Validator校驗資料

使用Validator配置檔案校驗資料 我們在提交表單資料時,通常都需要增加資料的校驗處理。資料校驗分為:客戶端校驗、伺服器端校驗。Struts2給我們提供了豐富的支援! Struts2提供了很多資料校驗器,常用的有 校驗器 用法

微信小程式中使用Echarts可非同步請求資料

在微信小程式中使用Echarts,主要分為以下幾步: 1.首先要下載ecomfe/echarts-for-weixin專案,下載後將ec-canvas資料夾複製到小程式專案中,假設放在根目錄下utils資料夾中。 2.在要實現echarts圖的頁面引入echarts.js檔案,例如要在i

TLE兩行軌道資料衛星行李資料格式解析

筆者在利用Cesium進行衛星顯示的時候遇到了衛星星曆資訊,衛星星曆資訊用TLE格式進行描述,初次看到這種資料很難看出描述的資料,所有在查詢了相關子類之後對TLE資料進行了介紹,如下所示: 衛星星曆的結構為三行,首行資料為衛星名稱;後面兩行則儲存了衛星相關資料,每行69個字元,包括0~9、A~Z

Tushare學習文件六 新聞事件資料

import  tushare  as  ts 1.即時新聞 ts.get_latest_news()  ,預設是80條新聞 ts.get_latest_news(數字小於八十) ts.get_latest_news(top=10,show_conten

Tushare學習文件三 股票分類資料

import tushare as ts 1.行業分類 ts.get_industry_classified()   2.概念分類 ts.get_concept_classified()   3.地域分類 ts.get_area_classified()  

Kafka——Kafka消費者從Kafka讀取資料

KafkaConsumer概念 消費者和消費者群組 假設我們有一個應用程式需要從一個Kafka 主題讀取訊息並驗證這些訊息,然後再把它們儲存起來。應用程式需要建立一個消費者物件,訂閱主題並開始接收訊息,然後驗證訊息井儲存結果。過了一陣子,生產者往主題寫入訊息的速度超過了應用程式驗證資料的

Kafka——Kafka生產者向Kafka寫入資料

在這一章,我們將從Kafra 生產者的設計和元件講起,學習如何使用Kafka 生產者。我們將情示如何建立KafkaProducer 和ProducerRecords 物件、如何將記錄傳送給Kafka ,以及如何處理從Kafka 返回的錯誤,然後介紹用幹控制生產者行為的重要配置選項,最後深入探

redis常見型別資料與操作除String型別資料

Hash型別 Hash是一個String型別的field和value之間的對映表,即redis的Hash資料型別的key(hash表名稱)對應的value實際的內部儲存結構為一個HashMap,因此Hash特別適合儲存物件。相對於把一個物件的每個屬性儲存為String型別,將整個物件儲存在Has

AntD Modal框銷燬隱藏時清除資料

Modal元件自帶的visible屬性只能控制Modal的顯示與否,無法真正銷燬Modal。 要想真正銷燬Modal我們可以不控制Modal的visible屬性,轉而控制Modal這個元件的有無。 首先,定義一個控制Modal有無的狀態: this.state = { destro

Java獲取web資料Java獲取股票資料

使用Java8新特性獲取股票資料 2.獲取資料,就是解析這個data,程式碼如下 package test; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io

hadoop 2.8.0在centos7 搭建 初入大資料

第一步: ①準備三臺虛擬機器   使用               VMware Workstation工具  配置好使用工具CRT 連線    ②更改主機名  192.168.220.128  s1 192.168.220.128  s2 192.

前端系列教程之JS自認為有用程式碼

以下程式碼並不唯一,僅供參考 1.保證自己的頁面不被嵌入其他框架 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>保證自己的頁面不被嵌入其他框

分享我如何在7年時間裡成長為阿里Java架構師文末領資料

如何更高效的學習? 1.架構師應不應該寫程式碼 合格的程式設計師對於明確分配的任務會完成的很好,但是大部分情況下“架構”這個詞意味著架構師並不會涉及太多細節,架構圖和程式碼實現之間總還是有些距離,你無法保證所有人都會正確的理解你的設計,或者是程式設計師寫程式碼時遇到障礙時

Tushare學習文件二投資參考資料

import tushare as ts 1.分配預案(每到季報、年報公佈的時段,就經常會有上市公司利潤分配預案發布,而一些高送轉高分紅的股票往往會成為市場炒作的熱點。及時獲取和統計高送轉預案的股票是參與熱點炒作的關鍵,TuShare提供了簡潔的介面,能返回股票的送轉和

Tushare學習原文件五 巨集觀經濟資料

import tushare  as ts 1.存款利率 ts.get_deposit_rate() 返回值說明: date :變動日期 deposit_type :存款種類 rate:利率(%) 2.貸款利率 ts.get

Tushare學習原文件六 新聞事件資料

轉tushare原網址:網址:http://tushare.org/trading.html#id2 import tushare as ts 1.即時新聞(已轉移到tushare新介面) ts.get_latest_news()  ,預設是80條新聞 ts.get_