SQL> SET LINESIZE [원하는 크기];
SQL> SET PAGESIZE [원하는 크기];
C:\oraclexe\app\oracle\product\11.2.0\server\sqlplus\admin\glogin.sql 에서 화면 사이즈 바꾸는 다음의 라인을 추가한다.
--
-- Copyright (c) 1988, 2005, Oracle. All Rights Reserved.
--
-- NAME
-- glogin.sql
--
-- DESCRIPTION
-- SQL*Plus global login "site profile" file
--
-- Add any SQL*Plus commands here that are to be executed when a
-- user starts SQL*Plus, or uses the SQL*Plus CONNECT command.
--
-- USAGE
-- This script is automatically run
--
SET LINESIZE 300
SET PAGESIZE 100
Android Studio를 활용한 안드로이드 프로그래밍 (0) | 2021.07.16 |
---|---|
Install Oracle in docker (도커에서 오라클 사용하기) (0) | 2021.05.19 |
코딩 테스트 연습하기 (0) | 2021.01.04 |
Shell 구현 (0) | 2020.05.23 |
[자료구조] postfix evaluation (0) | 2019.04.13 |