<?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:oracle</title>
        <description>推敲の足りないメモ書き多数</description>
        <link>https://wiki.hgotoh.jp/</link>
        <lastBuildDate>Mon, 29 Jun 2026 01:47:47 +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>102.Oracle 表領域作成テンプレート</title>
            <link>https://wiki.hgotoh.jp/documents/database/oracle/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>Sat, 13 Jun 2026 17:56:20 +0000</pubDate>
        </item>
        <item>
            <title>101.Oracleのアカウント有効期限を無期限にする</title>
            <link>https://wiki.hgotoh.jp/documents/database/oracle/sql-0012</link>
            <description>101.Oracleのアカウント有効期限を無期限にする

2021-02-09

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

sqlplus コマンドから Oracleのアカウントの有効期限を無期限に変更できる。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 13 Jun 2026 17:56:20 +0000</pubDate>
        </item>
        <item>
            <title>100.Oracle EM を非SSL化する</title>
            <link>https://wiki.hgotoh.jp/documents/database/oracle/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>Sat, 13 Jun 2026 17:56:20 +0000</pubDate>
        </item>
        <item>
            <title>141.Oracle関連</title>
            <link>https://wiki.hgotoh.jp/documents/database/oracle/start</link>
            <description>141.Oracle関連</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 13 Jun 2026 17:11:32 +0000</pubDate>
        </item>
    </channel>
</rss>
