end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

2020-12-01から1ヶ月間の記事一覧

oracle 12c のエクスポート/インポート ツール - exp/imp と expdp/impdp

またも oracleをあまり使用したことがない自分用メモ。 目次 1. 旧 exp/imp と 新 expdp/impdp 2. exp & imp による エクスポート & インポート exp によるエクスポート 一旦、テーブルをいくつか削除 imp によるインポート 3. expdp & impdp による エクス…

oracle database 12c の range パーティショニングを試す

随分、以前に、postgresやmysql の partitioning は試していましたが、 今回は、oracle の partitioning 。 mysql 5.1 のパーティショニングを試す - end0tknr's kipple - web写経開発 postgresで巨大レコード数のtableを扱うなら、パーティショニング - end…

centos7 へ oracle database 12c を install

https://dbalone.com/oracle-db-12c-r2-ee-install CentOS 7 : Oracle Database 12c : インストール環境の設定 : Server World 上記を参考に centos7 へ oracle database 12c を install。 これまで、mysqlやpostgresを利用することが多かった私にとってポイ…

oracle 12c における sql チューニング - 「explain plan for」「V$SQLSTATS」等

oracle dbは自身に利用実績が少ない為、メモ。 目次 事前準備 テスト用 table 作成 作成したtabl定義や、pkey、index確認。 テストテーブルへのデータinsert チューニングの為のTIPS (調査・分析) V$SQLSTATS による統計情報 実行計画確認 - 「explain plan …

Oracle Instant Client + cx_Oracle による python3 on centos7 から、oracle 12cへ接続

oracle dbは利用実績が少ない為、メモ。 Step1 「Instant Client for Linux x86-64」 https://www.oracle.com/jp/database/technologies/instant-client/downloads.html にある Instant Client for Linux x86-64 (zip)をdownload し、/etc/ld.so.conf へ登録…

windows server 2016 に付属の iis 10 アプリケーションプール リサイクル 設定

Step1 IISマネージャー画面から「リサイクル設定」を起動 Step2 アプリケーションプール リサイクル 設定 Step3 アプリケーションプール リサイクル発生によるイベントログ設定

windows server 2016 に付属の iis 10 アプリケーションプールを power shell でリサイクル

https://docs.microsoft.com/en-us/powershell/module/webadminstration/restart-webapppool?view=winserver2012-ps 上記によれば IIS:\>Restart-WebAppPool DefaultAppPool で実行できるらしい。 ちなみに、再起動と、リサイクルの違いは以下。 再起動 既存…

Classic ASP における Sleep処理には、独自実装が必要

結局、以下のように書きました <%@ LANGUAGE="VBSCRIPT" %> <html> <head> <meta charset="utf-8"> <title>end0tknr's asp test page</title> </head> <body> <h1>end0tknr's asp test page</h1> This file exits in "C:\inetpub\wwwroot"<br/> Log files exits in "C:\inetpub\logs\LogFiles\ "<br/> <br/> 現在の時刻は、<%= Now() %> です。<br/>…</br/></br/></br/></br/></body></html>

windows server 2016で、classic asp を有効化

windows server 2016 の IIS を 有効化(インストール?) - end0tknr's kipple - web写経開発 先日の上記エントリの続き? です。 Step1 サーバーマネージャ → IIS → 「役割と機能追加」 Step2 サーバーの役割の選択で「ASP」を選択 Step3 動作確認 <%@ LANGUAG…

windows server 2016 の IIS を 有効化(インストール?)

windows serverは、殆ど触ったことがない為、メモ。 1 サーバーマネージャー > ダッシュボード から「役割と機能の追加」 2 「インストールの種類の選択」まで来たら、「役割ベースまたは機能ベースのインストール」 3 「サーバーの役割の選択」で「Webサー…

/usr/bin/cpanm XML::Atom for perl で error

$ perl -v This is perl 5, version 26, subversion 3 (v5.26.3) $ sudo /usr/bin/cpanm XML::Atom : XML::Atom 31-external-entities-libxml.t t/30-datetime-stringification.t .. skipped: DateTime and DateTime::Format::Atom are required for tests #…