Hello everyone,
1. Is there anyway to execute ready insert statements that are defined in .txt file by "sqlplusw" ?. I have around 4000 statements.
2. When I make a copy/paste from .txt file to sqlplusq only 15 lines are being copied a executed even though I select more than 100 line statements. How to make them pasted all selected lines ?.
the .txt file structure like
INSERT INTO PERSONEL.DPTRANSLATIONS (TID,SCRIPT_NAME,TAG,TR,EN,LOCAL) VALUES (PERSONEL.SQX_TID.NEXTVAL ,'DELPHI.OGIS.frmOgr.pnlTop.Panel1.pgOgr.tbsDisiplin.LMDGroupBox23.Label104','Label104','Suç','Suç_eng','Suç_loc');
INSERT INTO PERSONEL.DPTRANSLATIONS (TID,SCRIPT_NAME,TAG,TR,EN,LOCAL) VALUES (PERSONEL.SQX_TID.NEXTVAL ,'DELPHI.OGIS.frmOgr.pnlTop.Panel1.pgOgr.tbsDisiplin.LMDGroupBox23.Label199','Label199','Açıklama','Açıklama_eng','Açıklama_loc');
...
thank you.