Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pl / sqlhtpパッケージを使用して単純なWebページを作成しています。次に、ページにアクセスするデバイス(デスクトップブラウザまたはモバイルBlackberryクライアント)に基づいて異なるテンプレートを使用する必要があります。
これはpl/sqlで可能ですか?
これはあなたに教えてくれます:
owa_util.get_cgi_env('HTTP_USER_AGENT')
oracleまたはhtpを使用したことがないので、あまり助けにはなりませんが、少しグーグルするutl_http.get_headerと、プロシージャを使用できることがわかります。関心のある特定のヘッダーはですUser-Agent。
utl_http.get_header
User-Agent
詳細については、utl_httpパッケージを検索することをお勧めします。