Bash Set Section zmienna środowiskowa
# Linux - Bash
# syntax
# export *<variable-name>=*<variable-value>;
# example
export ORACLE_SID='sales_database';
Jacques_Kirstein