Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 sqlldr 进行数据的批量加载,但是我需要在数据加载之前设置一个上下文值,以便触发器具有一个值,但是我找不到在数据加载过程中执行任意 sql 的方法。
理论上,登录后触发器可以为您运行代码,但很难按需打开和关闭此类功能。
考虑使用外部表而不是 SQL*Loader,作为会话的一部分,您可以做任何您喜欢的事情。