<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hgotoh.jp/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>努力したWiki - documents:database</title>
        <description>推敲の足りないメモ書き多数</description>
        <link>https://wiki.hgotoh.jp/</link>
        <lastBuildDate>Thu, 11 Jun 2026 23:39:04 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.hgotoh.jp/_media/wiki/logo.png</url>
            <title>努力したWiki</title>
            <link>https://wiki.hgotoh.jp/</link>
        </image>
        <item>
            <title>001.SQLインジェクションはWebアプリだけで発生するとは限りません</title>
            <link>https://wiki.hgotoh.jp/documents/database/sql-0002</link>
            <description>001.SQLインジェクションはWebアプリだけで発生するとは限りません

2016/01/08

Bing Webマスターツールの指摘に従っていくつか修正。ついでに文面も修正。

2008/05/04

Webアプリが外部に公開されているから事例が多く発生して見えるだけです。
人知れず自分の担当する「Webアプリではないシステム」でも起きている可能性が大きいのです。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 14 May 2026 12:34:53 +0000</pubDate>
        </item>
        <item>
            <title>200.SQLServer2005のレコード長</title>
            <link>https://wiki.hgotoh.jp/documents/database/sql-0003</link>
            <description>200.SQLServer2005のレコード長

2009年06月16日 09時54分41秒

CHAR型の限界


 1&gt; create table t1 (
 2&gt;   a char(8000)
 3&gt;  ,b char(61)
 4&gt; );
 5&gt; go
 メッセージ 1701、レベル 16、状態 1、サーバー GUNTRA、行 1
 7 バイトの内部オーバーヘッドを含めて、最小行サイズが 8068 になるので、テーブル &#039;t1&#039; を作成または変更できませんでした。こ
 のサイズは、テーブル行の最大許容サイズの 8060 バイトを超えています。
 1&gt; create table t1 (
 2&gt;   a char(8000)
 3&gt;  ,b char(60)
 4&gt; );
 5&gt; go
 メッセージ 1701、レベル 16、状態 1、サーバー GUNTRA、行 1
 7 バイトの内部オーバーヘッドを含めて、最小行サイズが 8067 になるので、テーブル &#039;t1&#039; を作成または変更できませんでした。こ
 のサイズは、テーブル行の最大許容サイズの 8060 バイトを超えています。
 …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 14 May 2026 12:36:13 +0000</pubDate>
        </item>
        <item>
            <title>102.Oracle 表領域作成テンプレート</title>
            <link>https://wiki.hgotoh.jp/documents/database/sql-0004</link>
            <description>102.Oracle 表領域作成テンプレート

2008年09月05日 02時11分56秒

Oracleの表領域作成メモ。

Create Tablespace


 CREATE TABLESPACE &quot;SAMPLETS&quot;
    LOGGING
    DATAFILE &#039;D:\\oracle\\oradata\\SAMPLE\\SAMPLE01.DBF&#039; SIZE 300M AUTOEXTEND ON,
             &#039;D:\\oracle\\oradata\\SAMPLE\\SAMPLE02.DBF&#039; SIZE 300M AUTOEXTEND ON,
             &#039;D:\\oracle\\oradata\\SAMPLE\\SAMPLE03.DBF&#039; SIZE 300M AUTOEXTEND ON,
             &#039;D:\\oracle\\oradata\\SAMPLE\\SAMPLE04.DBF&#039; SIZE 300M AUTOEXTEND ON,
             &#039;D:\\oracle\\oradata\\SAMPLE\\SAM…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 14 May 2026 12:35:52 +0000</pubDate>
        </item>
        <item>
            <title>900.sqliteでセッションという概念が通じるか試してみる</title>
            <link>https://wiki.hgotoh.jp/documents/database/sql-0005</link>
            <description>900.sqliteでセッションという概念が通じるか試してみる

2012/07/14

Androidのsqliteでinsert後にクローズしてからselectしてる、って話を聞いたので、表題のような疑問がわいた。

今回試したのはAndroidのものでなくFreeBSD版なので、同じことをAndroidでも試す必要は当然ある。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 14 May 2026 12:36:34 +0000</pubDate>
        </item>
        <item>
            <title>901.ライブツアーのセットリストを公演毎に横に並べる ...</title>
            <link>https://wiki.hgotoh.jp/documents/database/sql-0007</link>
            <description>901.ライブツアーのセットリストを公演毎に横に並べる SQL動的生成＆UNION利用編</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 17 May 2026 15:31:46 +0000</pubDate>
        </item>
        <item>
            <title>101.Oracleのアカウント有効期限を無期限にする</title>
            <link>https://wiki.hgotoh.jp/documents/database/sql-0012</link>
            <description>101.Oracleのアカウント有効期限を無期限にする

2021-02-09

日記のバックアップ “2016-10-18 Oracle 覚書” から抜粋。

sqlplus コマンドから Oracleのアカウントの有効期限を無期限に変更できる。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 14 May 2026 12:35:32 +0000</pubDate>
        </item>
        <item>
            <title>100.Oracle EM を非SSL化する</title>
            <link>https://wiki.hgotoh.jp/documents/database/sql-0013</link>
            <description>100.Oracle EM を非SSL化する

2021-02-09

日記のバックアップ“2016-10-18 Oracle 覚書”から抜粋。

osのコンソールから emctl コマンドで操作する。


emctl stop dbconsole
emctl unsecure dbconsole
emctl start dbconsole</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 14 May 2026 12:35:11 +0000</pubDate>
        </item>
        <item>
            <title>140.データベース関連</title>
            <link>https://wiki.hgotoh.jp/documents/database/start</link>
            <description>140.データベース関連

データベース

SQL関連

プログラミング言語関係のSQL関連へ移動しました。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 06:04:13 +0000</pubDate>
        </item>
    </channel>
</rss>
