Authorities / Grant option:
AlterDelete
Index
Insert
References
Select
Update
When drop synonym
Private synonym: Drop any synonym
Public synonym: Drop public synonym
Dim file As String
Dim r As Integer
Dim text As String
Path = "C://temp/"
'get first file name
fileName =Dir(Path + "*.txt")
r = 1
'Start the loop.
Do While Len(fileName) > 0
'output file name
Cells(r, 1).Value = fileName
'get content
filePath = Path + fileName
Open filePath For Input As #1
Do Until EOF(1)
Line Input #1, text
Loop
'output content
Cells(r, 2).Value = text
Close #1
'Get next file.
file = Dir()
Loop
Reference:MaxRow = Range("A1").End(xlToRight).End(xlDown).RowMax Column number
MaxCol = Range("A1").End(xlToRight).End(xlToRight).ColumnOr count back of end
MaxRow = Range("A666666").End(xlUp).RowIn Micsoft Excel 2010, the maximum row is 1048576, the maximum column is XFD
MaxCol = Range("IV1").End(xlToLeft).Column
INSERT /*+ IGNORE_ROW_ON_DUPKEY_INDEX(example_tbl, example_tbl_pk) */
INTO example_tbl
VALUES (id, ...);
insert into table2
select rownum, t3.name
from table1 t1
join table3 t3 on t1.id=t3.id
//.xls file
header("Content-Type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=download.xls");
//.xlsx file
header("Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
header("Content-Disposition: attachment; filename=download.xlsx");
//Same part:
header("Cache-Control: max-age=0");
// Sample
header('Pragma: public');
header('Expires: 0');
header('Cache-Control: must-ravalidate, post-check=0, pre-check=0');
header('Content-Type: application/force-download');
header('Content-Type: application/octet-stream');
header('Content-Type: application/download');
header("Content-disposition: attachment; filename=sample.xls");
...\sqldeveloper\sqldeveloper\bin
java.exe path:
...\jdk
"..." means "C:\\app\[user]\product\[Oracle version number]\client_1C:\\app\administrator\product\11.2.0\client_1\sqldeveloper\sqldeveloper\bin
java.exe path:C:\\app\administrator\product\11.2.0\client_1\jdk
Or modify...\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf