Warning: include_once(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/users/2/moriya-h5/web/confrage/oracle/sqlplus/system_parameter/system_pagesize/system_pagesize.html on line 2

Warning: include_once(http://www.confrage.com/bin/header.php): failed to open stream: no suitable wrapper could be found in /home/users/2/moriya-h5/web/confrage/oracle/sqlplus/system_parameter/system_pagesize/system_pagesize.html on line 2

Warning: include_once(): Failed opening 'http://www.confrage.com/bin/header.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/oracle/sqlplus/system_parameter/system_pagesize/system_pagesize.html on line 2
pagesize | SQL*Plus | 株式会社CONFRAGE
Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/menu.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/oracle/sqlplus/system_parameter/system_pagesize/system_pagesize.html on line 18

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/menu.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/oracle/sqlplus/system_parameter/system_pagesize/system_pagesize.html on line 18
pagesize
pagesize
pagesizeは、行数を何行区切りで表示するかを指定します。
列名、区切り行、空白行も含められます。よってpagesizeが10の場合、表示されるレコードは7行毎になります。
現在のpagesizeは、 show pagesize で確認します。
SQL> show pagesize
pagesize 15
SQL> set pagesize 10
SQL> select id_no from employee where rownum <=20;

         ID_NO
--------------
             1
             2
             4
            10
            11
            12
            13

         ID_NO
--------------
            14
            15
            16
            17
            18
            19
            30

         ID_NO
--------------
           111
           112
           113
          1099
          1103
          1119

20行が選択されました。

SQL> spool off
上記一連のコマンドを見ると、最初pagesizeは15であることがわかります。その次にsetコマンドでpagesizeを10に変更しています。
その後SQLを実行し、検索結果は20行ですが、列名区切り行空白行が3行つくため、7行毎のレコードが表示されるようになります。

Back to top


Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/side_bar.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/oracle/sqlplus/system_parameter/system_pagesize/system_pagesize.html on line 98

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/side_bar.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/oracle/sqlplus/system_parameter/system_pagesize/system_pagesize.html on line 98

Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/seo.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/oracle/sqlplus/system_parameter/system_pagesize/system_pagesize.html on line 104

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/seo.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/oracle/sqlplus/system_parameter/system_pagesize/system_pagesize.html on line 104